public sealed class 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"]],[["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."],[[["This document provides reference information for the `CustomAccount` class within the Google Cloud Web Security Scanner v1 API, specifically under the `ScanConfig.Types.Authentication.Types` namespace."],["The `CustomAccount` class is used to define authentication configurations for web security scans using a custom account, supporting various versions from 1.0.0 to the latest 2.5.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["Key properties of the `CustomAccount` class include `LoginUrl`, `Password`, and `Username`, which are all essential for setting up authentication."],["The `CustomAccount` constructor can either be empty, or take a `ScanConfig.Types.Authentication.Types.CustomAccount` object as a parameter, allowing for object copying."]]],[]]