Method: organizations.locations.frameworkDeployments.list

Lists the framework deployments in a given parent resource.

HTTP request

GET https://cloudsecuritycompliance.googleapis.com/v1/{parent=organizations/*/locations/*}/frameworkDeployments

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource of the framework deployment, in the format organizations/{organization}/locations/{location}. The only supported location is global.

Query parameters

Parameters
pageSize

integer

Optional. The requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

pageToken

string

Optional. A token that identifies a page of results the server should return.

filter

string

Optional. The filter to be applied on the resource, as defined by AIP-160: Filtering.

orderBy

string

Optional. The sort order for the results. The following values are supported:

  • name
  • name desc

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
{
  "frameworkDeployments": [
    {
      object (FrameworkDeployment)
    }
  ],
  "nextPageToken": string
}
Fields
frameworkDeployments[]

object (FrameworkDeployment)

The list of framework deployments.

nextPageToken

string

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.frameworkDeployments.list

For more information, see the IAM documentation.