Class: Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::IapCredential::IapTestServiceAccountInfo
- Inherits:
-
Object
- Object
- Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::IapCredential::IapTestServiceAccountInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1/scan_config.rb
Overview
Describes authentication configuration when Web-Security-Scanner service account is added in Identity-Aware-Proxy (IAP) access policies.
Instance Attribute Summary collapse
-
#target_audience_client_id ⇒ ::String
Required.
Instance Attribute Details
#target_audience_client_id ⇒ ::String
Returns Required. Describes OAuth2 client id of resources protected by Identity-Aware-Proxy (IAP).
138 139 140 141 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/scan_config.rb', line 138 class IapTestServiceAccountInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |