- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Gets controls needed to be implemented to be compliant to a standard.
HTTP request
GET https://auditmanager.googleapis.com/v1/{parent=folders/*/locations/*/standards/*}/controls
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Format projects/{project}/locations/{location}/standards/{standard}, folders/{folder}/locations/{location}/standards/{standard} |
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 ListControlsResponse.
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.controls.list
For more information, see the IAM documentation.