Web Security Scanner V1 API - Class Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::GoogleAccount (v0.10.0)

Reference documentation and code samples for the Web Security Scanner V1 API class Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::GoogleAccount.

Describes authentication configuration that uses a Google account.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#password

def password() -> ::String
Returns
  • (::String) — 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.

#password=

def password=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#username

def username() -> ::String
Returns
  • (::String) — Required. The user name of the Google account.

#username=

def username=(value) -> ::String
Parameter
  • value (::String) — Required. The user name of the Google account.
Returns
  • (::String) — Required. The user name of the Google account.