ControlComplianceSummary(mapping=None, *, ignore_unknown_fields=False, **kwargs)The details for control compliance.
Attributes |
|
|---|---|
| Name | Description |
control |
str
The name of the control. |
display_name |
str
The display name of the control. |
description |
str
The description of the control. |
overall_evaluation_state |
google.cloud.cloudsecuritycompliance_v1.types.EvaluationState
Output only. The overall evaluation status of the control. |
total_findings_count |
int
The total number of findings for the control. |
compliance_frameworks |
MutableSequence[str]
The list of compliance frameworks that the control belongs to. |
similar_controls |
MutableSequence[google.cloud.cloudsecuritycompliance_v1.types.SimilarControls]
The list of similar controls. |
cloud_control_reports |
MutableSequence[google.cloud.cloudsecuritycompliance_v1.types.CloudControlReport]
The list of cloud control reports. |
control_responsibility_type |
google.cloud.cloudsecuritycompliance_v1.types.RegulatoryControlResponsibilityType
The responsibility type for the control. |
is_fake_control |
bool
Whether the control is a fake control. Fake controls are created and mapped to cloud controls that don't belong to a control group. |
name |
str
Identifier. The name of the control compliance summary. |