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-03-21 UTC."],[[["This webpage documents 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 includes two constructors, `GoogleAccount()` and `GoogleAccount(ScanConfig.Types.Authentication.Types.GoogleAccount other)`, allowing for the creation of new instances and copying from existing ones, respectively."],["It has two main properties, `Password` and `Username`, which are used to store the Google account credentials, with the password being encrypted for security and not included in any logs or responses."],["Multiple versions of this class are documented, ranging from version 1.0.0 to 2.5.0, with 2.5.0 being the latest release."]]],[]]