Skip to content
Closed
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
25 changes: 25 additions & 0 deletions schemas/beta-Bleu.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -1923,6 +1923,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="planner" Type="graph.plannerGroup" ContainsTarget="true" />
Expand Down Expand Up @@ -2009,6 +2010,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 @@ -2092,6 +2096,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 @@ -3337,6 +3342,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 @@ -3385,6 +3400,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
25 changes: 25 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 @@ -2324,6 +2329,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 +2387,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
31 changes: 31 additions & 0 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -18084,6 +18084,9 @@
<NavigationProperty Name="businessFlowsWithRequestsAwaitingMyDecision" Type="Collection(graph.businessFlow)" ContainsTarget="true" />
<NavigationProperty Name="policyTemplates" Type="Collection(graph.governancePolicyTemplate)" ContainsTarget="true" />
</EntityType>
<EntityType Name="approvedClientApp" BaseType="graph.entity">
<Property Name="displayName" Type="Edm.String" />
</EntityType>
<EntityType Name="appScope" BaseType="graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="type" Type="Edm.String" />
Expand Down Expand Up @@ -21589,6 +21592,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="photo" Type="graph.profilePhoto" ContainsTarget="true" />
Expand Down Expand Up @@ -24153,6 +24157,9 @@
<NavigationProperty Name="connectors" Type="Collection(graph.connector)" ContainsTarget="true" />
<NavigationProperty Name="publishedResources" Type="Collection(graph.publishedResource)" ContainsTarget="true" />
</EntityType>
<EntityType Name="onPremisesSyncBehavior" BaseType="graph.entity">
<Property Name="isCloudManaged" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="onTokenIssuanceStartCustomExtension" BaseType="graph.customAuthenticationExtension">
<Property Name="claimsForTokenConfiguration" Type="Collection(graph.onTokenIssuanceStartReturnClaim)" />
</EntityType>
Expand Down Expand Up @@ -24291,6 +24298,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 @@ -25210,6 +25218,7 @@
</EntityType>
<EntityType Name="remoteDesktopSecurityConfiguration" BaseType="graph.entity">
<Property Name="isRemoteDesktopProtocolEnabled" Type="Edm.Boolean" Nullable="false" />
<NavigationProperty Name="approvedClientApps" Type="Collection(graph.approvedClientApp)" ContainsTarget="true" />
<NavigationProperty Name="targetDeviceGroups" Type="Collection(graph.targetDeviceGroup)" ContainsTarget="true" />
</EntityType>
<EntityType Name="reportRoot">
Expand Down Expand Up @@ -57123,6 +57132,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 @@ -57171,6 +57190,16 @@
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/groups">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions" Qualifier="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 @@ -84010,6 +84039,8 @@
<Member Name="builtInMl" Value="1073741847" />
<Member Name="microsoftInsiderRiskManagement" Value="1073741848" />
<Member Name="microsoftThreatIntelligence" Value="1073741849" />
<Member Name="microsoftDefenderForAIServices" Value="1073741850" />
<Member Name="securityCopilot" Value="1073741851" />
<Member Name="microsoftSentinel" Value="268435456" />
</EnumType>
<EnumType Name="detectionStatus">
Expand Down
25 changes: 25 additions & 0 deletions schemas/beta-GovSG.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 @@ -2324,6 +2329,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 +2387,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
Loading
Loading