Issue interface
The issue that caused the resource to by unhealthy
Properties
issue |
Additional data for the given issue. The additional data depends on the issue type |
issue |
The issue description |
issue |
The unique issue key |
issue |
The issue name |
remediation |
The remediation script to solve this issue |
remediation |
Human readable description of what you should do to mitigate this health issue |
security |
The affected security values that MDC offers that will be affected by the issue, for example: recommendations, alerts, etc |
Property Details
issueAdditionalData
Additional data for the given issue. The additional data depends on the issue type
issueAdditionalData?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
issueDescription
The issue description
issueDescription?: string
Property Value
string
issueKey
The unique issue key
issueKey: string
Property Value
string
issueName
The issue name
issueName?: string
Property Value
string
remediationScript
The remediation script to solve this issue
remediationScript?: string
Property Value
string
remediationSteps
Human readable description of what you should do to mitigate this health issue
remediationSteps?: string
Property Value
string
securityValues
The affected security values that MDC offers that will be affected by the issue, for example: recommendations, alerts, etc
securityValues?: string[]
Property Value
string[]
Azure SDK for JavaScript