Microsoft Intune · Schema

deviceCompliancePolicyAssignment

Device compliance policy assignment.

App ProtectionAzureComplianceDevice ConfigurationEndpoint ManagementEnrollmentMAMMDMMicrosoft GraphMobile Application ManagementMobile Device ManagementSecurity

Properties

Name Type Description
@odata.type string
id string Key of the entity.
target object
View JSON Schema on GitHub

JSON Schema

microsoft-intune-devicecompliancepolicyassignment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/deviceCompliancePolicyAssignment",
  "title": "deviceCompliancePolicyAssignment",
  "type": "object",
  "description": "Device compliance policy assignment.",
  "properties": {
    "@odata.type": {
      "type": "string",
      "default": "#microsoft.graph.deviceCompliancePolicyAssignment"
    },
    "id": {
      "type": "string",
      "description": "Key of the entity."
    },
    "target": {
      "$ref": "#/components/schemas/deviceAndAppManagementAssignmentTarget"
    }
  }
}