Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
436 changes: 436 additions & 0 deletions schemas/beta-Bleu.csdl

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions schemas/beta-Delos.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,7 @@
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="members" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="membersWithLicenseErrors" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
<NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" />
<NavigationProperty Name="settings" Type="Collection(graph.directorySetting)" ContainsTarget="true" />
Expand Down Expand Up @@ -1244,6 +1245,9 @@
<Property Name="configuration" Type="graph.onPremisesDirectorySynchronizationConfiguration" />
<Property Name="features" Type="graph.onPremisesDirectorySynchronizationFeature" Nullable="false" />
</EntityType>
<EntityType Name="onPremisesSyncBehavior" BaseType="graph.entity">
<Property Name="isCloudManaged" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="organization" BaseType="graph.directoryObject" OpenType="true">
<Property Name="assignedPlans" Type="Collection(graph.assignedPlan)" Nullable="false" />
<Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" />
Expand Down Expand Up @@ -1327,6 +1331,7 @@
<NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="manager" Type="graph.directoryObject" />
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
<NavigationProperty Name="transitiveMemberOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="transitiveReports" Type="Collection(graph.directoryObject)" />
</EntityType>
Expand Down Expand Up @@ -1685,6 +1690,7 @@
<NavigationProperty Name="licenseDetails" Type="Collection(graph.licenseDetails)" ContainsTarget="true" />
<NavigationProperty Name="manager" Type="graph.directoryObject" />
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
<NavigationProperty Name="ownedDevices" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="ownedObjects" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="registeredDevices" Type="Collection(graph.directoryObject)" />
Expand Down Expand Up @@ -2324,6 +2330,16 @@
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/contacts">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
<PropertyValue Property="NonExpandableProperties">
<Collection>
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
<Record>
<PropertyValue Property="CustomHeaders">
Expand Down Expand Up @@ -2372,6 +2388,16 @@
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/groups">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
<PropertyValue Property="NonExpandableProperties">
<Collection>
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
<Record>
<PropertyValue Property="CustomHeaders">
Expand Down Expand Up @@ -2430,6 +2456,16 @@
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/users">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
<PropertyValue Property="NonExpandableProperties">
<Collection>
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
<Record>
<PropertyValue Property="CustomHeaders">
Expand Down
Loading
Loading