Class: Google::Apis::WebsecurityscannerV1::IapCredential

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/websecurityscanner_v1/classes.rb,
generated/google/apis/websecurityscanner_v1/representations.rb,
generated/google/apis/websecurityscanner_v1/representations.rb

Overview

Describes authentication configuration for Identity-Aware-Proxy (IAP).

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IapCredential

Returns a new instance of IapCredential.



378
379
380
# File 'generated/google/apis/websecurityscanner_v1/classes.rb', line 378

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#iap_test_service_account_infoGoogle::Apis::WebsecurityscannerV1::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



376
377
378
# File 'generated/google/apis/websecurityscanner_v1/classes.rb', line 376

def 
  @iap_test_service_account_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



383
384
385
# File 'generated/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