google_api_iap v0.11.1 GoogleApi.IAP.V1.Model.CsmSettings View Source

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

Attributes

  • rctokenAud (type: String.t, default: nil) - Audience claim set in the generated RCToken. This value is not validated by IAP.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.IAP.V1.Model.CsmSettings{rctokenAud: String.t()}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.