Skip to content
Open
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
51 changes: 23 additions & 28 deletions schemas/beta-Bleu.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -7546,11 +7546,11 @@
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
</ComplexType>
<ComplexType Name="appManagementConfiguration" Abstract="true">
<NavigationProperty Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" ContainsTarget="true" />
<NavigationProperty Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" ContainsTarget="true" />
<Property Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" Nullable="false" />
<Property Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" Nullable="false" />
</ComplexType>
<ComplexType Name="appManagementPolicyActorExemptions">
<NavigationProperty Name="customSecurityAttributes" Type="Collection(graph.customSecurityAttributeExemption)" ContainsTarget="true" />
<Property Name="customSecurityAttributes" Type="Collection(graph.customSecurityAttributeExemption)" />
</ComplexType>
<ComplexType Name="appManagementServicePrincipalConfiguration" BaseType="graph.appManagementConfiguration" />
<ComplexType Name="appMetadata">
Expand Down Expand Up @@ -8433,6 +8433,13 @@
<Property Name="timeoutInMilliseconds" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="customExtensionEndpointConfiguration" Abstract="true" />
<ComplexType Name="customSecurityAttributeExemption" Abstract="true">
<Property Name="id" Type="Edm.String" Nullable="false" />
<Property Name="operator" Type="graph.customSecurityAttributeComparisonOperator" Nullable="false" />
</ComplexType>
<ComplexType Name="customSecurityAttributeStringValueExemption" BaseType="graph.customSecurityAttributeExemption">
<Property Name="value" Type="Edm.String" />
</ComplexType>
<ComplexType Name="customSecurityAttributeValue" OpenType="true" />
<ComplexType Name="customSubjectAlternativeName">
<Property Name="name" Type="Edm.String" />
Expand Down Expand Up @@ -10070,6 +10077,13 @@
<Property Name="type" Type="Edm.String" />
<Property Name="usage" Type="Edm.String" />
</ComplexType>
<ComplexType Name="keyCredentialConfiguration">
<Property Name="certificateBasedApplicationConfigurationIds" Type="Collection(Edm.String)" />
<Property Name="maxLifetime" Type="Edm.Duration" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" />
<Property Name="state" Type="graph.appManagementRestrictionState" />
</ComplexType>
<ComplexType Name="keyIntegerValuePair" BaseType="graph.keyTypedValuePair">
<Property Name="value" Type="Edm.Int32" Nullable="false" />
</ComplexType>
Expand Down Expand Up @@ -10947,6 +10961,12 @@
<Property Name="secretText" Type="Edm.String" />
<Property Name="startDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<ComplexType Name="passwordCredentialConfiguration">
<Property Name="maxLifetime" Type="Edm.Duration" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="restrictionType" Type="graph.appCredentialRestrictionType" />
<Property Name="state" Type="graph.appManagementRestrictionState" />
</ComplexType>
<ComplexType Name="passwordProfile">
<Property Name="forceChangePasswordNextSignIn" Type="Edm.Boolean" />
<Property Name="forceChangePasswordNextSignInWithMfa" Type="Edm.Boolean" />
Expand Down Expand Up @@ -15748,12 +15768,6 @@
<Property Name="usePreDefinedValuesOnly" Type="Edm.Boolean" />
<NavigationProperty Name="allowedValues" Type="Collection(graph.allowedValue)" ContainsTarget="true" />
</EntityType>
<EntityType Name="customSecurityAttributeExemption" BaseType="graph.entity" Abstract="true">
<Property Name="operator" Type="graph.customSecurityAttributeComparisonOperator" />
</EntityType>
<EntityType Name="customSecurityAttributeStringValueExemption" BaseType="graph.customSecurityAttributeExemption">
<Property Name="value" Type="Edm.String" />
</EntityType>
<EntityType Name="dailyInactiveUsersMetric" BaseType="graph.inactiveUsersMetricBase">
<Property Name="inactive1DayCount" Type="Edm.Int64" />
</EntityType>
Expand Down Expand Up @@ -18922,16 +18936,6 @@
<Property Name="name" Type="Edm.String" />
<Property Name="retentionSettings" Type="graph.retentionLabelSettings" />
</EntityType>
<EntityType Name="keyCredentialConfiguration">
<Key>
<PropertyRef Name="restrictionType" />
</Key>
<Property Name="certificateBasedApplicationConfigurationIds" Type="Collection(Edm.String)" />
<Property Name="maxLifetime" Type="Edm.Duration" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" Nullable="false" />
<Property Name="state" Type="graph.appManagementRestrictionState" />
</EntityType>
<EntityType Name="languageProficiency" BaseType="graph.itemFacet">
<Property Name="displayName" Type="Edm.String" />
<Property Name="proficiency" Type="graph.languageProficiencyLevel" />
Expand Down Expand Up @@ -20440,15 +20444,6 @@
<EntityType Name="passkeyAuthenticationMethodTarget" BaseType="graph.authenticationMethodTarget">
<Property Name="allowedPasskeyProfiles" Type="Collection(Edm.Guid)" />
</EntityType>
<EntityType Name="passwordCredentialConfiguration">
<Key>
<PropertyRef Name="restrictionType" />
</Key>
<Property Name="maxLifetime" Type="Edm.Duration" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="restrictionType" Type="graph.appCredentialRestrictionType" Nullable="false" />
<Property Name="state" Type="graph.appManagementRestrictionState" />
</EntityType>
<EntityType Name="payloadCompatibleAssignmentFilter" BaseType="graph.deviceAndAppManagementAssignmentFilter">
<Property Name="payloadType" Type="graph.assignmentFilterPayloadType" Nullable="false" />
</EntityType>
Expand Down
51 changes: 23 additions & 28 deletions schemas/beta-Delos.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -5434,11 +5434,11 @@
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
</ComplexType>
<ComplexType Name="appManagementConfiguration" Abstract="true">
<NavigationProperty Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" ContainsTarget="true" />
<NavigationProperty Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" ContainsTarget="true" />
<Property Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" Nullable="false" />
<Property Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" Nullable="false" />
</ComplexType>
<ComplexType Name="appManagementPolicyActorExemptions">
<NavigationProperty Name="customSecurityAttributes" Type="Collection(graph.customSecurityAttributeExemption)" ContainsTarget="true" />
<Property Name="customSecurityAttributes" Type="Collection(graph.customSecurityAttributeExemption)" />
</ComplexType>
<ComplexType Name="appManagementServicePrincipalConfiguration" BaseType="graph.appManagementConfiguration" />
<ComplexType Name="appMetadata">
Expand Down Expand Up @@ -5912,6 +5912,13 @@
<ComplexType Name="customAppManagementConfiguration" BaseType="graph.appManagementConfiguration">
<Property Name="applicationRestrictions" Type="graph.customAppManagementApplicationConfiguration" />
</ComplexType>
<ComplexType Name="customSecurityAttributeExemption" Abstract="true">
<Property Name="id" Type="Edm.String" Nullable="false" />
<Property Name="operator" Type="graph.customSecurityAttributeComparisonOperator" Nullable="false" />
</ComplexType>
<ComplexType Name="customSecurityAttributeStringValueExemption" BaseType="graph.customSecurityAttributeExemption">
<Property Name="value" Type="Edm.String" />
</ComplexType>
<ComplexType Name="customSecurityAttributeValue" OpenType="true" />
<ComplexType Name="customSubjectAlternativeName">
<Property Name="name" Type="Edm.String" />
Expand Down Expand Up @@ -7180,6 +7187,13 @@
<Property Name="type" Type="Edm.String" />
<Property Name="usage" Type="Edm.String" />
</ComplexType>
<ComplexType Name="keyCredentialConfiguration">
<Property Name="certificateBasedApplicationConfigurationIds" Type="Collection(Edm.String)" />
<Property Name="maxLifetime" Type="Edm.Duration" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" />
<Property Name="state" Type="graph.appManagementRestrictionState" />
</ComplexType>
<ComplexType Name="keyIntegerValuePair" BaseType="graph.keyTypedValuePair">
<Property Name="value" Type="Edm.Int32" Nullable="false" />
</ComplexType>
Expand Down Expand Up @@ -7824,6 +7838,12 @@
<Property Name="secretText" Type="Edm.String" />
<Property Name="startDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<ComplexType Name="passwordCredentialConfiguration">
<Property Name="maxLifetime" Type="Edm.Duration" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="restrictionType" Type="graph.appCredentialRestrictionType" />
<Property Name="state" Type="graph.appManagementRestrictionState" />
</ComplexType>
<ComplexType Name="passwordProfile">
<Property Name="forceChangePasswordNextSignIn" Type="Edm.Boolean" />
<Property Name="forceChangePasswordNextSignInWithMfa" Type="Edm.Boolean" />
Expand Down Expand Up @@ -10774,12 +10794,6 @@
<Property Name="usePreDefinedValuesOnly" Type="Edm.Boolean" />
<NavigationProperty Name="allowedValues" Type="Collection(graph.allowedValue)" ContainsTarget="true" />
</EntityType>
<EntityType Name="customSecurityAttributeExemption" BaseType="graph.entity" Abstract="true">
<Property Name="operator" Type="graph.customSecurityAttributeComparisonOperator" />
</EntityType>
<EntityType Name="customSecurityAttributeStringValueExemption" BaseType="graph.customSecurityAttributeExemption">
<Property Name="value" Type="Edm.String" />
</EntityType>
<EntityType Name="dataSharingConsent" BaseType="graph.entity">
<Property Name="grantDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="granted" Type="Edm.Boolean" Nullable="false" />
Expand Down Expand Up @@ -13538,16 +13552,6 @@
<EntityType Name="itemAttachment" BaseType="graph.attachment">
<NavigationProperty Name="item" Type="graph.outlookItem" ContainsTarget="true" />
</EntityType>
<EntityType Name="keyCredentialConfiguration">
<Key>
<PropertyRef Name="restrictionType" />
</Key>
<Property Name="certificateBasedApplicationConfigurationIds" Type="Collection(Edm.String)" />
<Property Name="maxLifetime" Type="Edm.Duration" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" Nullable="false" />
<Property Name="state" Type="graph.appManagementRestrictionState" />
</EntityType>
<EntityType Name="licenseDetails" BaseType="graph.entity">
<Property Name="servicePlans" Type="Collection(graph.servicePlanInfo)" Nullable="false" />
<Property Name="skuId" Type="Edm.Guid" />
Expand Down Expand Up @@ -14900,15 +14904,6 @@
<Property Name="supportTelephones" Type="Collection(Edm.String)" />
<Property Name="supportUrl" Type="Edm.String" />
</EntityType>
<EntityType Name="passwordCredentialConfiguration">
<Key>
<PropertyRef Name="restrictionType" />
</Key>
<Property Name="maxLifetime" Type="Edm.Duration" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="restrictionType" Type="graph.appCredentialRestrictionType" Nullable="false" />
<Property Name="state" Type="graph.appManagementRestrictionState" />
</EntityType>
<EntityType Name="payloadCompatibleAssignmentFilter" BaseType="graph.deviceAndAppManagementAssignmentFilter">
<Property Name="payloadType" Type="graph.assignmentFilterPayloadType" Nullable="false" />
</EntityType>
Expand Down
Loading
Loading