Method: projects.locations.standards.controls.list

Gets controls needed to be implemented to be compliant to a standard.

HTTP request

GET https://auditmanager.googleapis.com/v1/{parent=projects/*/locations/*/standards/*}/controls

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Format projects/{project}/locations/{location}/standards/{standard}, folders/{folder}/locations/{location}/standards/{standard}

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of resources to return.

pageToken

string

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.