windowsManagementAppHealthState resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Windows management app health state entity.

Methods

Method Return Type Description
List windowsManagementAppHealthStates windowsManagementAppHealthState collection List properties and relationships of the windowsManagementAppHealthState objects.
Get windowsManagementAppHealthState windowsManagementAppHealthState Read properties and relationships of the windowsManagementAppHealthState object.
Create windowsManagementAppHealthState windowsManagementAppHealthState Create a new windowsManagementAppHealthState object.
Delete windowsManagementAppHealthState None Deletes a windowsManagementAppHealthState.
Update windowsManagementAppHealthState windowsManagementAppHealthState Update the properties of a windowsManagementAppHealthState object.

Properties

Property Type Description
id String Unique Identifier for the Windows management app health state. This property is read-only.
healthState healthState Windows management app health state. Possible values are: unknown, healthy, unhealthy.
installedVersion String Windows management app installed version.
lastCheckInDateTime DateTimeOffset Windows management app last check-in time.
deviceName String Name of the device on which Windows management app is installed.
deviceOSVersion String Windows 10 OS version of the device on which Windows management app is installed.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsManagementAppHealthState",
  "id": "String (identifier)",
  "healthState": "String",
  "installedVersion": "String",
  "lastCheckInDateTime": "String (timestamp)",
  "deviceName": "String",
  "deviceOSVersion": "String"
}