google_api_iap v0.11.1 GoogleApi.IAP.V1.Model.Brand View Source

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.

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.Brand{
  applicationTitle: String.t(),
  name: String.t(),
  orgInternalOnly: boolean(),
  supportEmail: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.