Class: Google::Apis::WebsecurityscannerV1::IapTestServiceAccountInfo

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 when Web-Security-Scanner service account is added in Identity-Aware-Proxy (IAP) access policies.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IapTestServiceAccountInfo

Returns a new instance of IapTestServiceAccountInfo.



399
400
401
# File 'generated/google/apis/websecurityscanner_v1/classes.rb', line 399

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

Instance Attribute Details

#target_audience_client_idString

Required. Describes OAuth2 client id of resources protected by Identity-Aware- Proxy (IAP). Corresponds to the JSON property targetAudienceClientId

Returns:

  • (String)


397
398
399
# File 'generated/google/apis/websecurityscanner_v1/classes.rb', line 397

def target_audience_client_id
  @target_audience_client_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



404
405
406
# File 'generated/google/apis/websecurityscanner_v1/classes.rb', line 404

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