{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.targetedManagedAppProtection", "title": "microsoft.graph.targetedManagedAppProtection", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.managedAppProtection" }, { "title": "targetedManagedAppProtection", "required": [ "@odata.type" ], "type": "object", "properties": { "isAssigned": { "type": "boolean", "description": "Indicates if the policy is deployed to any inclusion groups or not." }, "assignments": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" }, "description": "Navigation property to list of inclusion and exclusion groups to which the policy is deployed.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.targetedManagedAppProtection" } }, "description": "Policy used to configure detailed management settings targeted to specific security groups", "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.androidManagedAppProtection": "#/components/schemas/microsoft.graph.androidManagedAppProtection", "#microsoft.graph.iosManagedAppProtection": "#/components/schemas/microsoft.graph.iosManagedAppProtection" } } } ] }