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