Skip to content

Commit 573ca56

Browse files
Merge pull request #873 from microsoftgraph/schemas/metadata-publishing-2025-08-19
Schema sync 2025-08-19 from 1.4.126.0
2 parents 7671cb5 + 0457ea2 commit 573ca56

File tree

12 files changed

+618
-16
lines changed

12 files changed

+618
-16
lines changed

schemas/beta-Bleu.csdl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,15 @@
13621362
<Property Name="federationBrandName" Type="Edm.String" />
13631363
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
13641364
</ComplexType>
1365+
<ComplexType Name="trustedSubjectNameAndIssuerConfiguration">
1366+
<Property Name="trustedCertificateSubjectAddition" Type="graph.trustedSubjectNameAndIssuerRestriction" />
1367+
</ComplexType>
1368+
<ComplexType Name="trustedSubjectNameAndIssuerRestriction">
1369+
<Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" />
1370+
<Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" />
1371+
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
1372+
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
1373+
</ComplexType>
13651374
<ComplexType Name="unifiedRolePermission">
13661375
<Property Name="allowedResourceActions" Type="Collection(Edm.String)" Nullable="false" />
13671376
<Property Name="condition" Type="Edm.String" />
@@ -3666,6 +3675,9 @@
36663675
</Record>
36673676
</Annotation>
36683677
</Annotations>
3678+
<Annotations Target="microsoft.graph.trustedSubjectNameAndIssuerRestriction/isStateSetByMicrosoft">
3679+
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
3680+
</Annotations>
36693681
<Annotations Target="microsoft.graph.user">
36703682
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
36713683
<Record>

schemas/beta-Delos.csdl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,15 @@
629629
<Property Name="federationBrandName" Type="Edm.String" />
630630
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
631631
</ComplexType>
632+
<ComplexType Name="trustedSubjectNameAndIssuerConfiguration">
633+
<Property Name="trustedCertificateSubjectAddition" Type="graph.trustedSubjectNameAndIssuerRestriction" />
634+
</ComplexType>
635+
<ComplexType Name="trustedSubjectNameAndIssuerRestriction">
636+
<Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" />
637+
<Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" />
638+
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
639+
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
640+
</ComplexType>
632641
<ComplexType Name="unifiedRolePermission">
633642
<Property Name="allowedResourceActions" Type="Collection(Edm.String)" Nullable="false" />
634643
<Property Name="condition" Type="Edm.String" />
@@ -2561,6 +2570,9 @@
25612570
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
25622571
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
25632572
</Annotations>
2573+
<Annotations Target="microsoft.graph.trustedSubjectNameAndIssuerRestriction/isStateSetByMicrosoft">
2574+
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
2575+
</Annotations>
25642576
<Annotations Target="microsoft.graph.user">
25652577
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
25662578
<Record>

schemas/beta-Fairfax.csdl

Lines changed: 198 additions & 2 deletions
Large diffs are not rendered by default.

schemas/beta-GovSG.csdl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,15 @@
629629
<Property Name="federationBrandName" Type="Edm.String" />
630630
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
631631
</ComplexType>
632+
<ComplexType Name="trustedSubjectNameAndIssuerConfiguration">
633+
<Property Name="trustedCertificateSubjectAddition" Type="graph.trustedSubjectNameAndIssuerRestriction" />
634+
</ComplexType>
635+
<ComplexType Name="trustedSubjectNameAndIssuerRestriction">
636+
<Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" />
637+
<Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" />
638+
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
639+
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
640+
</ComplexType>
632641
<ComplexType Name="unifiedRolePermission">
633642
<Property Name="allowedResourceActions" Type="Collection(Edm.String)" Nullable="false" />
634643
<Property Name="condition" Type="Edm.String" />
@@ -2561,6 +2570,9 @@
25612570
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
25622571
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
25632572
</Annotations>
2573+
<Annotations Target="microsoft.graph.trustedSubjectNameAndIssuerRestriction/isStateSetByMicrosoft">
2574+
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
2575+
</Annotations>
25642576
<Annotations Target="microsoft.graph.user">
25652577
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
25662578
<Record>

schemas/beta-Mooncake.csdl

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@
7777
<Member Name="failed" Value="5" />
7878
<Member Name="notSupported" Value="6" />
7979
</EnumType>
80+
<EnumType Name="actionType">
81+
<Member Name="tunnel" Value="0" />
82+
<Member Name="exclude" Value="1" />
83+
<Member Name="unknownFutureValue" Value="2" />
84+
</EnumType>
8085
<EnumType Name="activityDomain">
8186
<Member Name="unknown" Value="0" />
8287
<Member Name="work" Value="1" />
@@ -11893,6 +11898,15 @@
1189311898
<Property Name="certificate" Type="Edm.String" Nullable="false" />
1189411899
<Property Name="displayName" Type="Edm.String" />
1189511900
</ComplexType>
11901+
<ComplexType Name="trustedSubjectNameAndIssuerConfiguration">
11902+
<Property Name="trustedCertificateSubjectAddition" Type="graph.trustedSubjectNameAndIssuerRestriction" />
11903+
</ComplexType>
11904+
<ComplexType Name="trustedSubjectNameAndIssuerRestriction">
11905+
<Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" />
11906+
<Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" />
11907+
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
11908+
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
11909+
</ComplexType>
1189611910
<ComplexType Name="trustFrameworkKey">
1189711911
<Property Name="d" Type="Edm.String" />
1189811912
<Property Name="dp" Type="Edm.String" />
@@ -18426,6 +18440,7 @@
1842618440
<Property Name="wiFiSecurityType" Type="graph.wiFiSecurityType" Nullable="false" />
1842718441
</EntityType>
1842818442
<EntityType Name="ipApplicationSegment" BaseType="graph.applicationSegment">
18443+
<Property Name="action" Type="graph.actionType" Nullable="false" />
1842918444
<Property Name="destinationHost" Type="Edm.String" />
1843018445
<Property Name="destinationType" Type="graph.privateNetworkDestinationType" />
1843118446
<Property Name="port" Type="Edm.Int32" />
@@ -60952,6 +60967,9 @@
6095260967
<Annotations Target="microsoft.graph.trustChainCertificate/displayName">
6095360968
<Annotation Term="Org.OData.Core.V1.Description" String="The trust chain certificate display name that provides a user-friendly way to identify a certificate in a trust chain." />
6095460969
</Annotations>
60970+
<Annotations Target="microsoft.graph.trustedSubjectNameAndIssuerRestriction/isStateSetByMicrosoft">
60971+
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
60972+
</Annotations>
6095560973
<Annotations Target="microsoft.graph.unassignResourceAccountFromDevice(microsoft.graph.windowsAutopilotDeviceIdentity)">
6095660974
<Annotation Term="Org.OData.Core.V1.Description" String="Unassigns the resource account from an Autopilot device." />
6095760975
</Annotations>

0 commit comments

Comments
 (0)