Microsoft Graph · Schema
microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance",
"title": "microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "userExperienceAnalyticsWorkFromAnywhereModelPerformance",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"cloudIdentityScore": {
"oneOf": [
{
"type": "number",
"format": "double",
"nullable": true
},
{
"type": "string",
"nullable": true
},
{
"$ref": "#/components/schemas/ReferenceNumeric"
}
],
"description": "The cloud identity score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"
},
"cloudManagementScore": {
"oneOf": [
{
"type": "number",
"format": "double",
"nullable": true
},
{
"type": "string",
"nullable": true
},
{
"$ref": "#/components/schemas/ReferenceNumeric"
}
],
"description": "The cloud management score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"
},
"cloudProvisioningScore": {
"oneOf": [
{
"type": "number",
"format": "double",
"nullable": true
},
{
"type": "string",
"nullable": true
},
{
"$ref": "#/components/schemas/ReferenceNumeric"
}
],
"description": "The cloud provisioning score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"
},
"healthStatus": {
"$ref": "#/components/schemas/microsoft.graph.userExperienceAnalyticsHealthState"
},
"manufacturer": {
"type": "string",
"description": "The manufacturer name of the device. Supports: $select, $OrderBy. Read-only.",
"nullable": true
},
"model": {
"type": "string",
"description": "The model name of the device. Supports: $select, $OrderBy. Read-only.",
"nullable": true
},
"modelDeviceCount": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "The devices count for the model. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647",
"format": "int32"
},
"windowsScore": {
"oneOf": [
{
"type": "number",
"format": "double",
"nullable": true
},
{
"type": "string",
"nullable": true
},
{
"$ref": "#/components/schemas/ReferenceNumeric"
}
],
"description": "The window score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"
},
"workFromAnywhereScore": {
"oneOf": [
{
"type": "number",
"format": "double",
"nullable": true
},
{
"type": "string",
"nullable": true
},
{
"$ref": "#/components/schemas/ReferenceNumeric"
}
],
"description": "The work from anywhere score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"
},
"@odata.type": {
"type": "string"
}
},
"description": "The user experience analytics work from anywhere model performance."
}
],
"x-ms-discriminator-value": "#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance"
}