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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年06月17日 UTC.