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

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

Describes authentication configuration that uses a custom account.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#login_url

def login_url() -> ::String
Returns
  • (::String) — Required. The login form URL of the website.

#login_url=

def login_url=(value) -> ::String
Parameter
  • value (::String) — Required. The login form URL of the website.
Returns
  • (::String) — Required. The login form URL of the website.

#password

def password() -> ::String
Returns
  • (::String) — Required. Input only. The password of the custom 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 custom 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 custom 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 custom account.

#username=

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