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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The `CustomAccount` class within the `Google.Cloud.WebSecurityScanner.V1` namespace defines authentication configurations for custom accounts."],["The latest version for `CustomAccount` is 2.5.0, with several prior versions available, including 1.2.0, which is the version this documentation page covers."],["The `CustomAccount` class is part of the `Google.Cloud.WebSecurityScanner.V1.dll` assembly and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `LoginUrl`, `Password`, and `Username`, which are used to define the website login information required for authentication, with `Password` being input-only and stored encrypted."],["The `CustomAccount` class also has two constructors: one default and one that accepts an existing `ScanConfig.Types.Authentication.Types.CustomAccount` instance."]]],[]]