public sealed class CustomAccount : IMessage<ScanConfig.Types.Authentication.Types.CustomAccount>, IEquatable<ScanConfig.Types.Authentication.Types.CustomAccount>, IDeepCloneable<ScanConfig.Types.Authentication.Types.CustomAccount>, IBufferMessage, IMessage
Describes authentication configuration that uses a custom account.
Required. Input only. The password of the custom account. The credential is stored encrypted
and not returned in any response nor included in audit logs.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document outlines the `CustomAccount` class within the `Google.Cloud.WebSecurityScanner.V1` namespace, which is designed for configuring authentication with a custom account."],["The `CustomAccount` class, found in the `Google.Cloud.WebSecurityScanner.V1.dll` assembly, inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default `CustomAccount()` and an overload `CustomAccount(ScanConfig.Types.Authentication.Types.CustomAccount other)` which takes another `CustomAccount` object as parameter."],["The class defines three main properties: `LoginUrl`, which is the login form URL; `Password`, which is the encrypted password; and `Username`, which is the user's account name, and they are all required fields."],["There are multiple versions available for the `CustomAccount`, ranging from version 1.0.0 to the latest version 2.5.0."]]],[]]