[Obsolete]
public sealed class ScanConfig.Types.Authentication.Types.GoogleAccount : IMessage<ScanConfig.Types.Authentication.Types.GoogleAccount>, IEquatable<ScanConfig.Types.Authentication.Types.GoogleAccount>, IDeepCloneable<ScanConfig.Types.Authentication.Types.GoogleAccount>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class ScanConfig.Types.Authentication.Types.GoogleAccount.
Describes authentication configuration that uses a Google account.
Implements
IMessageScanConfigTypesAuthenticationTypesGoogleAccount, IEquatableScanConfigTypesAuthenticationTypesGoogleAccount, IDeepCloneableScanConfigTypesAuthenticationTypesGoogleAccount, IBufferMessage, IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
GoogleAccount()
public GoogleAccount()
GoogleAccount(GoogleAccount)
public GoogleAccount(ScanConfig.Types.Authentication.Types.GoogleAccount other)
Parameter | |
---|---|
Name | Description |
other |
ScanConfigTypesAuthenticationTypesGoogleAccount |
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 |