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."],[[["Version 2.7.0 is the latest version available for the Cloud Identity-Aware Proxy v1 API class CsmSettings, while version 2.6.0 is the version currently being viewed."],["The CsmSettings class provides configuration for RCTokens, which are IAP-generated JWTs primarily used in service mesh deployments and verified at the application level."],["The CsmSettings class implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from the base object class."],["The class offers two constructors: a default constructor and one that takes another CsmSettings object as a parameter."],["The `RctokenAud` property within the CsmSettings class allows setting the audience claim in the generated RCToken, although this value is not validated by IAP."]]],[]]