Class: Google::Cloud::Iap::V1::CsmSettings

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

Overview

Configuration for RCToken generated for service mesh workloads protected by IAP. RCToken are IAP generated JWTs that can be verified at the application. The RCToken is primarily used for service mesh deployments, and can be scoped to a single mesh by configuring the audience field accordingly.

Instance Attribute Summary collapse

Instance Attribute Details

#rctoken_aud::Google::Protobuf::StringValue

Returns Audience claim set in the generated RCToken. This value is not validated by IAP.

Returns:



395
396
397
398
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 395

class CsmSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end