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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAP.V1.Model.IdentityAwareProxyClient{
  displayName: String.t() | nil,
  name: String.t() | nil,
  secret: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.