Microsoft Graph · Schema

microsoft.graph.omaSettingStringXml

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphomasettingstringxml-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.omaSettingStringXml",
  "title": "microsoft.graph.omaSettingStringXml",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.omaSetting"
    },
    {
      "title": "omaSettingStringXml",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "fileName": {
          "type": "string",
          "description": "File name associated with the Value property (.xml).",
          "nullable": true
        },
        "value": {
          "type": "string",
          "description": "Value. (UTF8 encoded byte array)",
          "format": "base64url"
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.omaSettingStringXml"
        }
      },
      "description": "OMA Settings StringXML definition."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.omaSettingStringXml"
}