Method: projects.brands.list

Lists the existing brands for the project.

HTTP request

GET https://iap.googleapis.com/v1/{parent=projects/*}/brands

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. GCP Project number/id. In the following format: projects/{projectNumber/id}.

Authorization requires the following IAM permission on the specified resource parent:

  • clientauthconfig.brands.list

Request body

The request body must be empty.

Response body

Response message for brands.list.

If successful, the response body contains data with the following structure:

JSON representation
{
  "brands": [
    {
      object (Brand)
    }
  ]
}
Fields
brands[]

object (Brand)

Brands existing in the project.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.