Reference documentation and code samples for the Identity-Aware Proxy V1 API class Google::Cloud::Iap::V1::CsmSettings.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#rctoken_aud
def rctoken_aud() -> ::Google::Protobuf::StringValue
Returns
- (::Google::Protobuf::StringValue) — Audience claim set in the generated RCToken. This value is not validated by IAP.
#rctoken_aud=
def rctoken_aud=(value) -> ::Google::Protobuf::StringValue
Parameter
- value (::Google::Protobuf::StringValue) — Audience claim set in the generated RCToken. This value is not validated by IAP.
Returns
- (::Google::Protobuf::StringValue) — Audience claim set in the generated RCToken. This value is not validated by IAP.