Microsoft Graph · Schema

enablement

Possible values of a property

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphenablement-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.enablement",
  "title": "enablement",
  "enum": [
    "notConfigured",
    "enabled",
    "disabled"
  ],
  "type": "string",
  "description": "Possible values of a property",
  "x-ms-enum": {
    "name": "enablement",
    "modelAsString": false,
    "values": [
      {
        "value": "notConfigured",
        "description": "Device default value, no intent.",
        "name": "notConfigured"
      },
      {
        "value": "enabled",
        "description": "Enables the setting on the device.",
        "name": "enabled"
      },
      {
        "value": "disabled",
        "description": "Disables the setting on the device.",
        "name": "disabled"
      }
    ]
  }
}