Resource: CloudControlDeployment
A cloud control deployment represents the deployment of a particular cloud control on a target resource. Supported target resources are organizations/{organizationID}
, folders/{folderID}
, and projects/{projectID}
.
JSON representation |
---|
{ "name": string, "targetResourceConfig": { object ( |
Fields | |
---|---|
name |
Identifier. The name for the cloud control deployment, in the format |
targetResourceConfig |
Required. The details of the target resource that the cloud control is deployed You can use an existing target resource or create a new target. |
targetResource |
Output only. The resource that the cloud control is deployed on, in one of the following formats:
|
cloudControlMetadata |
Required. The deployment mode and parameters for the cloud control. |
description |
Optional. A friendly description for the cloud control deployment. |
deploymentState |
Output only. The state of the cloud control deployment. |
createTime |
Output only. The time when 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 when the resource was 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, provide the |
parameterSubstitutedCloudControl |
Output only. The cloud control after the given parameters are substituted. |
frameworkDeploymentReferences[] |
Output only. The references to the framework deployments that this cloud control deployment is part of. A cloud control deployment can be part of multiple framework deployments. |
targetResourceDisplayName |
Output only. The display name of the target resource. |
FrameworkDeploymentReference
The reference to a framework deployment.
JSON representation |
---|
{
"frameworkDeployment": string,
"frameworkReference": {
object ( |
Fields | |
---|---|
frameworkDeployment |
Output only. The name of the framework deployment, in the format |
frameworkReference |
Optional. The reference to the framework that this deployment is for. For example:
The only supported location is |
frameworkDisplayName |
Optional. The display name of the framework that this framework deployment is for. |
Methods |
|
---|---|
|
Gets details about a cloud control deployment. |
|
Lists the cloud conrol deployments in a given parent resource. |