Policy

Policy entity representing compliance and configuration policies.

ComplianceConfiguration ManagementDevice ManagementEndpoint ManagementMobile Device ManagementPatch ManagementSoftware Deployment

Properties

Name Type Description
policyKey integer Unique key for the policy in the Data Warehouse.
policyId string Unique identifier of the policy.
policyName string Name of the policy.
policyVersion integer Version of the policy.
isDeleted boolean Whether the policy has been deleted.
policyTypeKey integer Reference to the policy type.
policyPlatformKey integer Reference to the platform.
View JSON Schema on GitHub

JSON Schema

microsoft-endpoint-configuration-management-policy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Policy",
  "title": "Policy",
  "type": "object",
  "description": "Policy entity representing compliance and configuration policies.",
  "properties": {
    "policyKey": {
      "type": "integer",
      "description": "Unique key for the policy in the Data Warehouse."
    },
    "policyId": {
      "type": "string",
      "description": "Unique identifier of the policy."
    },
    "policyName": {
      "type": "string",
      "description": "Name of the policy."
    },
    "policyVersion": {
      "type": "integer",
      "description": "Version of the policy."
    },
    "isDeleted": {
      "type": "boolean",
      "description": "Whether the policy has been deleted."
    },
    "policyTypeKey": {
      "type": "integer",
      "description": "Reference to the policy type."
    },
    "policyPlatformKey": {
      "type": "integer",
      "description": "Reference to the platform."
    }
  }
}