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 provides details for the `CsmSettings` class within the Google Cloud Identity-Aware Proxy (IAP) v1 API."],["The `CsmSettings` class is used to configure RCToken, which are IAP-generated JWTs for service mesh workloads and can be verified at the application level."],["The latest version of the API is 2.7.0, but this documentation specifically covers version 2.1.0 of `CsmSettings` and also includes access to previous versions."],["The `CsmSettings` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RctokenAud` is a property within the class that allows the setting of the audience claim for the generated RCToken, which is not validated by IAP."]]],[]]