Skip to content
Closed
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
2,110 changes: 2,109 additions & 1 deletion schemas/beta-Bleu.csdl

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions schemas/beta-Delos.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
<Member Name="rejectMfaByFederatedIdp" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="kind">
<Member Name="unrestricted" Value="0" />
<Member Name="allowedTenants" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="labelKind">
<Member Name="all" Value="1" />
<Member Name="enumerated" Value="2" />
Expand Down Expand Up @@ -166,6 +171,10 @@
</ComplexType>
<ComplexType Name="allDomains" BaseType="graph.validatingDomains" />
<ComplexType Name="allowedDataLocationInfo" OpenType="true" />
<ComplexType Name="allowedTenantsAudience" BaseType="graph.signInAudienceRestrictionsBase">
<Property Name="allowedTenantIds" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="isHomeTenantAllowed" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="allPreApprovedPermissions" BaseType="graph.preApprovedPermissions" />
<ComplexType Name="allPreApprovedPermissionsOnResourceApp" BaseType="graph.preApprovedPermissions">
<Property Name="resourceApplicationId" Type="Edm.String" />
Expand Down Expand Up @@ -620,6 +629,9 @@
<Property Name="name" Type="Edm.String" />
<Property Name="value" Type="Edm.String" />
</ComplexType>
<ComplexType Name="signInAudienceRestrictionsBase" Abstract="true">
<Property Name="kind" Type="graph.kind" Nullable="false" />
</ComplexType>
<ComplexType Name="signingCertificateUpdateStatus">
<Property Name="certificateUpdateResult" Type="Edm.String" />
<Property Name="lastRunDateTime" Type="Edm.DateTimeOffset" />
Expand Down Expand Up @@ -647,6 +659,7 @@
<Property Name="condition" Type="Edm.String" />
<Property Name="excludedResourceActions" Type="Collection(Edm.String)" />
</ComplexType>
<ComplexType Name="unrestrictedAudience" BaseType="graph.signInAudienceRestrictionsBase" />
<ComplexType Name="validatingDomains" Abstract="true">
<Property Name="rootDomains" Type="graph.rootDomains" Nullable="false" />
</ComplexType>
Expand Down Expand Up @@ -719,6 +732,7 @@
<Property Name="serviceManagementReference" Type="Edm.String" />
<Property Name="servicePrincipalLockConfiguration" Type="graph.servicePrincipalLockConfiguration" />
<Property Name="signInAudience" Type="Edm.String" />
<Property Name="signInAudienceRestrictions" Type="graph.signInAudienceRestrictionsBase" Nullable="false" />
<Property Name="spa" Type="graph.spaApplication" />
<Property Name="tags" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="tokenEncryptionKeyId" Type="Edm.Guid" />
Expand Down
182 changes: 181 additions & 1 deletion schemas/beta-Fairfax.csdl

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions schemas/beta-GovSG.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
<Member Name="rejectMfaByFederatedIdp" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="kind">
<Member Name="unrestricted" Value="0" />
<Member Name="allowedTenants" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="labelKind">
<Member Name="all" Value="1" />
<Member Name="enumerated" Value="2" />
Expand Down Expand Up @@ -166,6 +171,10 @@
</ComplexType>
<ComplexType Name="allDomains" BaseType="graph.validatingDomains" />
<ComplexType Name="allowedDataLocationInfo" OpenType="true" />
<ComplexType Name="allowedTenantsAudience" BaseType="graph.signInAudienceRestrictionsBase">
<Property Name="allowedTenantIds" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="isHomeTenantAllowed" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="allPreApprovedPermissions" BaseType="graph.preApprovedPermissions" />
<ComplexType Name="allPreApprovedPermissionsOnResourceApp" BaseType="graph.preApprovedPermissions">
<Property Name="resourceApplicationId" Type="Edm.String" />
Expand Down Expand Up @@ -620,6 +629,9 @@
<Property Name="name" Type="Edm.String" />
<Property Name="value" Type="Edm.String" />
</ComplexType>
<ComplexType Name="signInAudienceRestrictionsBase" Abstract="true">
<Property Name="kind" Type="graph.kind" Nullable="false" />
</ComplexType>
<ComplexType Name="signingCertificateUpdateStatus">
<Property Name="certificateUpdateResult" Type="Edm.String" />
<Property Name="lastRunDateTime" Type="Edm.DateTimeOffset" />
Expand Down Expand Up @@ -647,6 +659,7 @@
<Property Name="condition" Type="Edm.String" />
<Property Name="excludedResourceActions" Type="Collection(Edm.String)" />
</ComplexType>
<ComplexType Name="unrestrictedAudience" BaseType="graph.signInAudienceRestrictionsBase" />
<ComplexType Name="validatingDomains" Abstract="true">
<Property Name="rootDomains" Type="graph.rootDomains" Nullable="false" />
</ComplexType>
Expand Down Expand Up @@ -719,6 +732,7 @@
<Property Name="serviceManagementReference" Type="Edm.String" />
<Property Name="servicePrincipalLockConfiguration" Type="graph.servicePrincipalLockConfiguration" />
<Property Name="signInAudience" Type="Edm.String" />
<Property Name="signInAudienceRestrictions" Type="graph.signInAudienceRestrictionsBase" Nullable="false" />
<Property Name="spa" Type="graph.spaApplication" />
<Property Name="tags" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="tokenEncryptionKeyId" Type="Edm.Guid" />
Expand Down
24 changes: 24 additions & 0 deletions schemas/beta-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -3372,6 +3372,11 @@
<Member Name="keyEncipherment" Value="1" />
<Member Name="digitalSignature" Value="2" />
</EnumType>
<EnumType Name="kind">
<Member Name="unrestricted" Value="0" />
<Member Name="allowedTenants" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="kioskModeManagedHomeScreenPinComplexity">
<Member Name="notConfigured" Value="0" />
<Member Name="simple" Value="1" />
Expand Down Expand Up @@ -6805,6 +6810,11 @@
<Member Name="x509CertificateMultiFactor" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="x509CertificateCRLValidationConfigurationState">
<Member Name="disabled" Value="0" />
<Member Name="enabled" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="x509CertificateIssuerHintsState">
<Member Name="disabled" Value="0" />
<Member Name="enabled" Value="1" />
Expand Down Expand Up @@ -7074,6 +7084,10 @@
<ComplexType Name="allDomains" BaseType="graph.validatingDomains" />
<ComplexType Name="allLicensedUsersAssignmentTarget" BaseType="graph.deviceAndAppManagementAssignmentTarget" />
<ComplexType Name="allowedDataLocationInfo" OpenType="true" />
<ComplexType Name="allowedTenantsAudience" BaseType="graph.signInAudienceRestrictionsBase">
<Property Name="allowedTenantIds" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="isHomeTenantAllowed" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="allPreApprovedPermissions" BaseType="graph.preApprovedPermissions" />
<ComplexType Name="allPreApprovedPermissionsOnResourceApp" BaseType="graph.preApprovedPermissions">
<Property Name="resourceApplicationId" Type="Edm.String" />
Expand Down Expand Up @@ -11505,6 +11519,9 @@
<Property Name="lastSuccessfulSignInDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastSuccessfulSignInRequestId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="signInAudienceRestrictionsBase" Abstract="true">
<Property Name="kind" Type="graph.kind" Nullable="false" />
</ComplexType>
<ComplexType Name="signInConditions">
<Property Name="authenticationFlow" Type="graph.authenticationFlow" />
<Property Name="clientAppType" Type="graph.conditionalAccessClientApp" />
Expand Down Expand Up @@ -12164,6 +12181,7 @@
<Property Name="os" Type="Edm.String" />
<Property Name="osVersion" Type="Edm.String" />
</ComplexType>
<ComplexType Name="unrestrictedAudience" BaseType="graph.signInAudienceRestrictionsBase" />
<ComplexType Name="unsupportedDeviceConfigurationDetail">
<Property Name="message" Type="Edm.String" />
<Property Name="propertyName" Type="Edm.String" />
Expand Down Expand Up @@ -13018,6 +13036,10 @@
<Property Name="publicKeyInfrastructureIdentifier" Type="Edm.String" />
<Property Name="subjectKeyIdentifier" Type="Edm.String" Nullable="false" />
</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>
Expand Down Expand Up @@ -14650,6 +14672,7 @@
<Property Name="serviceManagementReference" Type="Edm.String" />
<Property Name="servicePrincipalLockConfiguration" Type="graph.servicePrincipalLockConfiguration" />
<Property Name="signInAudience" Type="Edm.String" />
<Property Name="signInAudienceRestrictions" Type="graph.signInAudienceRestrictionsBase" Nullable="false" />
<Property Name="spa" Type="graph.spaApplication" />
<Property Name="tags" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="tokenEncryptionKeyId" Type="Edm.Guid" />
Expand Down Expand Up @@ -24839,6 +24862,7 @@
<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>
Expand Down
Loading
Loading