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 documentation describes the `GoogleAccount` class, which is used for authentication configuration within the Google Cloud Web Security Scanner."],["The `GoogleAccount` class is part of the `Google.Cloud.WebSecurityScanner.V1` namespace and is implemented in the `Google.Cloud.WebSecurityScanner.V1.dll` assembly."],["The class provides two constructors, one default and one that takes another `GoogleAccount` object as a parameter, allowing for the creation of new instances or copies."],["The `GoogleAccount` class requires two properties, `Username` and `Password`, to be configured, where the password is encrypted and not included in any responses or audit logs."],["The documentation provided, shows different versions of the `GoogleAccount` class from version `1.0.0` to `2.5.0`, with `2.5.0` being the most recent version."]]],[]]