GoogleApi.IAP.V1.Model.IdentityAwareProxyClient (google_api_iap v0.14.0) View Source

Contains the data that describes an Identity Aware Proxy owned client.

Attributes

  • displayName (type: String.t, default: nil) - Human-friendly name given to the OAuth client.
  • name (type: String.t, default: nil) - Output only. Unique identifier of the OAuth client.
  • secret (type: String.t, default: nil) - Output only. Client secret of the OAuth client.

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.IdentityAwareProxyClient{
  displayName: String.t(),
  name: String.t(),
  secret: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.