RegulatoryComplianceStandardProperties Class

Definition

Regulatory compliance standard data

public class RegulatoryComplianceStandardProperties
type RegulatoryComplianceStandardProperties = class
Public Class RegulatoryComplianceStandardProperties
Inheritance
RegulatoryComplianceStandardProperties

Constructors

RegulatoryComplianceStandardProperties()

Initializes a new instance of the RegulatoryComplianceStandardProperties class.

RegulatoryComplianceStandardProperties(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the RegulatoryComplianceStandardProperties class.

Properties

FailedControls

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

PassedControls

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

SkippedControls

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

State

Gets or sets aggregative state based on the standard's supported controls states Possible values include: 'Passed', 'Failed', 'Skipped', 'Unsupported'

UnsupportedControls

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

Applies to