public sealed class ScanConfig.Types.Authentication.Types.CustomAccount : IMessage<ScanConfig.Types.Authentication.Types.CustomAccount>, IEquatable<ScanConfig.Types.Authentication.Types.CustomAccount>, IDeepCloneable<ScanConfig.Types.Authentication.Types.CustomAccount>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class ScanConfig.Types.Authentication.Types.CustomAccount.
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 webpage provides reference documentation for the `ScanConfig.Types.Authentication.Types.CustomAccount` class in the Google Cloud Web Security Scanner v1 API, with the latest version being 2.5.0."],["The `CustomAccount` class is used to define authentication configurations that utilize a custom account for web security scans, and it inherits from the `object` class."],["The `CustomAccount` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with specific ScanConfig related types."],["The `CustomAccount` class has three main properties: `LoginUrl` (required), `Password` (required, input only, and encrypted), and `Username` (required)."],["There are multiple previous versions of the documentation available, ranging from version 1.0.0 up to the latest version, 2.5.0, with each version having its own dedicated page."]]],[]]