View Source GoogleApi.IAP.V1.Model.CsmSettings (google_api_iap v0.18.0)
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
@type t() :: %GoogleApi.IAP.V1.Model.CsmSettings{rctokenAud: String.t() | nil}
Functions
Unwrap a decoded JSON object into its complex fields.