RegulatoryComplianceStandard Class

Regulatory compliance standard 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
RegulatoryComplianceStandard

Constructor

RegulatoryComplianceStandard(*, 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 standard's supported controls states. Possible values include: "Passed", "Failed", "Skipped", "Unsupported".

Variables

id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

passed_controls
int

The number of supported regulatory compliance controls of the given standard with a passed state.

failed_controls
int

The number of supported regulatory compliance controls of the given standard with a failed state.

skipped_controls
int

The number of supported regulatory compliance controls of the given standard with a skipped state.

unsupported_controls
int

The number of regulatory compliance controls of the given standard which are unsupported by automated assessments.