|
1172 | 1172 | <NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" /> |
1173 | 1173 | <NavigationProperty Name="members" Type="Collection(graph.directoryObject)" /> |
1174 | 1174 | <NavigationProperty Name="membersWithLicenseErrors" Type="Collection(graph.directoryObject)" /> |
| 1175 | + <NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" /> |
1175 | 1176 | <NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" /> |
1176 | 1177 | <NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" /> |
1177 | 1178 | <NavigationProperty Name="settings" Type="Collection(graph.directorySetting)" ContainsTarget="true" /> |
|
1244 | 1245 | <Property Name="configuration" Type="graph.onPremisesDirectorySynchronizationConfiguration" /> |
1245 | 1246 | <Property Name="features" Type="graph.onPremisesDirectorySynchronizationFeature" Nullable="false" /> |
1246 | 1247 | </EntityType> |
| 1248 | + <EntityType Name="onPremisesSyncBehavior" BaseType="graph.entity"> |
| 1249 | + <Property Name="isCloudManaged" Type="Edm.Boolean" Nullable="false" /> |
| 1250 | + </EntityType> |
1247 | 1251 | <EntityType Name="organization" BaseType="graph.directoryObject" OpenType="true"> |
1248 | 1252 | <Property Name="assignedPlans" Type="Collection(graph.assignedPlan)" Nullable="false" /> |
1249 | 1253 | <Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" /> |
|
1327 | 1331 | <NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" /> |
1328 | 1332 | <NavigationProperty Name="manager" Type="graph.directoryObject" /> |
1329 | 1333 | <NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" /> |
| 1334 | + <NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" /> |
1330 | 1335 | <NavigationProperty Name="transitiveMemberOf" Type="Collection(graph.directoryObject)" /> |
1331 | 1336 | <NavigationProperty Name="transitiveReports" Type="Collection(graph.directoryObject)" /> |
1332 | 1337 | </EntityType> |
|
1685 | 1690 | <NavigationProperty Name="licenseDetails" Type="Collection(graph.licenseDetails)" ContainsTarget="true" /> |
1686 | 1691 | <NavigationProperty Name="manager" Type="graph.directoryObject" /> |
1687 | 1692 | <NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" /> |
| 1693 | + <NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" /> |
1688 | 1694 | <NavigationProperty Name="ownedDevices" Type="Collection(graph.directoryObject)" /> |
1689 | 1695 | <NavigationProperty Name="ownedObjects" Type="Collection(graph.directoryObject)" /> |
1690 | 1696 | <NavigationProperty Name="registeredDevices" Type="Collection(graph.directoryObject)" /> |
|
2324 | 2330 | </Annotation> |
2325 | 2331 | </Annotations> |
2326 | 2332 | <Annotations Target="microsoft.graph.GraphService/contacts"> |
| 2333 | + <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"> |
| 2334 | + <Record> |
| 2335 | + <PropertyValue Property="Expandable" Bool="true" /> |
| 2336 | + <PropertyValue Property="NonExpandableProperties"> |
| 2337 | + <Collection> |
| 2338 | + <NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath> |
| 2339 | + </Collection> |
| 2340 | + </PropertyValue> |
| 2341 | + </Record> |
| 2342 | + </Annotation> |
2327 | 2343 | <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
2328 | 2344 | <Record> |
2329 | 2345 | <PropertyValue Property="CustomHeaders"> |
|
2372 | 2388 | </Annotation> |
2373 | 2389 | </Annotations> |
2374 | 2390 | <Annotations Target="microsoft.graph.GraphService/groups"> |
| 2391 | + <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"> |
| 2392 | + <Record> |
| 2393 | + <PropertyValue Property="Expandable" Bool="true" /> |
| 2394 | + <PropertyValue Property="NonExpandableProperties"> |
| 2395 | + <Collection> |
| 2396 | + <NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath> |
| 2397 | + </Collection> |
| 2398 | + </PropertyValue> |
| 2399 | + </Record> |
| 2400 | + </Annotation> |
2375 | 2401 | <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
2376 | 2402 | <Record> |
2377 | 2403 | <PropertyValue Property="CustomHeaders"> |
|
2430 | 2456 | </Annotation> |
2431 | 2457 | </Annotations> |
2432 | 2458 | <Annotations Target="microsoft.graph.GraphService/users"> |
| 2459 | + <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"> |
| 2460 | + <Record> |
| 2461 | + <PropertyValue Property="Expandable" Bool="true" /> |
| 2462 | + <PropertyValue Property="NonExpandableProperties"> |
| 2463 | + <Collection> |
| 2464 | + <NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath> |
| 2465 | + </Collection> |
| 2466 | + </PropertyValue> |
| 2467 | + </Record> |
| 2468 | + </Annotation> |
2433 | 2469 | <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
2434 | 2470 | <Record> |
2435 | 2471 | <PropertyValue Property="CustomHeaders"> |
|
0 commit comments