Microsoft Graph · Schema

windowsInformationProtectionApp

App for Windows information protection

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
denied boolean If true, app is denied protection or exemption.
description string The app's description.
displayName string App display name.
productName string The product name.
publisherName string The publisher name
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowsinformationprotectionapp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.windowsInformationProtectionApp",
  "title": "windowsInformationProtectionApp",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "denied": {
      "type": "boolean",
      "description": "If true, app is denied protection or exemption."
    },
    "description": {
      "type": "string",
      "description": "The app's description.",
      "nullable": true
    },
    "displayName": {
      "type": "string",
      "description": "App display name."
    },
    "productName": {
      "type": "string",
      "description": "The product name.",
      "nullable": true
    },
    "publisherName": {
      "type": "string",
      "description": "The publisher name",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "App for Windows information protection",
  "discriminator": {
    "propertyName": "@odata.type",
    "mapping": {
      "#microsoft.graph.windowsInformationProtectionDesktopApp": "#/components/schemas/microsoft.graph.windowsInformationProtectionDesktopApp",
      "#microsoft.graph.windowsInformationProtectionStoreApp": "#/components/schemas/microsoft.graph.windowsInformationProtectionStoreApp"
    }
  }
}