Microsoft Graph · Schema

userExperienceAnalyticsSettings

The user experience analytics insight is the recomendation to improve the user experience analytics score.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
configurationManagerDataConnectorConfigured boolean When TRUE, indicates Tenant attach is configured properly and System Center Configuration Manager (SCCM) tenant attached devices will show up in endpoint analytics reporting. When FALSE, indicates Ten
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphuserexperienceanalyticssettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.userExperienceAnalyticsSettings",
  "title": "userExperienceAnalyticsSettings",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "configurationManagerDataConnectorConfigured": {
      "type": "boolean",
      "description": "When TRUE, indicates Tenant attach is configured properly and System Center Configuration Manager (SCCM) tenant attached devices will show up in endpoint analytics reporting. When FALSE, indicates Tenant attach is not configured. FALSE by default."
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "The user experience analytics insight is the recomendation to improve the user experience analytics score."
}