RegulatoryComplianceStandard Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Regulatory compliance standard details and state
[Microsoft.Rest.Serialization.JsonTransformation]
public class RegulatoryComplianceStandard : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RegulatoryComplianceStandard = class
inherit Resource
Public Class RegulatoryComplianceStandard
Inherits Resource
- Inheritance
- Attributes
Constructors
RegulatoryComplianceStandard() |
Initializes a new instance of the RegulatoryComplianceStandard class. |
RegulatoryComplianceStandard(String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the RegulatoryComplianceStandard class. |
Properties
FailedControls |
Gets the number of supported regulatory compliance controls of the given standard with a failed state |
Id |
Gets resource Id (Inherited from Resource) |
Name |
Gets resource name (Inherited from Resource) |
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' |
Type |
Gets resource type (Inherited from Resource) |
UnsupportedControls |
Gets the number of regulatory compliance controls of the given standard which are unsupported by automated assessments |
Extension Methods
ConvertToPSType(RegulatoryComplianceStandard) |