Microsoft Graph · Schema

microsoft.graph.omaSettingBoolean

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphomasettingboolean-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.omaSettingBoolean",
  "title": "microsoft.graph.omaSettingBoolean",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.omaSetting"
    },
    {
      "title": "omaSettingBoolean",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "value": {
          "type": "boolean",
          "description": "Value."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.omaSettingBoolean"
        }
      },
      "description": "OMA Settings Boolean definition."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.omaSettingBoolean"
}