Class Control (0.3.1)

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

A control.

Attributes

Name Description
id str
Output only. Control identifier that's used to fetch the findings. The identifier is the 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. Category that the control belongs to.
control_family google.cloud.auditmanager_v1.types.ControlFamily
Output only. Regulatory family of the control.
description str
Output only. Description of the control.
responsibility_type str
Output only. Who is responsible for implementing this control. Set to one of the following values: GOOGLE, CUSTOMER, or SHARED.
google_responsibility_description str
Output only. A description of Google's responsibility for this control.
google_responsibility_implementation str
Output only. A description of how Google implements its responsibility for this control.
customer_responsibility_description str
Output only. A description of your responsibility for this control.
customer_responsibility_implementation str
Output only. A description of how you can implement your responsibility for this control.

Classes

Family

Family(value)

Category of the control.