Web Security Scanner v1 API - Class ScanConfig.Types.Authentication.Types.GoogleAccount (2.3.0)

[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.

Inheritance

object > ScanConfig.Types.Authentication.Types.GoogleAccount

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

GoogleAccount()

public GoogleAccount()

GoogleAccount(GoogleAccount)

public GoogleAccount(ScanConfig.Types.Authentication.Types.GoogleAccount other)
Parameter
NameDescription
otherScanConfigTypesAuthenticationTypesGoogleAccount

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
TypeDescription
string

Username

public string Username { get; set; }

Required. The user name of the Google account.

Property Value
TypeDescription
string