Class: Google::Apis::WebsecurityscannerV1beta::IapCredential
- Inherits:
-
Object
- Object
- Google::Apis::WebsecurityscannerV1beta::IapCredential
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/websecurityscanner_v1beta/classes.rb,
generated/google/apis/websecurityscanner_v1beta/representations.rb,
generated/google/apis/websecurityscanner_v1beta/representations.rb
Overview
Describes authentication configuration for Identity-Aware-Proxy (IAP).
Instance Attribute Summary collapse
-
#iap_test_service_account_info ⇒ Google::Apis::WebsecurityscannerV1beta::IapTestServiceAccountInfo
Describes authentication configuration when Web-Security-Scanner service account is added in Identity-Aware-Proxy (IAP) access policies.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IapCredential
constructor
A new instance of IapCredential.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IapCredential
Returns a new instance of IapCredential.
375 376 377 |
# File 'generated/google/apis/websecurityscanner_v1beta/classes.rb', line 375 def initialize(**args) update!(**args) end |
Instance Attribute Details
#iap_test_service_account_info ⇒ Google::Apis::WebsecurityscannerV1beta::IapTestServiceAccountInfo
Describes authentication configuration when Web-Security-Scanner service
account is added in Identity-Aware-Proxy (IAP) access policies.
Corresponds to the JSON property iapTestServiceAccountInfo
373 374 375 |
# File 'generated/google/apis/websecurityscanner_v1beta/classes.rb', line 373 def iap_test_service_account_info @iap_test_service_account_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
380 381 382 |
# File 'generated/google/apis/websecurityscanner_v1beta/classes.rb', line 380 def update!(**args) @iap_test_service_account_info = args[:iap_test_service_account_info] if args.key?(:iap_test_service_account_info) end |