CloudControlGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)
CloudControlGroup is an optional entity within a Framework that helps customers organize their CloudControls.
Attributes |
|
---|---|
Name | Description |
name |
str
Required. The name of the cloud control group in the format: “organizations/{organization}/locations/{location}/ cloudControlGroups/{cloud-control-group}” |
description |
str
Optional. The description of the cloud control group.The maximum length is 2000 characters. |
type_ |
google.cloud.cloudsecuritycompliance_v1.types.CloudControlGroup.CloudControlGroupType
Optional. Output only. The type of the cloud control group. Default is TYPE_CUSTOM. |
control_id |
str
Optional. The control identifier used to fetch the findings. This is same as the control report name. |
cloud_control_details |
MutableSequence[google.cloud.cloudsecuritycompliance_v1.types.CloudControlDetails]
Required. The details of the cloud controls to be referred to in the framework. |
major_revision_id |
int
Optional. Major revision of the cloud control group. |
control |
str
Optional. The industry-defined Control assciated with the cloud controls in this group. organizations/{organization}/locations/{location}/controls/{control_id} |
Classes
CloudControlGroupType
CloudControlGroupType(value)
CloudControlGroupType is the type of the CloudControlGroup.