- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
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 |
Required. The parent resource of the framework deployment in the format |
Query parameters
| Parameters | |
|---|---|
frameworkDeploymentId |
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.