REST Resource: projects.brands

Resource: Brand

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

JSON representation
{
  "name": string,
  "supportEmail": string,
  "applicationTitle": string,
  "orgInternalOnly": boolean
}
Fields
name

string

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.

supportEmail

string

Support email displayed on the OAuth consent screen.

applicationTitle

string

Application name displayed on OAuth consent screen.

orgInternalOnly

boolean

Output only. Whether the brand is only intended for usage inside the G Suite organization only.

Methods

create

Constructs a new OAuth brand for the project if one does not exist.

get

Retrieves the OAuth brand of the project.

list

Lists the existing brands for the project.