Skip to content

Commit a28e762

Browse files
authored
Merge pull request #104295 from yyuank/patch-11
Update groups-dynamic-membership.md
2 parents 19efe67 + a9e7f20 commit a28e762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,13 +336,13 @@ device.objectId -ne null
336336

337337
## Extension properties and custom extension properties
338338

339-
Extension attributes and custom extension properties are supported as string properties in dynamic membership rules. Extension attributes are synced from on-premises Window Server AD 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:
339+
Extension attributes and custom extension properties are supported as string properties in dynamic membership rules. [Extension attributes](https://docs.microsoft.com/graph/api/resources/onpremisesextensionattributes?view=graph-rest-1.0) are synced from on-premises Window Server AD 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:
340340

341341
```
342342
(user.extensionAttribute15 -eq "Marketing")
343343
```
344344

345-
Custom extension properties are synced from on-premises Windows Server AD or from a connected SaaS application and are of the format of `user.extension_[GUID]_[Attribute]`, where:
345+
[Custom extension properties](https://docs.microsoft.com/azure/active-directory/hybrid/how-to-connect-sync-feature-directory-extensions) are synced from on-premises Windows Server AD or from a connected SaaS application and are of the format of `user.extension_[GUID]_[Attribute]`, where:
346346

347347
* [GUID] is the unique identifier in Azure AD for the application that created the property in Azure AD
348348
* [Attribute] is the name of the property as it was created

0 commit comments

Comments
 (0)