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 |
Required. GCP Project number/id. In the following format: projects/{projectNumber/id}. Authorization requires the following IAM permission on the specified resource
|
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 ( |
Fields | |
---|---|
brands[] |
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.