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
-
(::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::CustomAccount) — Authentication using a custom account.
Note: The following fields are mutually exclusive:
custom_account
,google_account
,iap_credential
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#custom_account=
def custom_account=(value) -> ::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::CustomAccount
-
value (::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::CustomAccount) — Authentication using a custom account.
Note: The following fields are mutually exclusive:
custom_account
,google_account
,iap_credential
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::CustomAccount) — Authentication using a custom account.
Note: The following fields are mutually exclusive:
custom_account
,google_account
,iap_credential
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#google_account
def google_account() -> ::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::GoogleAccount
-
(::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::GoogleAccount) — Authentication using a Google account.
Note: The following fields are mutually exclusive:
google_account
,custom_account
,iap_credential
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#google_account=
def google_account=(value) -> ::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::GoogleAccount
-
value (::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::GoogleAccount) — Authentication using a Google account.
Note: The following fields are mutually exclusive:
google_account
,custom_account
,iap_credential
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::GoogleAccount) — Authentication using a Google account.
Note: The following fields are mutually exclusive:
google_account
,custom_account
,iap_credential
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#iap_credential
def iap_credential() -> ::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::IapCredential
-
(::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::IapCredential) — Authentication using Identity-Aware-Proxy (IAP).
Note: The following fields are mutually exclusive:
iap_credential
,google_account
,custom_account
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#iap_credential=
def iap_credential=(value) -> ::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::IapCredential
-
value (::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::IapCredential) — Authentication using Identity-Aware-Proxy (IAP).
Note: The following fields are mutually exclusive:
iap_credential
,google_account
,custom_account
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::IapCredential) — Authentication using Identity-Aware-Proxy (IAP).
Note: The following fields are mutually exclusive:
iap_credential
,google_account
,custom_account
. If a field in that set is populated, all other fields in the set will automatically be cleared.