Skip to content

Commit c1d9f76

Browse files
authored
Merge pull request #1049 from microsoftgraph/schemas/metadata-publishing-2026-03-17
Schema sync 2026-03-17 from 1.4.464.0
2 parents 7a64d1b + 960fb22 commit c1d9f76

File tree

9 files changed

+2562
-674
lines changed

9 files changed

+2562
-674
lines changed

schemas/beta-Bleu.csdl

Lines changed: 593 additions & 1 deletion
Large diffs are not rendered by default.

schemas/beta-Prod.csdl

Lines changed: 600 additions & 667 deletions
Large diffs are not rendered by default.

schemas/v1.0-Bleu.csdl

Lines changed: 685 additions & 3 deletions
Large diffs are not rendered by default.

schemas/v1.0-Delos.csdl

Lines changed: 281 additions & 3 deletions
Large diffs are not rendered by default.

schemas/v1.0-Fairfax.csdl

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4708,6 +4708,11 @@
47084708
<Member Name="enabled" Value="1" />
47094709
<Member Name="unknownFutureValue" Value="2" />
47104710
</EnumType>
4711+
<EnumType Name="x509CertificateIssuerHintsState">
4712+
<Member Name="disabled" Value="0" />
4713+
<Member Name="enabled" Value="1" />
4714+
<Member Name="unknownFutureValue" Value="2" />
4715+
</EnumType>
47114716
<EnumType Name="x509CertificateRuleType">
47124717
<Member Name="issuerSubject" Value="0" />
47134718
<Member Name="policyOID" Value="1" />
@@ -6402,6 +6407,10 @@
64026407
<Property Name="inboundAllowed" Type="Edm.Boolean" />
64036408
<Property Name="outboundAllowed" Type="Edm.Boolean" />
64046409
</ComplexType>
6410+
<ComplexType Name="includeTarget">
6411+
<Property Name="id" Type="Edm.String" Nullable="false" />
6412+
<Property Name="targetType" Type="graph.authenticationMethodTargetType" Nullable="false" />
6413+
</ComplexType>
64056414
<ComplexType Name="incomingContext">
64066415
<Property Name="observedParticipantId" Type="Edm.String" />
64076416
<Property Name="onBehalfOf" Type="graph.identitySet" />
@@ -8957,10 +8966,18 @@
89578966
<Property Name="x509CertificateAuthenticationDefaultMode" Type="graph.x509CertificateAuthenticationMode" />
89588967
<Property Name="x509CertificateDefaultRequiredAffinityLevel" Type="graph.x509CertificateAffinityLevel" />
89598968
</ComplexType>
8969+
<ComplexType Name="x509CertificateAuthorityScope">
8970+
<Property Name="includeTargets" Type="Collection(graph.includeTarget)" />
8971+
<Property Name="publicKeyInfrastructureIdentifier" Type="Edm.String" />
8972+
<Property Name="subjectKeyIdentifier" Type="Edm.String" />
8973+
</ComplexType>
89608974
<ComplexType Name="x509CertificateCRLValidationConfiguration">
89618975
<Property Name="exemptedCertificateAuthoritiesSubjectKeyIdentifiers" Type="Collection(Edm.String)" />
89628976
<Property Name="state" Type="graph.x509CertificateCRLValidationConfigurationState" Nullable="false" />
89638977
</ComplexType>
8978+
<ComplexType Name="x509CertificateIssuerHintsConfiguration">
8979+
<Property Name="state" Type="graph.x509CertificateIssuerHintsState" />
8980+
</ComplexType>
89648981
<ComplexType Name="x509CertificateRule">
89658982
<Property Name="identifier" Type="Edm.String" />
89668983
<Property Name="issuerSubjectIdentifier" Type="Edm.String" />
@@ -15540,8 +15557,10 @@
1554015557
</EntityType>
1554115558
<EntityType Name="x509CertificateAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
1554215559
<Property Name="authenticationModeConfiguration" Type="graph.x509CertificateAuthenticationModeConfiguration" />
15560+
<Property Name="certificateAuthorityScopes" Type="Collection(graph.x509CertificateAuthorityScope)" />
1554315561
<Property Name="certificateUserBindings" Type="Collection(graph.x509CertificateUserBinding)" />
1554415562
<Property Name="crlValidationConfiguration" Type="graph.x509CertificateCRLValidationConfiguration" Nullable="false" />
15563+
<Property Name="issuerHintsConfiguration" Type="graph.x509CertificateIssuerHintsConfiguration" />
1554515564
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />
1554615565
</EntityType>
1554715566
<EntityType Name="x509CertificateCombinationConfiguration" BaseType="graph.authenticationCombinationConfiguration">

schemas/v1.0-Mooncake.csdl

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2931,6 +2931,11 @@
29312931
<Member Name="enabled" Value="1" />
29322932
<Member Name="unknownFutureValue" Value="2" />
29332933
</EnumType>
2934+
<EnumType Name="x509CertificateIssuerHintsState">
2935+
<Member Name="disabled" Value="0" />
2936+
<Member Name="enabled" Value="1" />
2937+
<Member Name="unknownFutureValue" Value="2" />
2938+
</EnumType>
29342939
<EnumType Name="x509CertificateRuleType">
29352940
<Member Name="issuerSubject" Value="0" />
29362941
<Member Name="policyOID" Value="1" />
@@ -4270,6 +4275,10 @@
42704275
<Property Name="inboundAllowed" Type="Edm.Boolean" />
42714276
<Property Name="outboundAllowed" Type="Edm.Boolean" />
42724277
</ComplexType>
4278+
<ComplexType Name="includeTarget">
4279+
<Property Name="id" Type="Edm.String" Nullable="false" />
4280+
<Property Name="targetType" Type="graph.authenticationMethodTargetType" Nullable="false" />
4281+
</ComplexType>
42734282
<ComplexType Name="incompleteData" OpenType="true">
42744283
<Property Name="missingDataBeforeDateTime" Type="Edm.DateTimeOffset" />
42754284
<Property Name="wasThrottled" Type="Edm.Boolean" />
@@ -6153,10 +6162,18 @@
61536162
<Property Name="x509CertificateAuthenticationDefaultMode" Type="graph.x509CertificateAuthenticationMode" />
61546163
<Property Name="x509CertificateDefaultRequiredAffinityLevel" Type="graph.x509CertificateAffinityLevel" />
61556164
</ComplexType>
6165+
<ComplexType Name="x509CertificateAuthorityScope">
6166+
<Property Name="includeTargets" Type="Collection(graph.includeTarget)" />
6167+
<Property Name="publicKeyInfrastructureIdentifier" Type="Edm.String" />
6168+
<Property Name="subjectKeyIdentifier" Type="Edm.String" />
6169+
</ComplexType>
61566170
<ComplexType Name="x509CertificateCRLValidationConfiguration">
61576171
<Property Name="exemptedCertificateAuthoritiesSubjectKeyIdentifiers" Type="Collection(Edm.String)" />
61586172
<Property Name="state" Type="graph.x509CertificateCRLValidationConfigurationState" Nullable="false" />
61596173
</ComplexType>
6174+
<ComplexType Name="x509CertificateIssuerHintsConfiguration">
6175+
<Property Name="state" Type="graph.x509CertificateIssuerHintsState" />
6176+
</ComplexType>
61606177
<ComplexType Name="x509CertificateRule">
61616178
<Property Name="identifier" Type="Edm.String" />
61626179
<Property Name="issuerSubjectIdentifier" Type="Edm.String" />
@@ -11498,8 +11515,10 @@
1149811515
</EntityType>
1149911516
<EntityType Name="x509CertificateAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
1150011517
<Property Name="authenticationModeConfiguration" Type="graph.x509CertificateAuthenticationModeConfiguration" />
11518+
<Property Name="certificateAuthorityScopes" Type="Collection(graph.x509CertificateAuthorityScope)" />
1150111519
<Property Name="certificateUserBindings" Type="Collection(graph.x509CertificateUserBinding)" />
1150211520
<Property Name="crlValidationConfiguration" Type="graph.x509CertificateCRLValidationConfiguration" Nullable="false" />
11521+
<Property Name="issuerHintsConfiguration" Type="graph.x509CertificateIssuerHintsConfiguration" />
1150311522
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />
1150411523
</EntityType>
1150511524
<EntityType Name="x509CertificateCombinationConfiguration" BaseType="graph.authenticationCombinationConfiguration">

0 commit comments

Comments
 (0)