class Google::Apis::WebsecurityscannerV1::IapTestServiceAccountInfo

Describes authentication configuration when Web-Security-Scanner service account is added in Identity-Aware-Proxy (IAP) access policies.

Attributes

target_audience_client_id[RW]

Required. Describes OAuth2 client id of resources protected by Identity-Aware- Proxy (IAP). Corresponds to the JSON property `targetAudienceClientId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/websecurityscanner_v1/classes.rb, line 399
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 404
def update!(**args)
  @target_audience_client_id = args[:target_audience_client_id] if args.key?(:target_audience_client_id)
end