HealthReport interface

The health report resource

Extends

Properties

affectedDefendersPlans

The affected defenders plans by unhealthy report

affectedDefendersSubPlans

The affected defenders sub plans by unhealthy report

environmentDetails

The environment details of the resource

healthDataClassification

The classification of the health report

issues

A collection of the issues in the report

reportAdditionalData

Additional data for the given health report, this field can include more details on the resource and the health scenario.

resourceDetails

The resource details of the health report

status

The status of the health report

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

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

A collection of the issues in the report

issues?: Issue[]

Property Value

Issue[]

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

Property Value

status

The status of the health report

status?: Status

Property Value

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From ExtensionResource.id

name

The name of the resource

name?: string

Property Value

string

Inherited From ExtensionResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From ExtensionResource.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From ExtensionResource.type