RegulatoryComplianceAssessment interface
Regulatory compliance assessment details and state
- Extends
Properties
assessment |
Link to more detailed assessment results data. The response type will be according to the assessmentType field NOTE: This property will not be serialized. It can only be populated by the server. |
assessment |
The expected type of assessment contained in the AssessmentDetailsLink NOTE: This property will not be serialized. It can only be populated by the server. |
description | The description of the regulatory compliance assessment NOTE: This property will not be serialized. It can only be populated by the server. |
failed |
The given assessment's related resources count with failed state. NOTE: This property will not be serialized. It can only be populated by the server. |
passed |
The given assessment's related resources count with passed state. NOTE: This property will not be serialized. It can only be populated by the server. |
skipped |
The given assessment's related resources count with skipped state. NOTE: This property will not be serialized. It can only be populated by the server. |
state | Aggregative state based on the assessment's scanned resources states |
unsupported |
The given assessment's related resources count with unsupported state. NOTE: This property will not be serialized. It can only be populated by the server. |
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
assessmentDetailsLink
Link to more detailed assessment results data. The response type will be according to the assessmentType field NOTE: This property will not be serialized. It can only be populated by the server.
assessmentDetailsLink?: string
Property Value
string
assessmentType
The expected type of assessment contained in the AssessmentDetailsLink NOTE: This property will not be serialized. It can only be populated by the server.
assessmentType?: string
Property Value
string
description
The description of the regulatory compliance assessment NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
failedResources
The given assessment's related resources count with failed state. NOTE: This property will not be serialized. It can only be populated by the server.
failedResources?: number
Property Value
number
passedResources
The given assessment's related resources count with passed state. NOTE: This property will not be serialized. It can only be populated by the server.
passedResources?: number
Property Value
number
skippedResources
The given assessment's related resources count with skipped state. NOTE: This property will not be serialized. It can only be populated by the server.
skippedResources?: number
Property Value
number
state
Aggregative state based on the assessment's scanned resources states
state?: string
Property Value
string
unsupportedResources
The given assessment's related resources count with unsupported state. NOTE: This property will not be serialized. It can only be populated by the server.
unsupportedResources?: number
Property Value
number
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