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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ IapCredential

Returns a new instance of IapCredential.



382
383
384
# File 'generated/google/apis/websecurityscanner_v1/classes.rb', line 382

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



380
381
382
# File 'generated/google/apis/websecurityscanner_v1/classes.rb', line 380

def 
  @iap_test_service_account_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



387
388
389
# File 'generated/google/apis/websecurityscanner_v1/classes.rb', line 387

def update!(**args)
  @iap_test_service_account_info = args[:iap_test_service_account_info] if args.key?(:iap_test_service_account_info)
end