Class: Google::Cloud::Iap::V1::CsmSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::CsmSettings
- 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
-
#rctoken_aud ⇒ ::Google::Protobuf::StringValue
Audience claim set in the generated RCToken.
Instance Attribute Details
#rctoken_aud ⇒ ::Google::Protobuf::StringValue
Returns Audience claim set in the generated RCToken. This value is not validated by IAP.
337 338 339 340 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 337 class CsmSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |