{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary", "title": "microsoft.graph.managedAppPolicyDeploymentSummary", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "managedAppPolicyDeploymentSummary", "required": [ "@odata.type" ], "type": "object", "properties": { "configurationDeployedUserCount": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "format": "int32" }, "configurationDeploymentSummaryPerApp": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummaryPerApp" } }, "displayName": { "type": "string", "nullable": true }, "lastRefreshTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "format": "date-time" }, "version": { "type": "string", "description": "Version of the entity.", "nullable": true }, "@odata.type": { "type": "string" } }, "description": "The ManagedAppEntity is the base entity type for all other entity types under app management workflow." } ], "x-ms-discriminator-value": "#microsoft.graph.managedAppPolicyDeploymentSummary" }