Microsoft Graph · Schema

mobileAppIdentifier

The identifier for a mobile app.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmobileappidentifier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.mobileAppIdentifier",
  "title": "mobileAppIdentifier",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "The identifier for a mobile app.",
  "discriminator": {
    "propertyName": "@odata.type",
    "mapping": {
      "#microsoft.graph.androidMobileAppIdentifier": "#/components/schemas/microsoft.graph.androidMobileAppIdentifier",
      "#microsoft.graph.iosMobileAppIdentifier": "#/components/schemas/microsoft.graph.iosMobileAppIdentifier"
    }
  }
}