Skip to content

Commit 82cd867

Browse files
committed
Schema sync 2025-09-16 from 1.4.179.0
1 parent d6cce57 commit 82cd867

16 files changed

Lines changed: 632 additions & 0 deletions

schemas/beta-Bleu.csdl

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1923,6 +1923,7 @@
19231923
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
19241924
<NavigationProperty Name="members" Type="Collection(graph.directoryObject)" />
19251925
<NavigationProperty Name="membersWithLicenseErrors" Type="Collection(graph.directoryObject)" />
1926+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
19261927
<NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" />
19271928
<NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" />
19281929
<NavigationProperty Name="planner" Type="graph.plannerGroup" ContainsTarget="true" />
@@ -2009,6 +2010,9 @@
20092010
<Property Name="configuration" Type="graph.onPremisesDirectorySynchronizationConfiguration" />
20102011
<Property Name="features" Type="graph.onPremisesDirectorySynchronizationFeature" Nullable="false" />
20112012
</EntityType>
2013+
<EntityType Name="onPremisesSyncBehavior" BaseType="graph.entity">
2014+
<Property Name="isCloudManaged" Type="Edm.Boolean" Nullable="false" />
2015+
</EntityType>
20122016
<EntityType Name="organization" BaseType="graph.directoryObject" OpenType="true">
20132017
<Property Name="assignedPlans" Type="Collection(graph.assignedPlan)" Nullable="false" />
20142018
<Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" />
@@ -2092,6 +2096,7 @@
20922096
<NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" />
20932097
<NavigationProperty Name="manager" Type="graph.directoryObject" />
20942098
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
2099+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
20952100
<NavigationProperty Name="transitiveMemberOf" Type="Collection(graph.directoryObject)" />
20962101
<NavigationProperty Name="transitiveReports" Type="Collection(graph.directoryObject)" />
20972102
</EntityType>
@@ -3337,6 +3342,16 @@
33373342
</Annotation>
33383343
</Annotations>
33393344
<Annotations Target="microsoft.graph.GraphService/contacts">
3345+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
3346+
<Record>
3347+
<PropertyValue Property="Expandable" Bool="true" />
3348+
<PropertyValue Property="NonExpandableProperties">
3349+
<Collection>
3350+
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
3351+
</Collection>
3352+
</PropertyValue>
3353+
</Record>
3354+
</Annotation>
33403355
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
33413356
<Record>
33423357
<PropertyValue Property="CustomHeaders">
@@ -3385,6 +3400,16 @@
33853400
</Annotation>
33863401
</Annotations>
33873402
<Annotations Target="microsoft.graph.GraphService/groups">
3403+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
3404+
<Record>
3405+
<PropertyValue Property="Expandable" Bool="true" />
3406+
<PropertyValue Property="NonExpandableProperties">
3407+
<Collection>
3408+
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
3409+
</Collection>
3410+
</PropertyValue>
3411+
</Record>
3412+
</Annotation>
33883413
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
33893414
<Record>
33903415
<PropertyValue Property="CustomHeaders">

schemas/beta-Delos.csdl

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,6 +1172,7 @@
11721172
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
11731173
<NavigationProperty Name="members" Type="Collection(graph.directoryObject)" />
11741174
<NavigationProperty Name="membersWithLicenseErrors" Type="Collection(graph.directoryObject)" />
1175+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
11751176
<NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" />
11761177
<NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" />
11771178
<NavigationProperty Name="settings" Type="Collection(graph.directorySetting)" ContainsTarget="true" />
@@ -1244,6 +1245,9 @@
12441245
<Property Name="configuration" Type="graph.onPremisesDirectorySynchronizationConfiguration" />
12451246
<Property Name="features" Type="graph.onPremisesDirectorySynchronizationFeature" Nullable="false" />
12461247
</EntityType>
1248+
<EntityType Name="onPremisesSyncBehavior" BaseType="graph.entity">
1249+
<Property Name="isCloudManaged" Type="Edm.Boolean" Nullable="false" />
1250+
</EntityType>
12471251
<EntityType Name="organization" BaseType="graph.directoryObject" OpenType="true">
12481252
<Property Name="assignedPlans" Type="Collection(graph.assignedPlan)" Nullable="false" />
12491253
<Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" />
@@ -1327,6 +1331,7 @@
13271331
<NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" />
13281332
<NavigationProperty Name="manager" Type="graph.directoryObject" />
13291333
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
1334+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
13301335
<NavigationProperty Name="transitiveMemberOf" Type="Collection(graph.directoryObject)" />
13311336
<NavigationProperty Name="transitiveReports" Type="Collection(graph.directoryObject)" />
13321337
</EntityType>
@@ -2324,6 +2329,16 @@
23242329
</Annotation>
23252330
</Annotations>
23262331
<Annotations Target="microsoft.graph.GraphService/contacts">
2332+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
2333+
<Record>
2334+
<PropertyValue Property="Expandable" Bool="true" />
2335+
<PropertyValue Property="NonExpandableProperties">
2336+
<Collection>
2337+
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
2338+
</Collection>
2339+
</PropertyValue>
2340+
</Record>
2341+
</Annotation>
23272342
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
23282343
<Record>
23292344
<PropertyValue Property="CustomHeaders">
@@ -2372,6 +2387,16 @@
23722387
</Annotation>
23732388
</Annotations>
23742389
<Annotations Target="microsoft.graph.GraphService/groups">
2390+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
2391+
<Record>
2392+
<PropertyValue Property="Expandable" Bool="true" />
2393+
<PropertyValue Property="NonExpandableProperties">
2394+
<Collection>
2395+
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
2396+
</Collection>
2397+
</PropertyValue>
2398+
</Record>
2399+
</Annotation>
23752400
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
23762401
<Record>
23772402
<PropertyValue Property="CustomHeaders">

schemas/beta-Fairfax.csdl

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18084,6 +18084,9 @@
1808418084
<NavigationProperty Name="businessFlowsWithRequestsAwaitingMyDecision" Type="Collection(graph.businessFlow)" ContainsTarget="true" />
1808518085
<NavigationProperty Name="policyTemplates" Type="Collection(graph.governancePolicyTemplate)" ContainsTarget="true" />
1808618086
</EntityType>
18087+
<EntityType Name="approvedClientApp" BaseType="graph.entity">
18088+
<Property Name="displayName" Type="Edm.String" />
18089+
</EntityType>
1808718090
<EntityType Name="appScope" BaseType="graph.entity">
1808818091
<Property Name="displayName" Type="Edm.String" />
1808918092
<Property Name="type" Type="Edm.String" />
@@ -21589,6 +21592,7 @@
2158921592
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
2159021593
<NavigationProperty Name="members" Type="Collection(graph.directoryObject)" />
2159121594
<NavigationProperty Name="membersWithLicenseErrors" Type="Collection(graph.directoryObject)" />
21595+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
2159221596
<NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" />
2159321597
<NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" />
2159421598
<NavigationProperty Name="photo" Type="graph.profilePhoto" ContainsTarget="true" />
@@ -24153,6 +24157,9 @@
2415324157
<NavigationProperty Name="connectors" Type="Collection(graph.connector)" ContainsTarget="true" />
2415424158
<NavigationProperty Name="publishedResources" Type="Collection(graph.publishedResource)" ContainsTarget="true" />
2415524159
</EntityType>
24160+
<EntityType Name="onPremisesSyncBehavior" BaseType="graph.entity">
24161+
<Property Name="isCloudManaged" Type="Edm.Boolean" Nullable="false" />
24162+
</EntityType>
2415624163
<EntityType Name="onTokenIssuanceStartCustomExtension" BaseType="graph.customAuthenticationExtension">
2415724164
<Property Name="claimsForTokenConfiguration" Type="Collection(graph.onTokenIssuanceStartReturnClaim)" />
2415824165
</EntityType>
@@ -24291,6 +24298,7 @@
2429124298
<NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" />
2429224299
<NavigationProperty Name="manager" Type="graph.directoryObject" />
2429324300
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
24301+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
2429424302
<NavigationProperty Name="transitiveMemberOf" Type="Collection(graph.directoryObject)" />
2429524303
<NavigationProperty Name="transitiveReports" Type="Collection(graph.directoryObject)" />
2429624304
</EntityType>
@@ -25210,6 +25218,7 @@
2521025218
</EntityType>
2521125219
<EntityType Name="remoteDesktopSecurityConfiguration" BaseType="graph.entity">
2521225220
<Property Name="isRemoteDesktopProtocolEnabled" Type="Edm.Boolean" Nullable="false" />
25221+
<NavigationProperty Name="approvedClientApps" Type="Collection(graph.approvedClientApp)" ContainsTarget="true" />
2521325222
<NavigationProperty Name="targetDeviceGroups" Type="Collection(graph.targetDeviceGroup)" ContainsTarget="true" />
2521425223
</EntityType>
2521525224
<EntityType Name="reportRoot">
@@ -57123,6 +57132,16 @@
5712357132
</Annotation>
5712457133
</Annotations>
5712557134
<Annotations Target="microsoft.graph.GraphService/contacts">
57135+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
57136+
<Record>
57137+
<PropertyValue Property="Expandable" Bool="true" />
57138+
<PropertyValue Property="NonExpandableProperties">
57139+
<Collection>
57140+
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
57141+
</Collection>
57142+
</PropertyValue>
57143+
</Record>
57144+
</Annotation>
5712657145
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
5712757146
<Record>
5712857147
<PropertyValue Property="CustomHeaders">
@@ -57171,6 +57190,16 @@
5717157190
</Annotation>
5717257191
</Annotations>
5717357192
<Annotations Target="microsoft.graph.GraphService/groups">
57193+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions" Qualifier="Org.OData.Capabilities.V1.ExpandRestrictions">
57194+
<Record>
57195+
<PropertyValue Property="Expandable" Bool="true" />
57196+
<PropertyValue Property="NonExpandableProperties">
57197+
<Collection>
57198+
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
57199+
</Collection>
57200+
</PropertyValue>
57201+
</Record>
57202+
</Annotation>
5717457203
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
5717557204
<Record>
5717657205
<PropertyValue Property="CustomHeaders">
@@ -84010,6 +84039,8 @@
8401084039
<Member Name="builtInMl" Value="1073741847" />
8401184040
<Member Name="microsoftInsiderRiskManagement" Value="1073741848" />
8401284041
<Member Name="microsoftThreatIntelligence" Value="1073741849" />
84042+
<Member Name="microsoftDefenderForAIServices" Value="1073741850" />
84043+
<Member Name="securityCopilot" Value="1073741851" />
8401384044
<Member Name="microsoftSentinel" Value="268435456" />
8401484045
</EnumType>
8401584046
<EnumType Name="detectionStatus">

schemas/beta-GovSG.csdl

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,6 +1172,7 @@
11721172
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
11731173
<NavigationProperty Name="members" Type="Collection(graph.directoryObject)" />
11741174
<NavigationProperty Name="membersWithLicenseErrors" Type="Collection(graph.directoryObject)" />
1175+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
11751176
<NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" />
11761177
<NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" />
11771178
<NavigationProperty Name="settings" Type="Collection(graph.directorySetting)" ContainsTarget="true" />
@@ -1244,6 +1245,9 @@
12441245
<Property Name="configuration" Type="graph.onPremisesDirectorySynchronizationConfiguration" />
12451246
<Property Name="features" Type="graph.onPremisesDirectorySynchronizationFeature" Nullable="false" />
12461247
</EntityType>
1248+
<EntityType Name="onPremisesSyncBehavior" BaseType="graph.entity">
1249+
<Property Name="isCloudManaged" Type="Edm.Boolean" Nullable="false" />
1250+
</EntityType>
12471251
<EntityType Name="organization" BaseType="graph.directoryObject" OpenType="true">
12481252
<Property Name="assignedPlans" Type="Collection(graph.assignedPlan)" Nullable="false" />
12491253
<Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" />
@@ -1327,6 +1331,7 @@
13271331
<NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" />
13281332
<NavigationProperty Name="manager" Type="graph.directoryObject" />
13291333
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
1334+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
13301335
<NavigationProperty Name="transitiveMemberOf" Type="Collection(graph.directoryObject)" />
13311336
<NavigationProperty Name="transitiveReports" Type="Collection(graph.directoryObject)" />
13321337
</EntityType>
@@ -2324,6 +2329,16 @@
23242329
</Annotation>
23252330
</Annotations>
23262331
<Annotations Target="microsoft.graph.GraphService/contacts">
2332+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
2333+
<Record>
2334+
<PropertyValue Property="Expandable" Bool="true" />
2335+
<PropertyValue Property="NonExpandableProperties">
2336+
<Collection>
2337+
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
2338+
</Collection>
2339+
</PropertyValue>
2340+
</Record>
2341+
</Annotation>
23272342
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
23282343
<Record>
23292344
<PropertyValue Property="CustomHeaders">
@@ -2372,6 +2387,16 @@
23722387
</Annotation>
23732388
</Annotations>
23742389
<Annotations Target="microsoft.graph.GraphService/groups">
2390+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
2391+
<Record>
2392+
<PropertyValue Property="Expandable" Bool="true" />
2393+
<PropertyValue Property="NonExpandableProperties">
2394+
<Collection>
2395+
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
2396+
</Collection>
2397+
</PropertyValue>
2398+
</Record>
2399+
</Annotation>
23752400
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
23762401
<Record>
23772402
<PropertyValue Property="CustomHeaders">

0 commit comments

Comments
 (0)