Class Control (0.1.0)

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

Represents a Regulatory control.

Attributes

Name Description
name str
Output only. The name of a Control. Format: 'organizations/{organization}/locations/{location}/controls/{control}''
display_name str
Output only. display_name
description str
Output only. The description of the control.
family google.cloud.cloudsecuritycompliance_v1.types.Control.Family
Output only. Group where the control belongs. E.g. Access Control.
control_family google.cloud.cloudsecuritycompliance_v1.types.ControlFamily
Output only. Regulatory Family of the control E.g. Access Control
responsibility_type google.cloud.cloudsecuritycompliance_v1.types.RegulatoryControlResponsibilityType
Output only. The control comes under whoose responsibility e.g. GOOGLE, CUSTOMER or SHARED.
google_responsibility_description str
Output only. Google responsibility description of regulatory control.
google_responsibility_implementation str
Output only. Google responsibility implementation of regulatory control.
customer_responsibility_description str
Output only. Customer responsibility description of regulatory control.
customer_responsibility_implementation str
Output only. Customer responsibility implementation of regulatory control.
shared_responsibility_description str
Output only. Description of shared Responsibility between Google and Customer in implementing this control
additional_content_uri str
Output only. Link to the public documentation related to this control
related_frameworks MutableSequence[str]
Output only. The Frameworks that include this CloudControl

Classes

Family

Family(value)

Family of the control. E.g. Access Control