Skip to content

Commit 85bfdfb

Browse files
Merge pull request #1065 from microsoftgraph/schemas/metadata-publishing-2026-04-07
Schema sync 2026-04-07 from 1.4.510.0
2 parents 358374c + dace276 commit 85bfdfb

15 files changed

Lines changed: 3437 additions & 387 deletions

schemas/beta-Bleu.csdl

Lines changed: 513 additions & 37 deletions
Large diffs are not rendered by default.

schemas/beta-Delos.csdl

Lines changed: 990 additions & 37 deletions
Large diffs are not rendered by default.

schemas/beta-Fairfax.csdl

Lines changed: 508 additions & 37 deletions
Large diffs are not rendered by default.

schemas/beta-Mooncake.csdl

Lines changed: 502 additions & 37 deletions
Large diffs are not rendered by default.

schemas/beta-Prod.csdl

Lines changed: 611 additions & 37 deletions
Large diffs are not rendered by default.

schemas/beta-USNat.csdl

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3518,6 +3518,11 @@
35183518
<Property Name="code" Type="Edm.String" />
35193519
<Property Name="errorDateTime" Type="Edm.DateTimeOffset" />
35203520
</ComplexType>
3521+
<ComplexType Name="classificationLimit">
3522+
<Property Name="allowedLimit" Type="Edm.Int32" />
3523+
<Property Name="code" Type="Edm.String" />
3524+
<Property Name="impactedSensitiveTypeIds" Type="Collection(Edm.String)" Nullable="false" />
3525+
</ComplexType>
35213526
<ComplexType Name="cloudAppSecuritySessionControl" BaseType="graph.conditionalAccessSessionControl">
35223527
<Property Name="cloudAppSecurityType" Type="graph.cloudAppSecuritySessionControlType" />
35233528
</ComplexType>
@@ -3963,6 +3968,7 @@
39633968
<Property Name="restrictionAction" Type="graph.restrictionAction" />
39643969
<Property Name="triggers" Type="Collection(graph.restrictionTrigger)" />
39653970
</ComplexType>
3971+
<ComplexType Name="diagnosticMetadata" />
39663972
<ComplexType Name="Dictionary" OpenType="true" />
39673973
<ComplexType Name="directorySizeQuota">
39683974
<Property Name="total" Type="Edm.Int32" />
@@ -4134,6 +4140,12 @@
41344140
<Property Name="discoveredSensitiveTypes" Type="Collection(graph.discoveredSensitiveType)" />
41354141
</ComplexType>
41364142
<ComplexType Name="eventMessageDetail" Abstract="true" />
4143+
<ComplexType Name="exactDataMatchStoreColumn">
4144+
<Property Name="ignoredDelimiters" Type="Collection(Edm.String)" />
4145+
<Property Name="isCaseInsensitive" Type="Edm.Boolean" />
4146+
<Property Name="isSearchable" Type="Edm.Boolean" />
4147+
<Property Name="name" Type="Edm.String" />
4148+
</ComplexType>
41374149
<ComplexType Name="exactMatchClassificationRequest">
41384150
<Property Name="contentClassifications" Type="Collection(graph.contentClassification)" />
41394151
<Property Name="sensitiveTypeIds" Type="Collection(Edm.String)" />
@@ -4145,6 +4157,11 @@
41454157
<Property Name="errors" Type="Collection(graph.classificationError)" />
41464158
</ComplexType>
41474159
<ComplexType Name="exactMatchDetectedSensitiveContent" BaseType="graph.detectedSensitiveContentBase" />
4160+
<ComplexType Name="exactMatchDiagnostic">
4161+
<Property Name="classificationId" Type="Edm.Guid" Nullable="false" />
4162+
<Property Name="classificationLimits" Type="Collection(graph.classificationLimit)" Nullable="false" />
4163+
<Property Name="unmatchedItems" Type="Collection(graph.unmatched)" Nullable="false" />
4164+
</ComplexType>
41484165
<ComplexType Name="excludeTarget">
41494166
<Property Name="id" Type="Edm.String" Nullable="false" />
41504167
<Property Name="targetType" Type="graph.authenticationMethodTargetType" Nullable="false" />
@@ -6578,6 +6595,13 @@
65786595
<Property Name="condition" Type="Edm.String" />
65796596
<Property Name="excludedResourceActions" Type="Collection(Edm.String)" />
65806597
</ComplexType>
6598+
<ComplexType Name="unmatched">
6599+
<Property Name="code" Type="Edm.String" />
6600+
<Property Name="corroborativeEvidences" Type="Collection(Edm.String)" Nullable="false" />
6601+
<Property Name="idMatch" Type="Edm.String" />
6602+
<Property Name="length" Type="Edm.Int32" />
6603+
<Property Name="offset" Type="Edm.Int32" />
6604+
</ComplexType>
65816605
<ComplexType Name="unrestrictedAudience" BaseType="graph.signInAudienceRestrictionsBase" />
65826606
<ComplexType Name="updateAllowedCombinationsResult">
65836607
<Property Name="additionalInformation" Type="Edm.String" />
@@ -7539,6 +7563,7 @@
75397563
<Property Name="requirements" Type="graph.strongAuthenticationRequirements" />
75407564
<Property Name="signInPreferences" Type="graph.signInPreferences" />
75417565
<NavigationProperty Name="emailMethods" Type="Collection(graph.emailAuthenticationMethod)" ContainsTarget="true" />
7566+
<NavigationProperty Name="externalAuthenticationMethods" Type="Collection(graph.externalAuthenticationMethod)" ContainsTarget="true" />
75427567
<NavigationProperty Name="fido2Methods" Type="Collection(graph.fido2AuthenticationMethod)" ContainsTarget="true" />
75437568
<NavigationProperty Name="methods" Type="Collection(graph.authenticationMethod)" ContainsTarget="true" />
75447569
<NavigationProperty Name="microsoftAuthenticatorMethods" Type="Collection(graph.microsoftAuthenticatorAuthenticationMethod)" ContainsTarget="true" />
@@ -8613,11 +8638,14 @@
86138638
<Property Name="proposedNewTime" Type="graph.timeSlot" />
86148639
<Property Name="responseType" Type="graph.responseType" />
86158640
</EntityType>
8616-
<EntityType Name="exactMatchDataStore" BaseType="graph.entity">
8641+
<EntityType Name="exactMatchDataStore" BaseType="graph.exactMatchDataStoreBase">
8642+
<NavigationProperty Name="sessions" Type="Collection(graph.exactMatchSession)" ContainsTarget="true" />
8643+
</EntityType>
8644+
<EntityType Name="exactMatchDataStoreBase" BaseType="graph.entity">
8645+
<Property Name="columns" Type="Collection(graph.exactDataMatchStoreColumn)" />
86178646
<Property Name="dataLastUpdatedDateTime" Type="Edm.DateTimeOffset" />
86188647
<Property Name="description" Type="Edm.String" />
86198648
<Property Name="displayName" Type="Edm.String" />
8620-
<NavigationProperty Name="sessions" Type="Collection(graph.exactMatchSession)" ContainsTarget="true" />
86218649
</EntityType>
86228650
<EntityType Name="exactMatchJobBase" BaseType="graph.entity" Abstract="true">
86238651
<Property Name="completionDateTime" Type="Edm.DateTimeOffset" />
@@ -8630,23 +8658,25 @@
86308658
<Property Name="state" Type="Edm.String" />
86318659
<NavigationProperty Name="matchingRows" Type="Collection(graph.lookupResultRow)" ContainsTarget="true" />
86328660
</EntityType>
8633-
<EntityType Name="exactMatchSession" BaseType="graph.exactMatchJobBase">
8661+
<EntityType Name="exactMatchSession" BaseType="graph.exactMatchSessionBase">
86348662
<Property Name="checksum" Type="Edm.String" />
8635-
<Property Name="datastoreId" Type="Edm.String" />
86368663
<Property Name="dataUploadURI" Type="Edm.String" />
86378664
<Property Name="fields" Type="Collection(Edm.String)" />
86388665
<Property Name="fileName" Type="Edm.String" />
8666+
<Property Name="rowsPerBlock" Type="Edm.Int32" />
8667+
<Property Name="salt" Type="Edm.String" />
8668+
<Property Name="uploadAgentId" Type="Edm.String" />
8669+
<NavigationProperty Name="uploadAgent" Type="graph.exactMatchUploadAgent" ContainsTarget="true" />
8670+
</EntityType>
8671+
<EntityType Name="exactMatchSessionBase" BaseType="graph.exactMatchJobBase">
8672+
<Property Name="dataStoreId" Type="Edm.String" />
86398673
<Property Name="processingCompletionDateTime" Type="Edm.DateTimeOffset" />
86408674
<Property Name="remainingBlockCount" Type="Edm.Int32" />
86418675
<Property Name="remainingJobCount" Type="Edm.Int32" />
8642-
<Property Name="rowsPerBlock" Type="Edm.Int32" />
8643-
<Property Name="salt" Type="Edm.String" />
86448676
<Property Name="state" Type="Edm.String" />
86458677
<Property Name="totalBlockCount" Type="Edm.Int32" />
86468678
<Property Name="totalJobCount" Type="Edm.Int32" />
8647-
<Property Name="uploadAgentId" Type="Edm.String" />
86488679
<Property Name="uploadCompletionDateTime" Type="Edm.DateTimeOffset" />
8649-
<NavigationProperty Name="uploadAgent" Type="graph.exactMatchUploadAgent" ContainsTarget="true" />
86508680
</EntityType>
86518681
<EntityType Name="exactMatchUploadAgent" BaseType="graph.entity">
86528682
<Property Name="creationDateTime" Type="Edm.DateTimeOffset" />
@@ -8660,6 +8690,10 @@
86608690
<Property Name="name" Type="Edm.String" Nullable="false" />
86618691
<Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" />
86628692
</EntityType>
8693+
<EntityType Name="externalAuthenticationMethod" BaseType="graph.authenticationMethod">
8694+
<Property Name="configurationId" Type="Edm.String" Nullable="false" />
8695+
<Property Name="displayName" Type="Edm.String" Nullable="false" />
8696+
</EntityType>
86638697
<EntityType Name="externalAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
86648698
<Property Name="appId" Type="Edm.String" Nullable="false" />
86658699
<Property Name="displayName" Type="Edm.String" Nullable="false" />

schemas/beta-USSec.csdl

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3613,6 +3613,11 @@
36133613
<Property Name="code" Type="Edm.String" />
36143614
<Property Name="errorDateTime" Type="Edm.DateTimeOffset" />
36153615
</ComplexType>
3616+
<ComplexType Name="classificationLimit">
3617+
<Property Name="allowedLimit" Type="Edm.Int32" />
3618+
<Property Name="code" Type="Edm.String" />
3619+
<Property Name="impactedSensitiveTypeIds" Type="Collection(Edm.String)" Nullable="false" />
3620+
</ComplexType>
36163621
<ComplexType Name="cloudAppSecuritySessionControl" BaseType="graph.conditionalAccessSessionControl">
36173622
<Property Name="cloudAppSecurityType" Type="graph.cloudAppSecuritySessionControlType" />
36183623
</ComplexType>
@@ -4069,6 +4074,7 @@
40694074
<Property Name="restrictionAction" Type="graph.restrictionAction" />
40704075
<Property Name="triggers" Type="Collection(graph.restrictionTrigger)" />
40714076
</ComplexType>
4077+
<ComplexType Name="diagnosticMetadata" />
40724078
<ComplexType Name="Dictionary" OpenType="true" />
40734079
<ComplexType Name="directorySizeQuota">
40744080
<Property Name="total" Type="Edm.Int32" />
@@ -4235,6 +4241,12 @@
42354241
<Property Name="discoveredSensitiveTypes" Type="Collection(graph.discoveredSensitiveType)" />
42364242
</ComplexType>
42374243
<ComplexType Name="eventMessageDetail" Abstract="true" />
4244+
<ComplexType Name="exactDataMatchStoreColumn">
4245+
<Property Name="ignoredDelimiters" Type="Collection(Edm.String)" />
4246+
<Property Name="isCaseInsensitive" Type="Edm.Boolean" />
4247+
<Property Name="isSearchable" Type="Edm.Boolean" />
4248+
<Property Name="name" Type="Edm.String" />
4249+
</ComplexType>
42384250
<ComplexType Name="exactMatchClassificationRequest">
42394251
<Property Name="contentClassifications" Type="Collection(graph.contentClassification)" />
42404252
<Property Name="sensitiveTypeIds" Type="Collection(Edm.String)" />
@@ -4246,6 +4258,11 @@
42464258
<Property Name="errors" Type="Collection(graph.classificationError)" />
42474259
</ComplexType>
42484260
<ComplexType Name="exactMatchDetectedSensitiveContent" BaseType="graph.detectedSensitiveContentBase" />
4261+
<ComplexType Name="exactMatchDiagnostic">
4262+
<Property Name="classificationId" Type="Edm.Guid" Nullable="false" />
4263+
<Property Name="classificationLimits" Type="Collection(graph.classificationLimit)" Nullable="false" />
4264+
<Property Name="unmatchedItems" Type="Collection(graph.unmatched)" Nullable="false" />
4265+
</ComplexType>
42494266
<ComplexType Name="excludeTarget">
42504267
<Property Name="id" Type="Edm.String" Nullable="false" />
42514268
<Property Name="targetType" Type="graph.authenticationMethodTargetType" Nullable="false" />
@@ -6805,6 +6822,13 @@
68056822
<Property Name="condition" Type="Edm.String" />
68066823
<Property Name="excludedResourceActions" Type="Collection(Edm.String)" />
68076824
</ComplexType>
6825+
<ComplexType Name="unmatched">
6826+
<Property Name="code" Type="Edm.String" />
6827+
<Property Name="corroborativeEvidences" Type="Collection(Edm.String)" Nullable="false" />
6828+
<Property Name="idMatch" Type="Edm.String" />
6829+
<Property Name="length" Type="Edm.Int32" />
6830+
<Property Name="offset" Type="Edm.Int32" />
6831+
</ComplexType>
68086832
<ComplexType Name="unrestrictedAudience" BaseType="graph.signInAudienceRestrictionsBase" />
68096833
<ComplexType Name="updateAllowedCombinationsResult">
68106834
<Property Name="additionalInformation" Type="Edm.String" />
@@ -7773,6 +7797,7 @@
77737797
<Property Name="requirements" Type="graph.strongAuthenticationRequirements" />
77747798
<Property Name="signInPreferences" Type="graph.signInPreferences" />
77757799
<NavigationProperty Name="emailMethods" Type="Collection(graph.emailAuthenticationMethod)" ContainsTarget="true" />
7800+
<NavigationProperty Name="externalAuthenticationMethods" Type="Collection(graph.externalAuthenticationMethod)" ContainsTarget="true" />
77767801
<NavigationProperty Name="fido2Methods" Type="Collection(graph.fido2AuthenticationMethod)" ContainsTarget="true" />
77777802
<NavigationProperty Name="methods" Type="Collection(graph.authenticationMethod)" ContainsTarget="true" />
77787803
<NavigationProperty Name="microsoftAuthenticatorMethods" Type="Collection(graph.microsoftAuthenticatorAuthenticationMethod)" ContainsTarget="true" />
@@ -8848,11 +8873,14 @@
88488873
<Property Name="proposedNewTime" Type="graph.timeSlot" />
88498874
<Property Name="responseType" Type="graph.responseType" />
88508875
</EntityType>
8851-
<EntityType Name="exactMatchDataStore" BaseType="graph.entity">
8876+
<EntityType Name="exactMatchDataStore" BaseType="graph.exactMatchDataStoreBase">
8877+
<NavigationProperty Name="sessions" Type="Collection(graph.exactMatchSession)" ContainsTarget="true" />
8878+
</EntityType>
8879+
<EntityType Name="exactMatchDataStoreBase" BaseType="graph.entity">
8880+
<Property Name="columns" Type="Collection(graph.exactDataMatchStoreColumn)" />
88528881
<Property Name="dataLastUpdatedDateTime" Type="Edm.DateTimeOffset" />
88538882
<Property Name="description" Type="Edm.String" />
88548883
<Property Name="displayName" Type="Edm.String" />
8855-
<NavigationProperty Name="sessions" Type="Collection(graph.exactMatchSession)" ContainsTarget="true" />
88568884
</EntityType>
88578885
<EntityType Name="exactMatchJobBase" BaseType="graph.entity" Abstract="true">
88588886
<Property Name="completionDateTime" Type="Edm.DateTimeOffset" />
@@ -8865,23 +8893,25 @@
88658893
<Property Name="state" Type="Edm.String" />
88668894
<NavigationProperty Name="matchingRows" Type="Collection(graph.lookupResultRow)" ContainsTarget="true" />
88678895
</EntityType>
8868-
<EntityType Name="exactMatchSession" BaseType="graph.exactMatchJobBase">
8896+
<EntityType Name="exactMatchSession" BaseType="graph.exactMatchSessionBase">
88698897
<Property Name="checksum" Type="Edm.String" />
8870-
<Property Name="datastoreId" Type="Edm.String" />
88718898
<Property Name="dataUploadURI" Type="Edm.String" />
88728899
<Property Name="fields" Type="Collection(Edm.String)" />
88738900
<Property Name="fileName" Type="Edm.String" />
8901+
<Property Name="rowsPerBlock" Type="Edm.Int32" />
8902+
<Property Name="salt" Type="Edm.String" />
8903+
<Property Name="uploadAgentId" Type="Edm.String" />
8904+
<NavigationProperty Name="uploadAgent" Type="graph.exactMatchUploadAgent" ContainsTarget="true" />
8905+
</EntityType>
8906+
<EntityType Name="exactMatchSessionBase" BaseType="graph.exactMatchJobBase">
8907+
<Property Name="dataStoreId" Type="Edm.String" />
88748908
<Property Name="processingCompletionDateTime" Type="Edm.DateTimeOffset" />
88758909
<Property Name="remainingBlockCount" Type="Edm.Int32" />
88768910
<Property Name="remainingJobCount" Type="Edm.Int32" />
8877-
<Property Name="rowsPerBlock" Type="Edm.Int32" />
8878-
<Property Name="salt" Type="Edm.String" />
88798911
<Property Name="state" Type="Edm.String" />
88808912
<Property Name="totalBlockCount" Type="Edm.Int32" />
88818913
<Property Name="totalJobCount" Type="Edm.Int32" />
8882-
<Property Name="uploadAgentId" Type="Edm.String" />
88838914
<Property Name="uploadCompletionDateTime" Type="Edm.DateTimeOffset" />
8884-
<NavigationProperty Name="uploadAgent" Type="graph.exactMatchUploadAgent" ContainsTarget="true" />
88858915
</EntityType>
88868916
<EntityType Name="exactMatchUploadAgent" BaseType="graph.entity">
88878917
<Property Name="creationDateTime" Type="Edm.DateTimeOffset" />
@@ -8895,6 +8925,10 @@
88958925
<Property Name="name" Type="Edm.String" Nullable="false" />
88968926
<Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" />
88978927
</EntityType>
8928+
<EntityType Name="externalAuthenticationMethod" BaseType="graph.authenticationMethod">
8929+
<Property Name="configurationId" Type="Edm.String" Nullable="false" />
8930+
<Property Name="displayName" Type="Edm.String" Nullable="false" />
8931+
</EntityType>
88988932
<EntityType Name="externalAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
88998933
<Property Name="appId" Type="Edm.String" Nullable="false" />
89008934
<Property Name="displayName" Type="Edm.String" Nullable="false" />

0 commit comments

Comments
 (0)