Skip to content

Commit 7c1f906

Browse files
authored
Merge pull request #25394 from microsoftgraph/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/microsoftgraph/microsoft-graph-docs-contrib (branch main)
2 parents b76c82a + 1d70f1e commit 7c1f906

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

api-reference/beta/resources/intune-devices-manageddevice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Devices that are managed or pre-enrolled through Intune
7373
|:---|:---|:---|
7474
|id|String|Unique Identifier for the device. This property is read-only.|
7575
|userId|String|Unique Identifier for the user associated with the device. This property is read-only.|
76-
|deviceName|String|Name of the device. This property is read-only.|
76+
|deviceName|String|Name of the device. Supports $filter operator 'eq' and 'contains'. This property is read-only.|
7777
|hardwareInformation|[hardwareInformation](../resources/intune-devices-hardwareinformation.md)|The hardward details for the device. Includes information such as storage space, manufacturer, serial number, etc. By default most property of this type are set to null/0/false and enum defaults for associated types. To retrieve actual values GET call needs to be made, with device id and included in select parameter. Supports: $select. $Search is not supported. Read-only. This property is read-only.|
7878
|ownerType|[ownerType](../resources/intune-shared-ownertype.md)|Ownership of the device. Possible values are, 'company' or 'personal'. Default is unknown. Supports $filter operator 'eq' and 'or'. Possible values are: `unknown`, `company`, `personal`.|
7979
|managedDeviceOwnerType|[managedDeviceOwnerType](../resources/intune-shared-manageddeviceownertype.md)|Ownership of the device. Can be 'company' or 'personal'. Possible values are: `unknown`, `company`, `personal`.|
@@ -398,4 +398,4 @@ Here is a JSON representation of the resource.
398398
"deviceIdentityAttestationStatus": "String"
399399
}
400400
}
401-
```
401+
```

api-reference/v1.0/resources/intune-devices-windowsdefenderproductstatus.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,10 @@ Product Status of Windows Defender
4444
|platformAboutToBeOutdated|4194304|Platform is about to be outdated|
4545
|signatureOrPlatformEndOfLifeIsPastOrIsImpending|8388608|Signature or platform end of life is past or is impending|
4646
|windowsSModeSignaturesInUseOnNonWin10SInstall|16777216|Windows SMode signatures still in use on non-Win10S install|
47+
48+
The "ProductStatus" is a bit-mask flag value. Thus, the values can represent one or multiple product states from the list above.
49+
50+
Examples of multiple product states:\
51+
524800 = 524288 (noStatusFlagsSet) + 512 (systemInitiatedScanInProgress) = 0x000**8**0**2**00\
52+
524544 = 524288 (noStatusFlagsSet) + 256 (noFullScanHappenedForSpecifiedPeriod) = 0x000**8**0**1**00\
53+
524416 = 524288 (noStatusFlagsSet) + 128 (noQuickScanHappenedForSpecifiedPeriod) = 0x000**8**00**8**0

0 commit comments

Comments
 (0)