Skip to content

Commit 12f7bc2

Browse files
authored
Schema sync 2026-01-13 from 1.4.368.0 (#992)
1 parent bef2031 commit 12f7bc2

12 files changed

+1258
-6
lines changed

schemas/beta-Bleu.csdl

Lines changed: 179 additions & 0 deletions
Large diffs are not rendered by default.

schemas/beta-Delos.csdl

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,13 @@
160160
<Member Name="allManagedAndEnumeratedFederated" Value="5" />
161161
<Member Name="unknownFutureValue" Value="6" />
162162
</EnumType>
163+
<EnumType Name="scopeCollectionKind">
164+
<Member Name="allAllowed" Value="0" />
165+
<Member Name="enumerated" Value="1" />
166+
<Member Name="none" Value="2" />
167+
<Member Name="scopeKindNotSet" Value="3" />
168+
<Member Name="unknownFutureValue" Value="4" />
169+
</EnumType>
163170
<EnumType Name="weakAlgorithms" IsFlags="true">
164171
<Member Name="rsaSha1" Value="1" />
165172
<Member Name="unknownFutureValue" Value="2" />
@@ -169,6 +176,7 @@
169176
<Property Name="properties" Type="Collection(graph.keyValue)" Nullable="false" />
170177
<Property Name="type" Type="Edm.String" Nullable="false" />
171178
</ComplexType>
179+
<ComplexType Name="allAllowedScopes" BaseType="graph.inheritableScopes" />
172180
<ComplexType Name="allDomains" BaseType="graph.validatingDomains" />
173181
<ComplexType Name="allowedDataLocationInfo" OpenType="true" />
174182
<ComplexType Name="allowedTenantsAudience" BaseType="graph.signInAudienceRestrictionsBase">
@@ -329,6 +337,9 @@
329337
<Property Name="permissionIds" Type="Collection(Edm.String)" />
330338
<Property Name="resourceApplicationId" Type="Edm.String" />
331339
</ComplexType>
340+
<ComplexType Name="enumeratedScopes" BaseType="graph.inheritableScopes">
341+
<Property Name="scopes" Type="Collection(Edm.String)" Nullable="false" />
342+
</ComplexType>
332343
<ComplexType Name="enumeratedScopeSensitivityLabels" BaseType="graph.scopeSensitivityLabels">
333344
<Property Name="sensitivityLabels" Type="Collection(Edm.String)" />
334345
</ComplexType>
@@ -373,6 +384,9 @@
373384
<Property Name="supportUrl" Type="Edm.String" />
374385
<Property Name="termsOfServiceUrl" Type="Edm.String" />
375386
</ComplexType>
387+
<ComplexType Name="inheritableScopes" Abstract="true">
388+
<Property Name="kind" Type="graph.scopeCollectionKind" Nullable="false" />
389+
</ComplexType>
376390
<ComplexType Name="instanceResourceAccess">
377391
<Property Name="permissions" Type="Collection(graph.resourcePermission)" Nullable="false" />
378392
<Property Name="resourceAppId" Type="Edm.String" Nullable="false" />
@@ -429,6 +443,7 @@
429443
<Property Name="hideResetItNow" Type="Edm.Boolean" />
430444
<Property Name="hideTermsOfUse" Type="Edm.Boolean" />
431445
</ComplexType>
446+
<ComplexType Name="noScopes" BaseType="graph.inheritableScopes" />
432447
<ComplexType Name="objectIdentity">
433448
<Property Name="issuer" Type="Edm.String" />
434449
<Property Name="issuerAssignedId" Type="Edm.String" />
@@ -701,6 +716,7 @@
701716
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
702717
</EntityType>
703718
<EntityType Name="agentIdentityBlueprint" BaseType="graph.application" OpenType="true">
719+
<NavigationProperty Name="inheritablePermissions" Type="Collection(graph.inheritablePermission)" ContainsTarget="true" />
704720
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
705721
</EntityType>
706722
<EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true">
@@ -1242,6 +1258,13 @@
12421258
<Property Name="userId" Type="Edm.String" Nullable="false" />
12431259
<Property Name="userPrincipalName" Type="Edm.String" Nullable="false" />
12441260
</EntityType>
1261+
<EntityType Name="inheritablePermission">
1262+
<Key>
1263+
<PropertyRef Name="resourceAppId" />
1264+
</Key>
1265+
<Property Name="inheritableScopes" Type="graph.inheritableScopes" Nullable="false" />
1266+
<Property Name="resourceAppId" Type="Edm.String" Nullable="false" />
1267+
</EntityType>
12451268
<EntityType Name="internalDomainFederation" BaseType="graph.samlOrWsFedProvider">
12461269
<Property Name="activeSignInUri" Type="Edm.String" />
12471270
<Property Name="federatedIdpMfaBehavior" Type="graph.federatedIdpMfaBehavior" />

schemas/beta-Fairfax.csdl

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,7 @@
16341634
<Member Name="centralAmerica" Value="12" />
16351635
<Member Name="usGovernment" Value="13" />
16361636
<Member Name="unknownFutureValue" Value="14" />
1637+
<Member Name="mexico" Value="15" />
16371638
</EnumType>
16381639
<EnumType Name="cloudPcImportedSnapshotState">
16391640
<Member Name="notUsed" Value="0" />
@@ -7309,6 +7310,13 @@
73097310
<Member Name="selfRenew" Value="9" />
73107311
<Member Name="unknownFutureValue" Value="10" />
73117312
</EnumType>
7313+
<EnumType Name="scopeCollectionKind">
7314+
<Member Name="allAllowed" Value="0" />
7315+
<Member Name="enumerated" Value="1" />
7316+
<Member Name="none" Value="2" />
7317+
<Member Name="scopeKindNotSet" Value="3" />
7318+
<Member Name="unknownFutureValue" Value="4" />
7319+
</EnumType>
73127320
<EnumType Name="scopeOperatorMultiValuedComparisonType">
73137321
<Member Name="All" Value="0" />
73147322
<Member Name="Any" Value="1" />
@@ -9464,6 +9472,7 @@
94649472
<Property Name="type" Type="Edm.String" />
94659473
<Property Name="value" Type="Edm.String" />
94669474
</ComplexType>
9475+
<ComplexType Name="allAllowedScopes" BaseType="graph.inheritableScopes" />
94679476
<ComplexType Name="allDeviceRegistrationMembership" BaseType="graph.deviceRegistrationMembership" />
94689477
<ComplexType Name="allDevicesAssignmentTarget" BaseType="graph.deviceAndAppManagementAssignmentTarget" />
94699478
<ComplexType Name="allDomains" BaseType="graph.validatingDomains" />
@@ -12176,6 +12185,9 @@
1217612185
<Property Name="permissionIds" Type="Collection(Edm.String)" />
1217712186
<Property Name="resourceApplicationId" Type="Edm.String" />
1217812187
</ComplexType>
12188+
<ComplexType Name="enumeratedScopes" BaseType="graph.inheritableScopes">
12189+
<Property Name="scopes" Type="Collection(Edm.String)" Nullable="false" />
12190+
</ComplexType>
1217912191
<ComplexType Name="enumeratedScopeSensitivityLabels" BaseType="graph.scopeSensitivityLabels">
1218012192
<Property Name="sensitivityLabels" Type="Collection(Edm.String)" />
1218112193
</ComplexType>
@@ -12643,6 +12655,9 @@
1264312655
<Property Name="mode" Type="graph.informationBarrierMode" Nullable="false" />
1264412656
<Property Name="segmentIds" Type="Collection(Edm.Guid)" Nullable="false" />
1264512657
</ComplexType>
12658+
<ComplexType Name="inheritableScopes" Abstract="true">
12659+
<Property Name="kind" Type="graph.scopeCollectionKind" Nullable="false" />
12660+
</ComplexType>
1264612661
<ComplexType Name="initiator" BaseType="graph.identity" OpenType="true">
1264712662
<Property Name="initiatorType" Type="graph.initiatorType" />
1264812663
</ComplexType>
@@ -13715,6 +13730,7 @@
1371513730
<Property Name="networkType" Type="graph.networkType" />
1371613731
</ComplexType>
1371713732
<ComplexType Name="noDeviceRegistrationMembership" BaseType="graph.deviceRegistrationMembership" />
13733+
<ComplexType Name="noScopes" BaseType="graph.inheritableScopes" />
1371813734
<ComplexType Name="notifyUserAction" BaseType="graph.dlpActionInfo">
1371913735
<Property Name="actionLastModifiedDateTime" Type="Edm.DateTimeOffset" />
1372013736
<Property Name="emailText" Type="Edm.String" />
@@ -17339,6 +17355,7 @@
1733917355
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
1734017356
</EntityType>
1734117357
<EntityType Name="agentIdentityBlueprint" BaseType="graph.application" OpenType="true">
17358+
<NavigationProperty Name="inheritablePermissions" Type="Collection(graph.inheritablePermission)" ContainsTarget="true" />
1734217359
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
1734317360
</EntityType>
1734417361
<EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true">
@@ -22718,6 +22735,13 @@
2271822735
<NavigationProperty Name="sensitivityLabels" Type="Collection(graph.sensitivityLabel)" ContainsTarget="true" />
2271922736
<NavigationProperty Name="sensitivityPolicySettings" Type="graph.sensitivityPolicySettings" ContainsTarget="true" />
2272022737
</EntityType>
22738+
<EntityType Name="inheritablePermission">
22739+
<Key>
22740+
<PropertyRef Name="resourceAppId" />
22741+
</Key>
22742+
<Property Name="inheritableScopes" Type="graph.inheritableScopes" Nullable="false" />
22743+
<Property Name="resourceAppId" Type="Edm.String" Nullable="false" />
22744+
</EntityType>
2272122745
<EntityType Name="insightsSettings" BaseType="graph.entity">
2272222746
<Property Name="disabledForGroup" Type="Edm.String" />
2272322747
<Property Name="isEnabledInOrganization" Type="Edm.Boolean" />
@@ -87109,6 +87133,7 @@
8710987133
<Property Name="incidentWebUrl" Type="Edm.String" />
8711087134
<Property Name="lastModifiedBy" Type="Edm.String" />
8711187135
<Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
87136+
<Property Name="priorityScore" Type="Edm.Int32" />
8711287137
<Property Name="recommendedActions" Type="Edm.String" />
8711387138
<Property Name="recommendedHuntingQueries" Type="Collection(microsoft.graph.security.recommendedHuntingQuery)" />
8711487139
<Property Name="redirectIncidentId" Type="Edm.String" />

schemas/beta-GovSG.csdl

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,13 @@
160160
<Member Name="allManagedAndEnumeratedFederated" Value="5" />
161161
<Member Name="unknownFutureValue" Value="6" />
162162
</EnumType>
163+
<EnumType Name="scopeCollectionKind">
164+
<Member Name="allAllowed" Value="0" />
165+
<Member Name="enumerated" Value="1" />
166+
<Member Name="none" Value="2" />
167+
<Member Name="scopeKindNotSet" Value="3" />
168+
<Member Name="unknownFutureValue" Value="4" />
169+
</EnumType>
163170
<EnumType Name="weakAlgorithms" IsFlags="true">
164171
<Member Name="rsaSha1" Value="1" />
165172
<Member Name="unknownFutureValue" Value="2" />
@@ -169,6 +176,7 @@
169176
<Property Name="properties" Type="Collection(graph.keyValue)" Nullable="false" />
170177
<Property Name="type" Type="Edm.String" Nullable="false" />
171178
</ComplexType>
179+
<ComplexType Name="allAllowedScopes" BaseType="graph.inheritableScopes" />
172180
<ComplexType Name="allDomains" BaseType="graph.validatingDomains" />
173181
<ComplexType Name="allowedDataLocationInfo" OpenType="true" />
174182
<ComplexType Name="allowedTenantsAudience" BaseType="graph.signInAudienceRestrictionsBase">
@@ -329,6 +337,9 @@
329337
<Property Name="permissionIds" Type="Collection(Edm.String)" />
330338
<Property Name="resourceApplicationId" Type="Edm.String" />
331339
</ComplexType>
340+
<ComplexType Name="enumeratedScopes" BaseType="graph.inheritableScopes">
341+
<Property Name="scopes" Type="Collection(Edm.String)" Nullable="false" />
342+
</ComplexType>
332343
<ComplexType Name="enumeratedScopeSensitivityLabels" BaseType="graph.scopeSensitivityLabels">
333344
<Property Name="sensitivityLabels" Type="Collection(Edm.String)" />
334345
</ComplexType>
@@ -373,6 +384,9 @@
373384
<Property Name="supportUrl" Type="Edm.String" />
374385
<Property Name="termsOfServiceUrl" Type="Edm.String" />
375386
</ComplexType>
387+
<ComplexType Name="inheritableScopes" Abstract="true">
388+
<Property Name="kind" Type="graph.scopeCollectionKind" Nullable="false" />
389+
</ComplexType>
376390
<ComplexType Name="instanceResourceAccess">
377391
<Property Name="permissions" Type="Collection(graph.resourcePermission)" Nullable="false" />
378392
<Property Name="resourceAppId" Type="Edm.String" Nullable="false" />
@@ -429,6 +443,7 @@
429443
<Property Name="hideResetItNow" Type="Edm.Boolean" />
430444
<Property Name="hideTermsOfUse" Type="Edm.Boolean" />
431445
</ComplexType>
446+
<ComplexType Name="noScopes" BaseType="graph.inheritableScopes" />
432447
<ComplexType Name="objectIdentity">
433448
<Property Name="issuer" Type="Edm.String" />
434449
<Property Name="issuerAssignedId" Type="Edm.String" />
@@ -702,6 +717,7 @@
702717
</EntityType>
703718
<EntityType Name="agentIdentityBlueprint" BaseType="graph.application" OpenType="true">
704719
<Property Name="createdByAppId" Type="Edm.String" />
720+
<NavigationProperty Name="inheritablePermissions" Type="Collection(graph.inheritablePermission)" ContainsTarget="true" />
705721
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
706722
</EntityType>
707723
<EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true">
@@ -1241,6 +1257,13 @@
12411257
<Property Name="userId" Type="Edm.String" Nullable="false" />
12421258
<Property Name="userPrincipalName" Type="Edm.String" Nullable="false" />
12431259
</EntityType>
1260+
<EntityType Name="inheritablePermission">
1261+
<Key>
1262+
<PropertyRef Name="resourceAppId" />
1263+
</Key>
1264+
<Property Name="inheritableScopes" Type="graph.inheritableScopes" Nullable="false" />
1265+
<Property Name="resourceAppId" Type="Edm.String" Nullable="false" />
1266+
</EntityType>
12441267
<EntityType Name="internalDomainFederation" BaseType="graph.samlOrWsFedProvider">
12451268
<Property Name="activeSignInUri" Type="Edm.String" />
12461269
<Property Name="federatedIdpMfaBehavior" Type="graph.federatedIdpMfaBehavior" />

0 commit comments

Comments
 (0)