Google Cloud Iap V1 Client - Class CsmSettings (1.4.0)

Reference documentation and code samples for the Google Cloud Iap V1 Client 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.

Generated from protobuf message google.cloud.iap.v1.CsmSettings

Namespace

Google \ Cloud \ Iap \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ rctoken_aud Google\Protobuf\StringValue

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

getRctokenAud

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

Returns
TypeDescription
Google\Protobuf\StringValue|null

hasRctokenAud

clearRctokenAud

getRctokenAudValue

Returns the unboxed value from getRctokenAud()

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

Returns
TypeDescription
string|null

setRctokenAud

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

Parameter
NameDescription
var Google\Protobuf\StringValue
Returns
TypeDescription
$this

setRctokenAudValue

Sets the field by wrapping a primitive type in a Google\Protobuf\StringValue object.

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

Parameter
NameDescription
var string|null
Returns
TypeDescription
$this