public sealed class CsmSettings : IMessage<CsmSettings>, IEquatable<CsmSettings>, IDeepCloneable<CsmSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `CsmSettings` class, which is part of the Cloud Identity-Aware Proxy v1 API."],["`CsmSettings` is used to configure RCTokens, which are IAP-generated JWTs designed for service mesh workloads and can be verified at the application level."],["The class `CsmSettings` implements several interfaces, including `IMessage\u003cCsmSettings\u003e`, `IEquatable\u003cCsmSettings\u003e`, `IDeepCloneable\u003cCsmSettings\u003e`, `IBufferMessage`, and `IMessage`, demonstrating its role in message handling and object management."],["The `CsmSettings` class offers two constructors: a default constructor and one that accepts another `CsmSettings` instance for object creation."],["The class also contains one property `RctokenAud`, that allows you to set the audience claim set in the generated RCToken, which is not validated by IAP."]]],[]]