Microsoft Graph · Schema

stateManagementSetting

State Management Setting.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphstatemanagementsetting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.stateManagementSetting",
  "title": "stateManagementSetting",
  "enum": [
    "notConfigured",
    "blocked",
    "allowed"
  ],
  "type": "string",
  "description": "State Management Setting.",
  "x-ms-enum": {
    "name": "stateManagementSetting",
    "modelAsString": false,
    "values": [
      {
        "value": "notConfigured",
        "description": "Not configured.",
        "name": "notConfigured"
      },
      {
        "value": "blocked",
        "description": "Blocked.",
        "name": "blocked"
      },
      {
        "value": "allowed",
        "description": "Allowed.",
        "name": "allowed"
      }
    ]
  }
}