Microsoft Graph · Schema

microsoft.graph.managedAppStatus

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmanagedappstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.managedAppStatus",
  "title": "microsoft.graph.managedAppStatus",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "managedAppStatus",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "displayName": {
          "type": "string",
          "description": "Friendly name of the status report.",
          "nullable": true
        },
        "version": {
          "type": "string",
          "description": "Version of the entity.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string"
        }
      },
      "description": "Represents app protection and configuration status for the organization.",
      "discriminator": {
        "propertyName": "@odata.type",
        "mapping": {
          "#microsoft.graph.managedAppStatusRaw": "#/components/schemas/microsoft.graph.managedAppStatusRaw"
        }
      }
    }
  ]
}