Method: organizations.locations.frameworkDeployments.create

Creates a framework deployment in a given parent resource. A framework deployment lets you assign a particular framework version to an organization, folder, or project so that you can control and monitor those resources using the framework's cloud controls.

HTTP request

POST 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}. Only the global location is supported.

Query parameters

Parameters
frameworkDeploymentId

string

Optional. An identifier for the framework deployment that's unique in scope of the parent. If you don't specify a value, then a random UUID is generated.

Request body

The request body contains an instance of FrameworkDeployment.

Response body

If successful, the response body contains a newly created instance of Operation.

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.create

For more information, see the IAM documentation.