Cloud Identity-Aware Proxy v1 API - Class CsmSettings (2.2.0)

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.

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