Assessment interface
A class represent the assessment.
Properties
description | The description of the assessment. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Indicates whether all the resource(s) are compliant. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the assessment. NOTE: This property will not be serialized. It can only be populated by the server. |
policy |
The policy id mapping to this assessment. NOTE: This property will not be serialized. It can only be populated by the server. |
remediation | The remediation of the assessment. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
List of resource assessments. NOTE: This property will not be serialized. It can only be populated by the server. |
severity | The severity level of this assessment. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
The description of the assessment. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
isPass
Indicates whether all the resource(s) are compliant. NOTE: This property will not be serialized. It can only be populated by the server.
isPass?: string
Property Value
string
name
The name of the assessment. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
policyId
The policy id mapping to this assessment. NOTE: This property will not be serialized. It can only be populated by the server.
policyId?: string
Property Value
string
remediation
The remediation of the assessment. NOTE: This property will not be serialized. It can only be populated by the server.
remediation?: string
Property Value
string
resourceList
List of resource assessments. NOTE: This property will not be serialized. It can only be populated by the server.
resourceList?: AssessmentResource[]
Property Value
severity
The severity level of this assessment. NOTE: This property will not be serialized. It can only be populated by the server.
severity?: string
Property Value
string
Azure SDK for JavaScript