Class CloudControlDeployment (0.1.0)

CloudControlDeployment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

CloudControlDeployment is a resource that represents a deployment using a cloud control.

Attributes

Name Description
name str
Identifier. CloudControlDeployment name in either of the following formats: organizations/{organization}/locations/{location}/cloudControlDeployments/{cloud_control_deployment_id}
target_resource_config google.cloud.cloudsecuritycompliance_v1.types.TargetResourceConfig
Required. target_resource_config referencing either an already existing target_resource or contains config for a target_resource to be created
target_resource str
Output only. The resource on which the CloudControl is deployed based on the provided TargetResourceConfig. In format organizations/{organization}, folders/{folder} or projects/{project}.
cloud_control_metadata google.cloud.cloudsecuritycompliance_v1.types.CloudControlMetadata
Required. CloudControlReference, Deployment mode and parameters for the cloud_control
description str
Optional. User provided description of the deployment
deployment_state google.cloud.cloudsecuritycompliance_v1.types.DeploymentState
Output only. State of the deployment
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which the resource was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which the resource last updated.
etag str
Optional. To prevent concurrent updates from overwriting each other, always provide the etag when you update a CustomComplianceCloudControl. You can also provide the etag when you delete a CustomComplianceCloudControl, to help ensure that you're deleting the intended version of the CustomComplianceCloudControl.
parameter_substituted_cloud_control google.cloud.cloudsecuritycompliance_v1.types.CloudControl
Output only. The cloud control after parameter substitution.
framework_deployment_references MutableSequence[google.cloud.cloudsecuritycompliance_v1.types.FrameworkDeploymentReference]
Output only. The references to the framework deployments that this cloud control deployment is part of.
target_resource_display_name str
Output only. The name of the application, project, folder, or organization that the cloud control is deployed on.