public sealed class GoogleAccount : IMessage<ScanConfig.Types.Authentication.Types.GoogleAccount>, IEquatable<ScanConfig.Types.Authentication.Types.GoogleAccount>, IDeepCloneable<ScanConfig.Types.Authentication.Types.GoogleAccount>, IBufferMessage, IMessageDescribes authentication configuration that uses a Google account.
Inheritance
System.Object > ScanConfig.Types.Authentication.Types.GoogleAccountImplements
Google.Protobuf.IMessage<ScanConfig.Types.Authentication.Types.GoogleAccount>, System.IEquatable<ScanConfig.Types.Authentication.Types.GoogleAccount>, Google.Protobuf.IDeepCloneable<ScanConfig.Types.Authentication.Types.GoogleAccount>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
System.String |
|
Username
public string Username { get; set; }Required. The user name of the Google account.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|