Microsoft Graph · Schema

microsoft.graph.windows81CompliancePolicy

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindows81compliancepolicy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.windows81CompliancePolicy",
  "title": "microsoft.graph.windows81CompliancePolicy",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicy"
    },
    {
      "title": "windows81CompliancePolicy",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "osMaximumVersion": {
          "type": "string",
          "description": "Maximum Windows 8.1 version.",
          "nullable": true
        },
        "osMinimumVersion": {
          "type": "string",
          "description": "Minimum Windows 8.1 version.",
          "nullable": true
        },
        "passwordBlockSimple": {
          "type": "boolean",
          "description": "Indicates whether or not to block simple password."
        },
        "passwordExpirationDays": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "Password expiration in days.",
          "format": "int32",
          "nullable": true
        },
        "passwordMinimumCharacterSetCount": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "The number of character sets required in the password.",
          "format": "int32",
          "nullable": true
        },
        "passwordMinimumLength": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "The minimum password length.",
          "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": "The number of previous passwords to prevent re-use of. Valid values 0 to 24",
          "format": "int32",
          "nullable": true
        },
        "passwordRequired": {
          "type": "boolean",
          "description": "Require a password to unlock Windows device."
        },
        "passwordRequiredType": {
          "$ref": "#/components/schemas/microsoft.graph.requiredPasswordType"
        },
        "storageRequireEncryption": {
          "type": "boolean",
          "description": "Indicates whether or not to require encryption on a windows 8.1 device."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.windows81CompliancePolicy"
        }
      },
      "description": "This class contains compliance settings for Windows 8.1."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.windows81CompliancePolicy"
}

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-microsoftgraphwindows81compliancepolicy"
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 email required.

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