public sealed class CsmSettings : IMessage<CsmSettings>, IEquatable<CsmSettings>, IDeepCloneable<CsmSettings>, IBufferMessage, IMessage
Configuration for RCTokens generated for CSM workloads protected by IAP. RCTokens are IAP generated JWTs that can be verified at the application. The RCToken is primarily used for ISTIO deployments, and can be scoped to a single mesh by configuring the audience field accordingly
Implements
IMessage<CsmSettings>, IEquatable<CsmSettings>, IDeepCloneable<CsmSettings>, 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 |