Microsoft Graph · Schema
managementState
Management state of device in Microsoft Intune.
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.managementState",
"title": "managementState",
"enum": [
"managed",
"retirePending",
"retireFailed",
"wipePending",
"wipeFailed",
"unhealthy",
"deletePending",
"retireIssued",
"wipeIssued",
"wipeCanceled",
"retireCanceled",
"discovered",
"unknownFutureValue"
],
"type": "string",
"description": "Management state of device in Microsoft Intune.",
"x-ms-enum": {
"name": "managementState",
"modelAsString": false,
"values": [
{
"value": "managed",
"description": "The device is under management",
"name": "managed"
},
{
"value": "retirePending",
"description": "A retire command is occuring on the device and in the process of unenrolling from management",
"name": "retirePending"
},
{
"value": "retireFailed",
"description": "Retire command failed on the device",
"name": "retireFailed"
},
{
"value": "wipePending",
"description": "A wipe command is occuring on the device and in the process of unenrolling from management",
"name": "wipePending"
},
{
"value": "wipeFailed",
"description": "Wipe command failed on the device",
"name": "wipeFailed"
},
{
"value": "unhealthy",
"description": "The device is unhealthy.",
"name": "unhealthy"
},
{
"value": "deletePending",
"description": "A delete command is occuring on the device ",
"name": "deletePending"
},
{
"value": "retireIssued",
"description": "A retire command was issued for the device",
"name": "retireIssued"
},
{
"value": "wipeIssued",
"description": "A wipe command was issued for the device",
"name": "wipeIssued"
},
{
"value": "wipeCanceled",
"description": "A wipe command for this device has been canceled",
"name": "wipeCanceled"
},
{
"value": "retireCanceled",
"description": "A retire command for this device has been canceled",
"name": "retireCanceled"
},
{
"value": "discovered",
"description": "The device is discovered but not fully enrolled.",
"name": "discovered"
},
{
"value": "unknownFutureValue",
"description": "Evolvable enumeration sentinel value. Do not use.",
"name": "unknownFutureValue"
}
]
}
}