Resource: FrameworkDeployment
Framework deployments represent the assignment of a framework to a target resource. Supported target resources are organizations, folders, and projects.
JSON representation |
---|
{ "name": string, "targetResourceConfig": { object ( |
Fields | |
---|---|
name |
Identifier. The name of the framework deployment, in the format |
targetResourceConfig |
Required. The details of the target resource that you want to deploy the framework to. You can specify an existing resource, or create a new one. |
computedTargetResource |
Output only. The target resource to deploy the framework to, in one the following formats:
|
framework |
Required. A reference to the framework that you're deploying. |
description |
Optional. A user-provided description of the framework deployment. |
cloudControlMetadata[] |
Required. The deployment mode and parameters for each of the cloud controls in the framework. Every cloud control in the framework includes metadata. |
deploymentState |
Output only. The state for the framework deployment. |
createTime |
Output only. The time at which the resource was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The time at which the resource last updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
etag |
Optional. To prevent concurrent updates from overwriting each other, always provide the |
targetResourceDisplayName |
Output only. The display name of the target resource. |
cloudControlDeploymentReferences[] |
Output only. The references to the cloud control deployments. The reference includes all the cloud control deployments that are in the framework or in a cloud control group. For example, if a framework deployment deploys two cloud controls,
|
CloudControlDeploymentReference
The reference to a cloud control deployment.
JSON representation |
---|
{ "cloudControlDeployment": string } |
Fields | |
---|---|
cloudControlDeployment |
Output only. The name of the CloudControlDeployment. The format is |
Methods |
|
---|---|
|
Creates a framework deployment in a given parent resource. |
|
Deletes a framework deployment. |
|
Gets details about a framework deployment. |
|
Lists the framework deployments in a given parent resource. |