Microsoft Graph · Schema

androidMinimumOperatingSystem

Contains properties for the minimum operating system required for an Android mobile app.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
v10_0 boolean When TRUE, only Version 10.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
v11_0 boolean When TRUE, only Version 11.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
v4_0 boolean When TRUE, only Version 4.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
v4_0_3 boolean When TRUE, only Version 4.0.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
v4_1 boolean When TRUE, only Version 4.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
v4_2 boolean When TRUE, only Version 4.2 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
v4_3 boolean When TRUE, only Version 4.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
v4_4 boolean When TRUE, only Version 4.4 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
v5_0 boolean When TRUE, only Version 5.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
v5_1 boolean When TRUE, only Version 5.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
v6_0 boolean When TRUE, only Version 6.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
v7_0 boolean When TRUE, only Version 7.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
v7_1 boolean When TRUE, only Version 7.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
v8_0 boolean When TRUE, only Version 8.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
v8_1 boolean When TRUE, only Version 8.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
v9_0 boolean When TRUE, only Version 9.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphandroidminimumoperatingsystem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.androidMinimumOperatingSystem",
  "title": "androidMinimumOperatingSystem",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "v10_0": {
      "type": "boolean",
      "description": "When TRUE, only Version 10.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."
    },
    "v11_0": {
      "type": "boolean",
      "description": "When TRUE, only Version 11.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."
    },
    "v4_0": {
      "type": "boolean",
      "description": "When TRUE, only Version 4.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."
    },
    "v4_0_3": {
      "type": "boolean",
      "description": "When TRUE, only Version 4.0.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."
    },
    "v4_1": {
      "type": "boolean",
      "description": "When TRUE, only Version 4.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."
    },
    "v4_2": {
      "type": "boolean",
      "description": "When TRUE, only Version 4.2 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."
    },
    "v4_3": {
      "type": "boolean",
      "description": "When TRUE, only Version 4.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."
    },
    "v4_4": {
      "type": "boolean",
      "description": "When TRUE, only Version 4.4 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."
    },
    "v5_0": {
      "type": "boolean",
      "description": "When TRUE, only Version 5.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."
    },
    "v5_1": {
      "type": "boolean",
      "description": "When TRUE, only Version 5.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."
    },
    "v6_0": {
      "type": "boolean",
      "description": "When TRUE, only Version 6.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."
    },
    "v7_0": {
      "type": "boolean",
      "description": "When TRUE, only Version 7.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."
    },
    "v7_1": {
      "type": "boolean",
      "description": "When TRUE, only Version 7.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."
    },
    "v8_0": {
      "type": "boolean",
      "description": "When TRUE, only Version 8.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."
    },
    "v8_1": {
      "type": "boolean",
      "description": "When TRUE, only Version 8.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."
    },
    "v9_0": {
      "type": "boolean",
      "description": "When TRUE, only Version 9.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "Contains properties for the minimum operating system required for an Android mobile app."
}