RegulatoryComplianceControl Class

Regulatory compliance control details and state.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.security.models._models_py3.Resource
RegulatoryComplianceControl

Constructor

RegulatoryComplianceControl(*, state: Optional[Union[str, azure.mgmt.security.models._security_center_enums.State]] = None, **kwargs)

Parameters

state
str or State
Required

Aggregative state based on the control's supported assessments states. Possible values include: "Passed", "Failed", "Skipped", "Unsupported".

Variables

id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

description
str

The description of the regulatory compliance control.

passed_assessments
int

The number of supported regulatory compliance assessments of the given control with a passed state.

failed_assessments
int

The number of supported regulatory compliance assessments of the given control with a failed state.

skipped_assessments
int

The number of supported regulatory compliance assessments of the given control with a skipped state.