Skip to content

Commit 19b7da5

Browse files
authored
statement on multi-value extension properties
while we support the syncing of multi value extension properties, the dynamic group membership rule builder does not consume these multi value extension properties. adding a statement in the documentation to make that clear.
1 parent c80191a commit 19b7da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/enterprise-users/groups-dynamic-membership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ device.objectId -ne null
346346

347347
## Extension properties and custom extension properties
348348

349-
Extension attributes and custom extension properties are supported as string properties in dynamic membership rules. [Extension attributes](/graph/api/resources/onpremisesextensionattributes) can be synced from on-premises Window Server Active Directory or updated using Microsoft Graph and take the format of "ExtensionAttributeX", where X equals 1 - 15. Here's an example of a rule that uses an extension attribute as a property:
349+
Extension attributes and custom extension properties are supported as string properties in dynamic membership rules. [Extension attributes](/graph/api/resources/onpremisesextensionattributes) can be synced from on-premises Window Server Active Directory or updated using Microsoft Graph and take the format of "ExtensionAttributeX", where X equals 1 - 15. Multi-value extension properties are not supported in dynamic membership rules. Here's an example of a rule that uses an extension attribute as a property:
350350

351351
```
352352
(user.extensionAttribute15 -eq "Marketing")

0 commit comments

Comments
 (0)