CloudControlReport(mapping=None, *, ignore_unknown_fields=False, **kwargs)The cloud control report.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
manual_cloud_control_assessment_details |
google.cloud.cloudsecuritycompliance_v1.types.ManualCloudControlAssessmentDetails
The details of a manual cloud control assessment. This field is a member of oneof_ assessment_details.
|
cloud_control_assessment_details |
google.cloud.cloudsecuritycompliance_v1.types.CloudControlAssessmentDetails
The details of a cloud control assessment. This field is a member of oneof_ assessment_details.
|
cloud_control |
str
The name of the cloud control. |
display_name |
str
The display name of the cloud control. |
description |
str
The description of the cloud control. |
categories |
MutableSequence[str]
The list of categories for the cloud control. |
similar_controls |
MutableSequence[google.cloud.cloudsecuritycompliance_v1.types.SimilarControls]
The list of similar controls. |
cloud_control_type |
google.cloud.cloudsecuritycompliance_v1.types.CloudControl.Type
The type of the cloud control. |
finding_category |
str
The category of the finding. |
rules |
MutableSequence[google.cloud.cloudsecuritycompliance_v1.types.Rule]
The list of rules that correspond to the cloud control. |
finding_severity |
google.cloud.cloudsecuritycompliance_v1.types.Severity
The severity of the finding. |
enforcement_mode |
google.cloud.cloudsecuritycompliance_v1.types.EnforcementMode
The enforcement mode of the cloud control. |
cloud_control_deployment |
str
The name of the cloud control deployment. |
major_revision_id |
int
The major revision ID of the cloud control. |
minor_revision_id |
int
The minor revision ID of the cloud control. |
framework_major_revision_ids |
MutableSequence[int]
The major revision IDs of the frameworks that the cloud control belongs to. |