Class ScanConfig.Types.Authentication.Types.GoogleAccount (2.0.0)

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.

Inheritance

Object > ScanConfig.Types.Authentication.Types.GoogleAccount

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

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