HealthReportProperties interface
Describes properties of the health report
Properties
| affected |
The affected defenders plans by unhealthy report |
| affected |
The affected defenders sub plans by unhealthy report |
| environment |
The environment details of the resource |
| health |
The classification of the health report |
| issues | A collection of the issues in the report |
| report |
Additional data for the given health report, this field can include more details on the resource and the health scenario. |
| resource |
The resource details of the health report |
| status | The status of the health report |
Property Details
affectedDefendersPlans
The affected defenders plans by unhealthy report
affectedDefendersPlans?: string[]
Property Value
string[]
affectedDefendersSubPlans
The affected defenders sub plans by unhealthy report
affectedDefendersSubPlans?: string[]
Property Value
string[]
environmentDetails
The environment details of the resource
environmentDetails?: EnvironmentDetails
Property Value
healthDataClassification
The classification of the health report
healthDataClassification?: HealthDataClassification
Property Value
issues
reportAdditionalData
Additional data for the given health report, this field can include more details on the resource and the health scenario.
reportAdditionalData?: Record<string, string>
Property Value
Record<string, string>
resourceDetails
The resource details of the health report
resourceDetails?: ResourceDetails