- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Full name: projects.locations.global.domains.list
Lists domains in a project.
HTTP request
GET https://managedidentities.googleapis.com/v1beta1/{parent=projects/*/locations/global}/domains
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The resource name of the domain location using the form:  Authorization requires the following IAM permission on the specified resource  
 | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used. Regardless of the pageSize value, the response may include a partial list. Callers should rely on a response's  | 
| pageToken | 
 The  | 
| filter | 
 Optional. A filter specifying constraints of a list operation. For example,  | 
| orderBy | 
 Optional. Specifies the ordering of results. See Sorting order for more information. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for [domains.list][google.cloud.managedidentities.v1beta1.ListDomains]
| JSON representation | 
|---|
| {
  "domains": [
    {
      object ( | 
| Fields | |
|---|---|
| domains[] | 
 A list of Managed Identities Service domains in the project. | 
| nextPageToken | 
 A token to retrieve the next page of results, or empty if there are no more results in the list. | 
| unreachable[] | 
 A list of locations that could not be reached. | 
Authorization Scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.