google_api_iap v0.5.0 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.