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.
Implements
IMessageCsmSettings, IEquatableCsmSettings, IDeepCloneableCsmSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
CsmSettings()
public CsmSettings()
CsmSettings(CsmSettings)
public CsmSettings(CsmSettings other)
Parameter | |
---|---|
Name | Description |
other |
CsmSettings |
Properties
RctokenAud
public string RctokenAud { get; set; }
Audience claim set in the generated RCToken. This value is not validated by IAP.
Property Value | |
---|---|
Type | Description |
string |