- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- AuthorizedDomain
List authorized domains.
HTTP request
GET https://run.googleapis.com/apis/domains.cloudrun.com/v1/{parent}/authorizeddomains
Path parameters
parent
string
Name of the parent Project resource. Example: projects/myproject
. It takes the form namespaces/{namespace}
.
Authorization requires the following IAM
permission on the specified resource parent
:
-
run.authorizeddomains.list
Query parameters
| Parameters | |
|---|---|
pageSize
|
Maximum results to return per page. |
pageToken
|
Continuation token for fetching the next page of results. |
Request body
The request body must be empty.
Response body
A list of Authorized Domains.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"domains"
:
[
{
object (
|
| Fields | |
|---|---|
domains[]
|
The authorized domains belonging to the user. |
nextPageToken
|
Continuation token for fetching the next page of results. |
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .
AuthorizedDomain
A domain that a user has been authorized to administer. To authorize use of a domain, verify ownership via Search Console .
| JSON representation |
|---|
{ "name" : string , "id" : string } |
| Fields | |
|---|---|
name
|
Deprecated Read only. Full path to the |
id
|
Relative name of the domain authorized for use. Example: |

