{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.userExperienceAnalyticsCloudIdentityDevicesSummary", "title": "userExperienceAnalyticsCloudIdentityDevicesSummary", "required": [ "@odata.type" ], "type": "object", "properties": { "deviceWithoutCloudIdentityCount": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "The count of devices that are not cloud identity. Read-only.", "format": "int32" }, "@odata.type": { "type": "string" } }, "description": "The user experience analytics work from anywhere cloud identity devices summary." }