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.
Implements
IMessage<ScanConfig.Types.Authentication.Types.GoogleAccount>, IEquatable<ScanConfig.Types.Authentication.Types.GoogleAccount>, IDeepCloneable<ScanConfig.Types.Authentication.Types.GoogleAccount>, IBufferMessage, IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
GoogleAccount()
public GoogleAccount()
GoogleAccount(ScanConfig.Types.Authentication.Types.GoogleAccount)
public GoogleAccount(ScanConfig.Types.Authentication.Types.GoogleAccount other)
Parameter | |
---|---|
Name | Description |
other | ScanConfig.Types.Authentication.Types.GoogleAccount |
Properties
Password
public string Password { get; set; }
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.
Property Value | |
---|---|
Type | Description |
String |
Username
public string Username { get; set; }
Required. The user name of the Google account.
Property Value | |
---|---|
Type | Description |
String |