- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists the cloud controls (both built-in and custom) that are available in a given parent resource. The latest major version of each cloud control is returned. This method supports pagination.
HTTP request
GET https://cloudsecuritycompliance.googleapis.com/v1/{parent=organizations/*/locations/*}/cloudControls
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource name, in the format |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of cloud controls to return. The default value is If you exceed the maximum value of |
pageToken |
Optional. A pagination token that's returned from a previous request to list cloud controls. Provide this token to retrieve the next page of results. When paginating, the parent that you provide to the |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"cloudControls": [
{
object ( |
Fields | |
---|---|
cloudControls[] |
The list of CloudControl resources. |
nextPageToken |
A pagination token. To retrieve the next page of results, call the method again with this token. |
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:
cloudsecuritycompliance.cloudControls.list
For more information, see the IAM documentation.