Control(mapping=None, *, ignore_unknown_fields=False, **kwargs)The regulatory control.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Output only. The name of a regulatory control, in one of the following formats: - organizations/{organization}/locations/{location}/controls/{control}
- projects/{project}/locations/{location}/controls/{control}.
The only supported location is global.
|
display_name |
str
Output only. The friendly name for the regulatory control. |
description |
str
Output only. The description of the regulatory control. |
family |
google.cloud.cloudsecuritycompliance_v1.types.Control.Family
Output only. The regulatory group that the control belongs to. |
control_family |
google.cloud.cloudsecuritycompliance_v1.types.ControlFamily
Output only. The regulatory family that the control belongs to. |
responsibility_type |
google.cloud.cloudsecuritycompliance_v1.types.RegulatoryControlResponsibilityType
Output only. The entity that's responsible for the control, whether Google, you as the customer, or both. |
google_responsibility_description |
str
Output only. A description of Google's responsibility for the regulatory control. |
google_responsibility_implementation |
str
Output only. A description of Google's responsibility for implementing the regulatory control. |
customer_responsibility_description |
str
Output only. A description of your responsibility for the regulatory control. |
customer_responsibility_implementation |
str
Output only. A description of the your responsibility for implementing the regulatory control. |
shared_responsibility_description |
str
Output only. A description of the responsibility that's shared between Google and you in implementing this control. |
additional_content_uri |
str
Output only. A link to the documentation that's related to this control. |
related_frameworks |
MutableSequence[str]
Output only. The frameworks that include this control. |
Classes
Family
Family(value)The regulatory control family.