Microsoft Graph · Schema

userExperienceAnalyticsCloudIdentityDevicesSummary

The user experience analytics work from anywhere cloud identity devices summary.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
deviceWithoutCloudIdentityCount number The count of devices that are not cloud identity. Read-only.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphuserexperienceanalyticscloudidentitydevicessum-schema.json Raw ↑
{
  "$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."
}