Class: Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::IapCredential

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/websecurityscanner/v1/scan_config.rb

Overview

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

Defined Under Namespace

Classes: IapTestServiceAccountInfo

Instance Attribute Summary collapse

Instance Attribute Details

#iap_test_service_account_info::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::IapCredential::IapTestServiceAccountInfo

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

Returns:



128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# File 'proto_docs/google/cloud/websecurityscanner/v1/scan_config.rb', line 128

class IapCredential
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Describes authentication configuration when Web-Security-Scanner
  # service account is added in Identity-Aware-Proxy (IAP) access policies.
  # @!attribute [rw] target_audience_client_id
  #   @return [::String]
  #     Required. Describes OAuth2 client id of resources protected by
  #     Identity-Aware-Proxy (IAP).
  class IapTestServiceAccountInfo
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end