Skip to content

Commit b6d810d

Browse files
authored
Merge pull request #25307 from microsoftgraph/dkeshaw10-openExtFix
Fixed an error about open extensions
2 parents 5f8bb89 + 8887fa7 commit b6d810d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

concepts/extensibility-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,8 @@ You define and manage open extensions on the fly on resource instances. They're
863863
- The user object for Bruno can have no open extension property.
864864
- The user object for Alex can have an open extension named *socialSettings* with five properties: **theme**, **color**, **language**, **font**, and **fontSize**.
865865

866+
Additionally, open extension properties can have any valid JSON structure.
867+
866868
#### Create an open extension
867869

868870
The following example shows an open extension definition with three properties and how the custom properties and associated data are presented on a resource instance.
@@ -1046,7 +1048,7 @@ The following table compares the extension types, which should help you decide w
10461048
| Supported resource types | [user][] <br/>[device][] | [user][] <br/> [group][] <br/> [administrativeUnit][] <br/> [application][] <br/>[device][] <br/> [organization][] | [user][] <br/> [group][] <br/> [administrativeUnit][] <br/> [contact][] <br/> [device][] <br/> [event][] (both user and group calendars) <br/> [message][] <br/> [organization][] <br/> [post][] | [user][] <br/> [group][] <!--<br/> [administrativeUnit][]--> <br/> [contact][] <br/> [device][] <br/> [event][]<sup>1</sup> (both user and group calendars) <br/> [message][] <br/> [organization][] <br/> [post][] <br/> [todoTask][] <br/> [todoTaskList][] |
10471049
| Strongly typed | No | Yes | Yes | No |
10481050
| Filterable | Yes | Yes | Yes | No |
1049-
| Can store a collection | No | Yes | No | No |
1051+
| Can store a collection | No | Yes | No | Yes |
10501052
| Tied to an "owner" application | No | Yes | Yes | No |
10511053
| Managed via | Microsoft Graph <br/> Exchange admin center | Microsoft Graph | Microsoft Graph | Microsoft Graph |
10521054
| Sync data from on-premises to extensions using [AD connect][] | Yes, for users | [Yes][ADConnect-YES] | No | No |

0 commit comments

Comments
 (0)