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."],[[["This webpage details the `GoogleAccount` class within the `Google.Cloud.WebSecurityScanner.V1` namespace, which is designed for configuring authentication that utilizes a Google account."],["The `GoogleAccount` class is part of the `ScanConfig.Types.Authentication.Types` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default `GoogleAccount()` constructor and a copy constructor `GoogleAccount(ScanConfig.Types.Authentication.Types.GoogleAccount other)`."],["It includes properties for managing the Google account's username and password, with the `Password` property being stored encrypted and the `Username` property containing the user name."],["This page also lists various versions of the `GoogleAccount` class documentation, ranging from version 1.0.0 up to the latest version, 2.5.0."]]],[]]