Microsoft Graph · Schema

microsoft.graph.omaSettingBase64

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

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