You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| memberOf | Any string value (valid group object ID) | user.memberof -any (group.objectId -in ['value']) |
105
105
| mobile |Any string value or *null*| user.mobile -eq "value" |
106
106
| objectId |GUID of the user object | user.objectId -eq "11111111-1111-1111-1111-111111111111" |
107
-
| onPremisesDistinguishedName (preview)| Any string value or *null*| user.onPremisesDistinguishedName -eq "value" |
107
+
| onPremisesDistinguishedName | Any string value or *null*| user.onPremisesDistinguishedName -eq "value" |
108
108
| onPremisesSecurityIdentifier | On-premises security identifier (SID) for users who were synchronized from on-premises to the cloud. | user.onPremisesSecurityIdentifier -eq "S-1-1-11-1111111111-1111111111-1111111111-1111111" |
0 commit comments