View Source GoogleApi.IAP.V1.Model.CsmSettings (google_api_iap v0.20.2)

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.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.IAP.V1.Model.CsmSettings{rctokenAud: String.t() | nil}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.