- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Fetches all resources under the parent along with their enrollment.
HTTP request
GET https://auditmanager.googleapis.com/v1/{parent=organizations/*/locations/*}/resourceEnrollmentStatuses
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent scope for which the list of resources with enrollments are required. |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of resources to return. |
pageToken |
Optional. The nextPageToken value returned from a previous List request, if any. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListResourceEnrollmentStatusesResponse.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
auditmanager.resourceEnrollmentStatuses.list
For more information, see the IAM documentation.