Reference documentation and code samples for the Web Security Scanner V1beta API class Google::Cloud::WebSecurityScanner::V1beta::ScanConfig::Authentication.
Scan authentication configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#custom_account
def custom_account() -> ::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig::Authentication::CustomAccount
Returns
- (::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig::Authentication::CustomAccount) — Authentication using a custom account.
#custom_account=
def custom_account=(value) -> ::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig::Authentication::CustomAccount
Parameter
- value (::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig::Authentication::CustomAccount) — Authentication using a custom account.
Returns
- (::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig::Authentication::CustomAccount) — Authentication using a custom account.
#google_account
def google_account() -> ::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig::Authentication::GoogleAccount
Returns
- (::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig::Authentication::GoogleAccount) — Authentication using a Google account.
#google_account=
def google_account=(value) -> ::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig::Authentication::GoogleAccount
Parameter
- value (::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig::Authentication::GoogleAccount) — Authentication using a Google account.
Returns
- (::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig::Authentication::GoogleAccount) — Authentication using a Google account.