{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.appManagementPolicy", "title": "microsoft.graph.appManagementPolicy", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.policyBase" }, { "title": "appManagementPolicy", "required": [ "@odata.type" ], "type": "object", "properties": { "isEnabled": { "type": "boolean", "description": "Denotes whether the policy is enabled." }, "restrictions": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.customAppManagementConfiguration" }, { "type": "object", "nullable": true } ], "description": "Restrictions that apply to an application or service principal object." }, "appliesTo": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.directoryObject" }, "description": "Collection of applications and service principals to which the policy is applied.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.appManagementPolicy" } } } ], "x-ms-discriminator-value": "#microsoft.graph.appManagementPolicy" }