Microsoft Graph · Schema

microsoft.graph.managedAndroidStoreApp

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmanagedandroidstoreapp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.managedAndroidStoreApp",
  "title": "microsoft.graph.managedAndroidStoreApp",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.managedApp"
    },
    {
      "title": "managedAndroidStoreApp",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "appStoreUrl": {
          "type": "string",
          "description": "The Android AppStoreUrl."
        },
        "minimumSupportedOperatingSystem": {
          "$ref": "#/components/schemas/microsoft.graph.androidMinimumOperatingSystem"
        },
        "packageId": {
          "type": "string",
          "description": "The app's package ID.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.managedAndroidStoreApp"
        }
      },
      "description": "Contains properties and inherited properties for Android store apps that you can manage with an Intune app protection policy."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.managedAndroidStoreApp"
}