Class CloudControlGroupAuditDetails (0.4.0)

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

The details for a cloud control group.

Attributes

Name Description
cloud_control_group_id str
Output only. The ID of the cloud control group.
display_name str
Output only. The display name of the cloud control group.
description str
Output only. The description of the cloud control group.
responsibility_type str
Output only. The responsibility type.
google_responsibility_description str
Output only. The description of Google's responsibility.
google_responsibility_implementation str
Output only. The implementation of Google's responsibility.
customer_responsibility_description str
Output only. The description of your responsibility.
customer_responsibility_implementation str
Output only. The implementation of your responsibility.
compliance_state google.cloud.cloudsecuritycompliance_v1.types.ComplianceState
Output only. The compliance state of the control group.
control_id str
Output only. The ID of the regulatory control.
control_family google.cloud.cloudsecuritycompliance_v1.types.ControlFamily
Output only. The control family.
cloud_control_details MutableSequence[google.cloud.cloudsecuritycompliance_v1.types.CloudControlAuditDetails]
Output only. The details for the cloud controls within this group.
report_summary google.cloud.cloudsecuritycompliance_v1.types.ReportSummary
Output only. The summary of the report.