CloudControlGroupDeployment(mapping=None, *, ignore_unknown_fields=False, **kwargs)
CloudControlGroupDeployment contains the cloud control group and the cloud control deployments in the group.
Attributes |
|
---|---|
Name | Description |
cloud_control_group |
google.cloud.cloudsecuritycompliance_v1.types.CloudControlGroup
Required. Cloud control group |
cc_deployments |
MutableSequence[google.cloud.cloudsecuritycompliance_v1.types.CloudControlDeployment]
Required. Cloud control deployments in the group |
cc_deployment_references |
MutableSequence[google.cloud.cloudsecuritycompliance_v1.types.CloudControlDeploymentReference]
Output only. The references to the cloud control deployments in the cloud control group. For example, if a cloud control group has two cloud controls, cloud-control-1 and
cloud-control-2 , and the cloud control deployments for
these cloud controls are cloud-control-deployment-1 and
cloud-control-deployment-2 respectively, then the
references are:
::
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
|