Microsoft Graph · Schema

userExperienceAnalyticsHealthState

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphuserexperienceanalyticshealthstate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.userExperienceAnalyticsHealthState",
  "title": "userExperienceAnalyticsHealthState",
  "enum": [
    "unknown",
    "insufficientData",
    "needsAttention",
    "meetingGoals",
    "unknownFutureValue"
  ],
  "type": "string",
  "x-ms-enum": {
    "name": "userExperienceAnalyticsHealthState",
    "modelAsString": false,
    "values": [
      {
        "value": "unknown",
        "description": "Indicates that the health state is unknown.",
        "name": "unknown"
      },
      {
        "value": "insufficientData",
        "description": "Indicates that the health state is insufficient data.",
        "name": "insufficientData"
      },
      {
        "value": "needsAttention",
        "description": "Indicates that the health state needs attention.",
        "name": "needsAttention"
      },
      {
        "value": "meetingGoals",
        "description": "Indicates that the health state is meeting goals.",
        "name": "meetingGoals"
      },
      {
        "value": "unknownFutureValue",
        "description": "Evolvable enumeration sentinel value. Do not use.",
        "name": "unknownFutureValue"
      }
    ]
  }
}