userExperienceAnalyticsDeviceScope resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

The user experience analytics device scope entity contains device scope configuration values use to apply filtering on the endpoint analytics reports.

Methods

Method Return Type Description
List userExperienceAnalyticsDeviceScopes userExperienceAnalyticsDeviceScope collection List properties and relationships of the userExperienceAnalyticsDeviceScope objects.
Get userExperienceAnalyticsDeviceScope userExperienceAnalyticsDeviceScope Read properties and relationships of the userExperienceAnalyticsDeviceScope object.
Create userExperienceAnalyticsDeviceScope userExperienceAnalyticsDeviceScope Create a new userExperienceAnalyticsDeviceScope object.
Delete userExperienceAnalyticsDeviceScope None Deletes a userExperienceAnalyticsDeviceScope.
Update userExperienceAnalyticsDeviceScope userExperienceAnalyticsDeviceScope Update the properties of a userExperienceAnalyticsDeviceScope object.
triggerDeviceScopeAction action deviceScopeActionResult

Properties

Property Type Description
id String The unique identifier for the device scope configuration.
deviceScopeName String The name of the user experience analytics device Scope configuration.
ownerId String The unique identifier of the person (admin) who created the device scope configuration.
isBuiltIn Boolean Indicates whether the device scope configuration is built-in or custom. When TRUE, the device scope configuration is built-in. When FALSE, the device scope configuration is custom. Default value is FALSE.
enabled Boolean Indicates whether a device scope is enabled or disabled. When TRUE, the device scope is enabled. When FALSE, the device scope is disabled. Default value is FALSE.
status deviceScopeStatus Indicates the device scope status after the device scope has been enabled. Possible values are: none, computing, insufficientData or completed. Default value is none. Possible values are: none, computing, insufficientData, completed, unknownFutureValue.
parameter deviceScopeParameter Device scope configuration parameter. It will be extended in future to add more parameter. Eg: device scope parameter can be OS version, Disk Type, Device manufacturer, device model or Scope tag. Default value: scopeTag. Possible values are: none, scopeTag, unknownFutureValue.
operator deviceScopeOperator Device scope configuration query operator. Possible values are: equals, notEquals, contains, notContains, greaterThan, lessThan. Default value: equals. Possible values are: none, equals, unknownFutureValue.
valueObjectId String The unique identifier for a user device scope tag Id used for the creation of device scope configuration.
value String The device scope configuration query clause value.
createdDateTime DateTimeOffset Indicates the creation date and time for the custom device scope.
lastModifiedDateTime DateTimeOffset Indicates the last updated date and time for the custom device scope.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userExperienceAnalyticsDeviceScope",
  "id": "String (identifier)",
  "deviceScopeName": "String",
  "ownerId": "String",
  "isBuiltIn": true,
  "enabled": true,
  "status": "String",
  "parameter": "String",
  "operator": "String",
  "valueObjectId": "String",
  "value": "String",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)"
}