class Google::Apis::WebsecurityscannerV1beta::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::WebsecurityscannerV1beta::IapTestServiceAccountInfo]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/websecurityscanner_v1beta/classes.rb, line 375
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_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