Reference documentation and code samples for the Web Security Scanner V1 API class Google::Cloud::WebSecurityScanner::V1::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::V1::ScanConfig::Authentication::CustomAccount
Returns
- (::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::CustomAccount) — Authentication using a custom account.
#custom_account=
def custom_account=(value) -> ::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::CustomAccount
Parameter
- value (::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::CustomAccount) — Authentication using a custom account.
Returns
- (::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::CustomAccount) — Authentication using a custom account.
#google_account
def google_account() -> ::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::GoogleAccount
Returns
- (::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::GoogleAccount) — Authentication using a Google account.
#google_account=
def google_account=(value) -> ::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::GoogleAccount
Parameter
- value (::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::GoogleAccount) — Authentication using a Google account.
Returns
- (::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::GoogleAccount) — Authentication using a Google account.
#iap_credential
def iap_credential() -> ::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::IapCredential
Returns
- (::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::IapCredential) — Authentication using Identity-Aware-Proxy (IAP).
#iap_credential=
def iap_credential=(value) -> ::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::IapCredential
Parameter
- value (::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::IapCredential) — Authentication using Identity-Aware-Proxy (IAP).
Returns
- (::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::IapCredential) — Authentication using Identity-Aware-Proxy (IAP).