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."],[[["The latest version of the `CsmSettings` class in the Cloud Identity-Aware Proxy v1 API is 2.7.0, with versions available dating back to 1.0.0."],["`CsmSettings` is a class used for configuring RCTokens, which are IAP-generated JWTs for service mesh workloads that can be verified at the application level."],["The `CsmSettings` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, each with their own functionality."],["`CsmSettings` contains a property, `RctokenAud`, which is a string that sets the audience claim in the generated RCToken, but is not validated by IAP."],["You can create a new `CsmSettings` object using either a parameterless constructor or by providing another instance of `CsmSettings` in the constructor."]]],[]]