Microsoft Graph · Schema

mdmAuthority

Mobile device management authority.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmdmauthority-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.mdmAuthority",
  "title": "mdmAuthority",
  "enum": [
    "unknown",
    "intune",
    "sccm",
    "office365"
  ],
  "type": "string",
  "description": "Mobile device management authority.",
  "x-ms-enum": {
    "name": "mdmAuthority",
    "modelAsString": false,
    "values": [
      {
        "value": "unknown",
        "description": "Unknown",
        "name": "unknown"
      },
      {
        "value": "intune",
        "description": "Intune",
        "name": "intune"
      },
      {
        "value": "sccm",
        "description": "SCCM",
        "name": "sccm"
      },
      {
        "value": "office365",
        "description": "Office365",
        "name": "office365"
      }
    ]
  }
}