Microsoft Graph · Schema

microsoft.graph.iosCompliancePolicy

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphioscompliancepolicy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.iosCompliancePolicy",
  "title": "microsoft.graph.iosCompliancePolicy",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicy"
    },
    {
      "title": "iosCompliancePolicy",
      "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"
        },
        "managedEmailProfileRequired": {
          "type": "boolean",
          "description": "Indicates whether or not to require a managed email profile."
        },
        "osMaximumVersion": {
          "type": "string",
          "description": "Maximum IOS version.",
          "nullable": true
        },
        "osMinimumVersion": {
          "type": "string",
          "description": "Minimum IOS version.",
          "nullable": true
        },
        "passcodeBlockSimple": {
          "type": "boolean",
          "description": "Indicates whether or not to block simple passcodes."
        },
        "passcodeExpirationDays": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "Number of days before the passcode expires. Valid values 1 to 65535",
          "format": "int32",
          "nullable": true
        },
        "passcodeMinimumCharacterSetCount": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "The number of character sets required in the password.",
          "format": "int32",
          "nullable": true
        },
        "passcodeMinimumLength": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "Minimum length of passcode. Valid values 4 to 14",
          "format": "int32",
          "nullable": true
        },
        "passcodeMinutesOfInactivityBeforeLock": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "Minutes of inactivity before a passcode is required.",
          "format": "int32",
          "nullable": true
        },
        "passcodePreviousPasscodeBlockCount": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "Number of previous passcodes to block. Valid values 1 to 24",
          "format": "int32",
          "nullable": true
        },
        "passcodeRequired": {
          "type": "boolean",
          "description": "Indicates whether or not to require a passcode."
        },
        "passcodeRequiredType": {
          "$ref": "#/components/schemas/microsoft.graph.requiredPasswordType"
        },
        "securityBlockJailbrokenDevices": {
          "type": "boolean",
          "description": "Indicates the device should not be jailbroken. When TRUE, if the device is detected as jailbroken it will be reported non-compliant. When FALSE, the device is not reported as non-compliant regardless of device jailbroken state. Default is FALSE."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.iosCompliancePolicy"
        }
      },
      "description": "This class contains compliance settings for IOS."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.iosCompliancePolicy"
}

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-microsoftgraphioscompliancepolicy"
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.