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

OAuth brand data. NOTE: Only contains a portion of the data that describes a brand.

Attributes

  • applicationTitle (type: String.t, default: nil) - Application name displayed on OAuth consent screen.
  • name (type: String.t, default: nil) - Output only. Identifier of the brand. NOTE: GCP project number achieves the same brand identification purpose as only one brand per project can be created.
  • orgInternalOnly (type: boolean(), default: nil) - Output only. Whether the brand is only intended for usage inside the G Suite organization only.
  • supportEmail (type: String.t, default: nil) - Support email displayed on the OAuth consent screen.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAP.V1.Model.Brand{
  applicationTitle: String.t() | nil,
  name: String.t() | nil,
  orgInternalOnly: boolean() | nil,
  supportEmail: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.