RegulatoryComplianceControl interface
Regulatory compliance control details and state
- Extends
Properties
description | The description of the regulatory compliance control NOTE: This property will not be serialized. It can only be populated by the server. |
failed |
The number of supported regulatory compliance assessments of the given control with a failed state NOTE: This property will not be serialized. It can only be populated by the server. |
passed |
The number of supported regulatory compliance assessments of the given control with a passed state NOTE: This property will not be serialized. It can only be populated by the server. |
skipped |
The number of supported regulatory compliance assessments of the given control with a skipped state NOTE: This property will not be serialized. It can only be populated by the server. |
state | Aggregative state based on the control's supported assessments states |
Inherited Properties
id | Resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
The description of the regulatory compliance control NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
failedAssessments
The number of supported regulatory compliance assessments of the given control with a failed state NOTE: This property will not be serialized. It can only be populated by the server.
failedAssessments?: number
Property Value
number
passedAssessments
The number of supported regulatory compliance assessments of the given control with a passed state NOTE: This property will not be serialized. It can only be populated by the server.
passedAssessments?: number
Property Value
number
skippedAssessments
The number of supported regulatory compliance assessments of the given control with a skipped state NOTE: This property will not be serialized. It can only be populated by the server.
skippedAssessments?: number
Property Value
number
state
Aggregative state based on the control's supported assessments states
state?: string
Property Value
string
Inherited Property Details
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type
Azure SDK for JavaScript