class Google::Apis::WebsecurityscannerV1::IapCredential
Describes authentication configuration for Identity-Aware-Proxy (IAP).
Attributes
iap_test_service_account_info[RW]
Describes authentication configuration when Web-Security-Scanner service account is added in Identity-Aware-Proxy (IAP) access policies. Corresponds to the JSON property `iapTestServiceAccountInfo` @return [Google::Apis::WebsecurityscannerV1::IapTestServiceAccountInfo]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/websecurityscanner_v1/classes.rb, line 378 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/websecurityscanner_v1/classes.rb, line 383 def update!(**args) @iap_test_service_account_info = args[:iap_test_service_account_info] if args.key?(:iap_test_service_account_info) end