Microsoft Graph · Schema

omaSetting

OMA Settings definition.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
description string Description.
displayName string Display Name.
omaUri string OMA.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphomasetting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.omaSetting",
  "title": "omaSetting",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "Description.",
      "nullable": true
    },
    "displayName": {
      "type": "string",
      "description": "Display Name."
    },
    "omaUri": {
      "type": "string",
      "description": "OMA."
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "OMA Settings definition.",
  "discriminator": {
    "propertyName": "@odata.type",
    "mapping": {
      "#microsoft.graph.omaSettingBase64": "#/components/schemas/microsoft.graph.omaSettingBase64",
      "#microsoft.graph.omaSettingBoolean": "#/components/schemas/microsoft.graph.omaSettingBoolean",
      "#microsoft.graph.omaSettingDateTime": "#/components/schemas/microsoft.graph.omaSettingDateTime",
      "#microsoft.graph.omaSettingFloatingPoint": "#/components/schemas/microsoft.graph.omaSettingFloatingPoint",
      "#microsoft.graph.omaSettingInteger": "#/components/schemas/microsoft.graph.omaSettingInteger",
      "#microsoft.graph.omaSettingString": "#/components/schemas/microsoft.graph.omaSettingString",
      "#microsoft.graph.omaSettingStringXml": "#/components/schemas/microsoft.graph.omaSettingStringXml"
    }
  }
}