List
|
|||||
|
|
Lists all domains the user is authorized to administer
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your applications deployed on Google App Engine
- View and manage your data across Google Cloud Platform services
- View your data across Google Cloud Platform services
Input
This building block consumes 3 input parameters
Name | Format | Description |
---|---|---|
appsId Required |
STRING |
Part of |
pageSize |
INTEGER |
Maximum results to return per page |
pageToken |
STRING |
Continuation token for fetching the next page of results |
= Parameter name
= Format
appsId STRING Required Part of |
pageSize INTEGER Maximum results to return per page |
pageToken STRING Continuation token for fetching the next page of results |
Output
This building block provides 4 output parameters
Name | Format | Description |
---|---|---|
nextPageToken |
STRING |
Continuation token for fetching the next page of results |
domains[] |
OBJECT |
A domain that a user has been authorized to administer. To authorize use of a domain, verify ownership via Webmaster Central (https://www.google.com/webmasters/verification/home) |
domains[].name |
STRING |
Full path to the AuthorizedDomain resource in the API. Example: apps/myapp/authorizedDomains/example.com.@OutputOnly |
domains[].id |
STRING |
Fully qualified domain name of the domain authorized for use. Example: example.com |
= Parameter name
= Format
nextPageToken STRING Continuation token for fetching the next page of results |
domains[] OBJECT A domain that a user has been authorized to administer. To authorize use of a domain, verify ownership via Webmaster Central (https://www.google.com/webmasters/verification/home) |
domains[].name STRING Full path to the AuthorizedDomain resource in the API. Example: apps/myapp/authorizedDomains/example.com.@OutputOnly |
domains[].id STRING Fully qualified domain name of the domain authorized for use. Example: example.com |