Class Control (0.1.0)

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

A control.

Attributes

Name Description
id str
Output only. The control identifier used to fetch the findings. This is same as the control report name.
display_name str
Output only. Display name of the control.
family google.cloud.auditmanager_v1.types.Control.Family
Output only. Group where the control belongs. E.g. Access Control.
control_family google.cloud.auditmanager_v1.types.ControlFamily
Output only. Regulatory Family of the control E.g. Access Control
description str
Output only. Regulatory control ask of the control
responsibility_type str
Output only. The type of responsibility for implementing this control. It can be google, customer or shared.
google_responsibility_description str
Output only. Description of the google responsibility for implementing this control.
google_responsibility_implementation str
Output only. Implementation of the google responsibility for implementing this control.
customer_responsibility_description str
Output only. Description of the customer responsibility for implementing this control.
customer_responsibility_implementation str
Output only. Implementation of the customer responsibility for implementing this control.

Classes

Family

Family(value)

The family of the control. For example, Access Control.