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 document provides reference documentation for the `CsmSettings` class within the Google Cloud Identity-Aware Proxy v1 API, specifically version 2.3.0."],["`CsmSettings` is a class for configuring RCTokens, which are IAP-generated JWTs used for service mesh workloads and can be verified at the application level."],["The latest version available is 2.7.0, and the documentation also covers versions down to 1.0.0, allowing for reference to different versions."],["The `CsmSettings` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The class includes two constructors and a property, `RctokenAud`, which allows setting the audience claim in the generated RCToken, though this value isn't validated by IAP."]]],[]]