class Google::Apis::WebsecurityscannerV1beta::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_v1beta/classes.rb, line 396 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 401 def update!(**args) @target_audience_client_id = args[:target_audience_client_id] if args.key?(:target_audience_client_id) end