Skip to content

Commit faa82ee

Browse files
authored
Merge pull request #177693 from SanDeo-MSFT/patch-83
Update concept-condition-filters-for-devices.md
2 parents 2d2b9ac + 57f6fd1 commit faa82ee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/active-directory/conditional-access/concept-condition-filters-for-devices.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: Use filter for devices in Conditional Access to enhance security po
44
ms.service: active-directory
55
ms.subservice: conditional-access
66
ms.topic: conceptual
7-
ms.date: 10/22/2021
7+
ms.date: 10/26/2021
88

99
ms.author: joflore
1010
author: MicrosoftGuyJFlo
1111
manager: karenhoran
12-
ms.reviewer: sandeo-MSFT
12+
ms.reviewer: sandeo
1313

1414
ms.collection: M365-identity-device-management
1515
---
@@ -109,6 +109,8 @@ The following device attributes can be used with the filter for devices conditio
109109
| --- | --- | --- | --- |
110110
| deviceId | Equals, NotEquals, In, NotIn | A valid deviceId that is a GUID | (device.deviceid -eq “498c4de7-1aee-4ded-8d5d-000000000000”) |
111111
| displayName | Equals, NotEquals, StartsWith, NotStartsWith, EndsWith, NotEndsWith, Contains, NotContains, In, NotIn | Any string | (device.displayName -contains “ABC”) |
112+
| deviceOwnership | Equals, NotEquals | Supported values are "Personal" for bring your own devices and "Company" for corprate owned devices | (device.deviceOwnership -eq “Company”) |
113+
| isCompliant | Equals, NotEquals | Supported values are "True" for compliant devices and "False" for non compliant devices | (device.isCompliant -eq “True”) |
112114
| manufacturer | Equals, NotEquals, StartsWith, NotStartsWith, EndsWith, NotEndsWith, Contains, NotContains, In, NotIn | Any string | (device.manufacturer -startsWith “Microsoft”) |
113115
| mdmAppId | Equals, NotEquals, In, NotIn | A valid MDM application ID | (device.mdmAppId -in [“0000000a-0000-0000-c000-000000000000”] |
114116
| model | Equals, NotEquals, StartsWith, NotStartsWith, EndsWith, NotEndsWith, Contains, NotContains, In, NotIn | Any string | (device.model -notContains “Surface”) |

0 commit comments

Comments
 (0)