Class CsmSettings (1.2.0)

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

Inheritance

Object > CsmSettings

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

CsmSettings()

public CsmSettings()

CsmSettings(CsmSettings)

public CsmSettings(CsmSettings other)
Parameter
NameDescription
otherCsmSettings

Properties

RctokenAud

public string RctokenAud { get; set; }

Audience claim set in the generated RCToken. This value is not validated by IAP.

Property Value
TypeDescription
String