Microsoft Graph · Schema

microsoft.graph.androidCompliancePolicy

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphandroidcompliancepolicy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.androidCompliancePolicy",
  "title": "microsoft.graph.androidCompliancePolicy",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicy"
    },
    {
      "title": "androidCompliancePolicy",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "deviceThreatProtectionEnabled": {
          "type": "boolean",
          "description": "Require that devices have enabled device threat protection."
        },
        "deviceThreatProtectionRequiredSecurityLevel": {
          "$ref": "#/components/schemas/microsoft.graph.deviceThreatProtectionLevel"
        },
        "minAndroidSecurityPatchLevel": {
          "type": "string",
          "description": "Minimum Android security patch level.",
          "nullable": true
        },
        "osMaximumVersion": {
          "type": "string",
          "description": "Maximum Android version.",
          "nullable": true
        },
        "osMinimumVersion": {
          "type": "string",
          "description": "Minimum Android version.",
          "nullable": true
        },
        "passwordExpirationDays": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "Number of days before the password expires. Valid values 1 to 365",
          "format": "int32",
          "nullable": true
        },
        "passwordMinimumLength": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "Minimum password length. Valid values 4 to 16",
          "format": "int32",
          "nullable": true
        },
        "passwordMinutesOfInactivityBeforeLock": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "Minutes of inactivity before a password is required.",
          "format": "int32",
          "nullable": true
        },
        "passwordPreviousPasswordBlockCount": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "Number of previous passwords to block. Valid values 1 to 24",
          "format": "int32",
          "nullable": true
        },
        "passwordRequired": {
          "type": "boolean",
          "description": "Require a password to unlock device."
        },
        "passwordRequiredType": {
          "$ref": "#/components/schemas/microsoft.graph.androidRequiredPasswordType"
        },
        "securityBlockJailbrokenDevices": {
          "type": "boolean",
          "description": "Indicates the device should not be rooted. When TRUE, if the device is detected as rooted it will be reported non-compliant. When FALSE, the device is not reported as non-compliant regardless of device rooted state. Default is FALSE."
        },
        "securityDisableUsbDebugging": {
          "type": "boolean",
          "description": "Disable USB debugging on Android devices."
        },
        "securityPreventInstallAppsFromUnknownSources": {
          "type": "boolean",
          "description": "Require that devices disallow installation of apps from unknown sources."
        },
        "securityRequireCompanyPortalAppIntegrity": {
          "type": "boolean",
          "description": "Require the device to pass the Company Portal client app runtime integrity check."
        },
        "securityRequireGooglePlayServices": {
          "type": "boolean",
          "description": "Require Google Play Services to be installed and enabled on the device."
        },
        "securityRequireSafetyNetAttestationBasicIntegrity": {
          "type": "boolean",
          "description": "Require the device to pass the SafetyNet basic integrity check."
        },
        "securityRequireSafetyNetAttestationCertifiedDevice": {
          "type": "boolean",
          "description": "Require the device to pass the SafetyNet certified device check."
        },
        "securityRequireUpToDateSecurityProviders": {
          "type": "boolean",
          "description": "Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date."
        },
        "securityRequireVerifyApps": {
          "type": "boolean",
          "description": "Require the Android Verify apps feature is turned on."
        },
        "storageRequireEncryption": {
          "type": "boolean",
          "description": "Require encryption on Android devices."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.androidCompliancePolicy"
        }
      },
      "description": "This class contains compliance settings for Android."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.androidCompliancePolicy"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphandroidcompliancepolicy"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.