- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists the cloud conrol deployments in a given parent resource.
HTTP request
GET https://cloudsecuritycompliance.googleapis.com/v1/{parent=organizations/*/locations/*}/cloudControlDeployments
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource for the cloud control deployment, in the format |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The requested page size. The server might return fewer items than you requested. If unspecified, the server picks an appropriate default. |
pageToken |
Optional. A token that identifies the page of results that the server should return. |
filter |
Optional. The filter to apply on the resource, as defined by AIP-160: Filtering. |
orderBy |
Optional. The sort order for the results. The following values are supported:
If you do not specify a value, then the results are not sorted. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"cloudControlDeployments": [
{
object ( |
Fields | |
---|---|
cloudControlDeployments[] |
The list of cloud control deployments. |
nextPageToken |
A token that identifies the next page of results that the server should return. |
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.cloudControlDeployments.list
For more information, see the IAM documentation.