public sealed class GoogleAccount : IMessage<ScanConfig.Types.Authentication.Types.GoogleAccount>, IEquatable<ScanConfig.Types.Authentication.Types.GoogleAccount>, IDeepCloneable<ScanConfig.Types.Authentication.Types.GoogleAccount>, IBufferMessage, IMessage
Describes authentication configuration that uses a Google account.
Required. Input only. The password of the Google 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 `GoogleAccount` class provides authentication configuration using a Google account for web security scans."],["It is part of the `Google.Cloud.WebSecurityScanner.V1` namespace and is implemented in the `Google.Cloud.WebSecurityScanner.V1.dll` assembly."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GoogleAccount` requires a username and password for the Google account, with the password being stored encrypted."],["There are multiple versions of this class, with the latest being version 2.5.0 and the oldest being version 1.0.0."]]],[]]