Skip to content
Merged
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
594 changes: 593 additions & 1 deletion schemas/beta-Bleu.csdl

Large diffs are not rendered by default.

1,267 changes: 600 additions & 667 deletions schemas/beta-Prod.csdl

Large diffs are not rendered by default.

688 changes: 685 additions & 3 deletions schemas/v1.0-Bleu.csdl

Large diffs are not rendered by default.

284 changes: 281 additions & 3 deletions schemas/v1.0-Delos.csdl

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions schemas/v1.0-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -4708,6 +4708,11 @@
<Member Name="enabled" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="x509CertificateIssuerHintsState">
<Member Name="disabled" Value="0" />
<Member Name="enabled" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="x509CertificateRuleType">
<Member Name="issuerSubject" Value="0" />
<Member Name="policyOID" Value="1" />
Expand Down Expand Up @@ -6402,6 +6407,10 @@
<Property Name="inboundAllowed" Type="Edm.Boolean" />
<Property Name="outboundAllowed" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="includeTarget">
<Property Name="id" Type="Edm.String" Nullable="false" />
<Property Name="targetType" Type="graph.authenticationMethodTargetType" Nullable="false" />
</ComplexType>
<ComplexType Name="incomingContext">
<Property Name="observedParticipantId" Type="Edm.String" />
<Property Name="onBehalfOf" Type="graph.identitySet" />
Expand Down Expand Up @@ -8957,10 +8966,18 @@
<Property Name="x509CertificateAuthenticationDefaultMode" Type="graph.x509CertificateAuthenticationMode" />
<Property Name="x509CertificateDefaultRequiredAffinityLevel" Type="graph.x509CertificateAffinityLevel" />
</ComplexType>
<ComplexType Name="x509CertificateAuthorityScope">
<Property Name="includeTargets" Type="Collection(graph.includeTarget)" />
<Property Name="publicKeyInfrastructureIdentifier" Type="Edm.String" />
<Property Name="subjectKeyIdentifier" Type="Edm.String" />
</ComplexType>
<ComplexType Name="x509CertificateCRLValidationConfiguration">
<Property Name="exemptedCertificateAuthoritiesSubjectKeyIdentifiers" Type="Collection(Edm.String)" />
<Property Name="state" Type="graph.x509CertificateCRLValidationConfigurationState" Nullable="false" />
</ComplexType>
<ComplexType Name="x509CertificateIssuerHintsConfiguration">
<Property Name="state" Type="graph.x509CertificateIssuerHintsState" />
</ComplexType>
<ComplexType Name="x509CertificateRule">
<Property Name="identifier" Type="Edm.String" />
<Property Name="issuerSubjectIdentifier" Type="Edm.String" />
Expand Down Expand Up @@ -15540,8 +15557,10 @@
</EntityType>
<EntityType Name="x509CertificateAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
<Property Name="authenticationModeConfiguration" Type="graph.x509CertificateAuthenticationModeConfiguration" />
<Property Name="certificateAuthorityScopes" Type="Collection(graph.x509CertificateAuthorityScope)" />
<Property Name="certificateUserBindings" Type="Collection(graph.x509CertificateUserBinding)" />
<Property Name="crlValidationConfiguration" Type="graph.x509CertificateCRLValidationConfiguration" Nullable="false" />
<Property Name="issuerHintsConfiguration" Type="graph.x509CertificateIssuerHintsConfiguration" />
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />
</EntityType>
<EntityType Name="x509CertificateCombinationConfiguration" BaseType="graph.authenticationCombinationConfiguration">
Expand Down
19 changes: 19 additions & 0 deletions schemas/v1.0-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -2931,6 +2931,11 @@
<Member Name="enabled" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="x509CertificateIssuerHintsState">
<Member Name="disabled" Value="0" />
<Member Name="enabled" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="x509CertificateRuleType">
<Member Name="issuerSubject" Value="0" />
<Member Name="policyOID" Value="1" />
Expand Down Expand Up @@ -4270,6 +4275,10 @@
<Property Name="inboundAllowed" Type="Edm.Boolean" />
<Property Name="outboundAllowed" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="includeTarget">
<Property Name="id" Type="Edm.String" Nullable="false" />
<Property Name="targetType" Type="graph.authenticationMethodTargetType" Nullable="false" />
</ComplexType>
<ComplexType Name="incompleteData" OpenType="true">
<Property Name="missingDataBeforeDateTime" Type="Edm.DateTimeOffset" />
<Property Name="wasThrottled" Type="Edm.Boolean" />
Expand Down Expand Up @@ -6153,10 +6162,18 @@
<Property Name="x509CertificateAuthenticationDefaultMode" Type="graph.x509CertificateAuthenticationMode" />
<Property Name="x509CertificateDefaultRequiredAffinityLevel" Type="graph.x509CertificateAffinityLevel" />
</ComplexType>
<ComplexType Name="x509CertificateAuthorityScope">
<Property Name="includeTargets" Type="Collection(graph.includeTarget)" />
<Property Name="publicKeyInfrastructureIdentifier" Type="Edm.String" />
<Property Name="subjectKeyIdentifier" Type="Edm.String" />
</ComplexType>
<ComplexType Name="x509CertificateCRLValidationConfiguration">
<Property Name="exemptedCertificateAuthoritiesSubjectKeyIdentifiers" Type="Collection(Edm.String)" />
<Property Name="state" Type="graph.x509CertificateCRLValidationConfigurationState" Nullable="false" />
</ComplexType>
<ComplexType Name="x509CertificateIssuerHintsConfiguration">
<Property Name="state" Type="graph.x509CertificateIssuerHintsState" />
</ComplexType>
<ComplexType Name="x509CertificateRule">
<Property Name="identifier" Type="Edm.String" />
<Property Name="issuerSubjectIdentifier" Type="Edm.String" />
Expand Down Expand Up @@ -11498,8 +11515,10 @@
</EntityType>
<EntityType Name="x509CertificateAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
<Property Name="authenticationModeConfiguration" Type="graph.x509CertificateAuthenticationModeConfiguration" />
<Property Name="certificateAuthorityScopes" Type="Collection(graph.x509CertificateAuthorityScope)" />
<Property Name="certificateUserBindings" Type="Collection(graph.x509CertificateUserBinding)" />
<Property Name="crlValidationConfiguration" Type="graph.x509CertificateCRLValidationConfiguration" Nullable="false" />
<Property Name="issuerHintsConfiguration" Type="graph.x509CertificateIssuerHintsConfiguration" />
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />
</EntityType>
<EntityType Name="x509CertificateCombinationConfiguration" BaseType="graph.authenticationCombinationConfiguration">
Expand Down
Loading
Loading