Skip to content

Commit 5c3b9a9

Browse files
committed
Schema sync 2026-04-07 from 1.4.510.0
1 parent 358374c commit 5c3b9a9

4 files changed

Lines changed: 118 additions & 16 deletions

File tree

schemas/beta-Bleu.csdl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10948,6 +10948,7 @@
1094810948
<ComplexType Name="passkeyProfileStructure">
1094910949
<Property Name="attestationEnforcement" Type="graph.attestationEnforcement" Nullable="false" />
1095010950
<Property Name="id" Type="Edm.String" Nullable="false" />
10951+
<Property Name="isAttestationEnforced" Type="Edm.Boolean" Nullable="false" />
1095110952
<Property Name="keyRestrictions" Type="graph.fido2KeyRestrictions" Nullable="false" />
1095210953
<Property Name="name" Type="Edm.String" Nullable="false" />
1095310954
<Property Name="passkeyTypes" Type="graph.passkeyTypes" Nullable="false" />
@@ -57838,6 +57839,21 @@
5783857839
<Annotations Target="microsoft.graph.ownerType/unknown">
5783957840
<Annotation Term="Org.OData.Core.V1.Description" String="Unknown." />
5784057841
</Annotations>
57842+
<Annotations Target="microsoft.graph.passkeyProfileStructure/isAttestationEnforced">
57843+
<Annotation Term="Org.OData.Core.V1.Revisions">
57844+
<Collection>
57845+
<Record>
57846+
<PropertyValue Property="Date" Date="2025-10-15" />
57847+
<PropertyValue Property="Description" String="This property is deprecated and will stop returning data on October 15, 2027. Please use passkeyProfiles property." />
57848+
<PropertyValue Property="Kind">
57849+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
57850+
</PropertyValue>
57851+
<PropertyValue Property="RemovalDate" Date="2027-10-15" />
57852+
<PropertyValue Property="Version" String="2025-10/PasskeyGlobalProperties" />
57853+
</Record>
57854+
</Collection>
57855+
</Annotation>
57856+
</Annotations>
5784157857
<Annotations Target="microsoft.graph.pauseConfigurationRefresh(microsoft.graph.managedDevice, Edm.Int32)">
5784257858
<Annotation Term="Org.OData.Core.V1.Description" String="Initiates a command to pause config refresh for the device." />
5784357859
</Annotations>

schemas/beta-Prod.csdl

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14002,6 +14002,11 @@
1400214002
<Property Name="code" Type="Edm.String" />
1400314003
<Property Name="errorDateTime" Type="Edm.DateTimeOffset" />
1400414004
</ComplexType>
14005+
<ComplexType Name="classificationLimit">
14006+
<Property Name="allowedLimit" Type="Edm.Int32" />
14007+
<Property Name="code" Type="Edm.String" />
14008+
<Property Name="impactedSensitiveTypeIds" Type="Collection(Edm.String)" Nullable="false" />
14009+
</ComplexType>
1400514010
<ComplexType Name="classificationRequestContentMetaData">
1400614011
<Property Name="sourceId" Type="Edm.String" />
1400714012
</ComplexType>
@@ -14010,6 +14015,10 @@
1401014015
<Property Name="count" Type="Edm.Int32" Nullable="false" />
1401114016
<Property Name="sensitiveTypeId" Type="Edm.String" Nullable="false" />
1401214017
</ComplexType>
14018+
<ComplexType Name="classifierDiagnostic" Abstract="true">
14019+
<Property Name="classificationId" Type="Edm.Guid" Nullable="false" />
14020+
<Property Name="classificationMethod" Type="graph.classificationMethod" Nullable="false" />
14021+
</ComplexType>
1401314022
<ComplexType Name="clientCertificateAuthentication" BaseType="graph.apiAuthenticationConfigurationBase">
1401414023
<Property Name="certificateList" Type="Collection(graph.pkcs12CertificateInformation)" />
1401514024
</ComplexType>
@@ -15909,6 +15918,7 @@
1590915918
<Property Name="message" Type="Edm.String" />
1591015919
<Property Name="url" Type="Edm.String" />
1591115920
</ComplexType>
15921+
<ComplexType Name="diagnosticMetadata" />
1591215922
<ComplexType Name="dictionaries" OpenType="true" />
1591315923
<ComplexType Name="Dictionary" OpenType="true" />
1591415924
<ComplexType Name="directorySizeQuota">
@@ -16377,6 +16387,10 @@
1637716387
<Property Name="discoveredSensitiveTypes" Type="Collection(graph.discoveredSensitiveType)" />
1637816388
</ComplexType>
1637916389
<ComplexType Name="eventMessageDetail" Abstract="true" />
16390+
<ComplexType Name="exactDataMatchDiagnostic" BaseType="graph.classifierDiagnostic">
16391+
<Property Name="classificationLimits" Type="Collection(graph.classificationLimit)" Nullable="false" />
16392+
<Property Name="unmatchedItems" Type="Collection(graph.unmatched)" Nullable="false" />
16393+
</ComplexType>
1638016394
<ComplexType Name="exactDataMatchStoreColumn">
1638116395
<Property Name="ignoredDelimiters" Type="Collection(Edm.String)" />
1638216396
<Property Name="isCaseInsensitive" Type="Edm.Boolean" />
@@ -16396,6 +16410,11 @@
1639616410
<ComplexType Name="exactMatchDetectedSensitiveContent" BaseType="graph.detectedSensitiveContentBase">
1639716411
<Property Name="matches" Type="Collection(graph.sensitiveContentLocation)" />
1639816412
</ComplexType>
16413+
<ComplexType Name="exactMatchDiagnostic">
16414+
<Property Name="classificationId" Type="Edm.Guid" Nullable="false" />
16415+
<Property Name="classificationLimits" Type="Collection(graph.classificationLimit)" Nullable="false" />
16416+
<Property Name="unmatchedItems" Type="Collection(graph.unmatched)" Nullable="false" />
16417+
</ComplexType>
1639916418
<ComplexType Name="exchangeOnlineCrossTenantMigrationSettings">
1640016419
<Property Name="sourceEndpoint" Type="Edm.String" Nullable="false" />
1640116420
<Property Name="targetDeliveryDomain" Type="Edm.String" Nullable="false" />
@@ -21754,6 +21773,13 @@
2175421773
<Property Name="os" Type="Edm.String" />
2175521774
<Property Name="osVersion" Type="Edm.String" />
2175621775
</ComplexType>
21776+
<ComplexType Name="unmatched">
21777+
<Property Name="code" Type="Edm.String" />
21778+
<Property Name="corroborativeEvidences" Type="Collection(Edm.String)" Nullable="false" />
21779+
<Property Name="idMatch" Type="Edm.String" />
21780+
<Property Name="length" Type="Edm.Int32" />
21781+
<Property Name="offset" Type="Edm.Int32" />
21782+
</ComplexType>
2175721783
<ComplexType Name="unrestrictedAudience" BaseType="graph.signInAudienceRestrictionsBase" />
2175821784
<ComplexType Name="unsupportedDeviceConfigurationDetail">
2175921785
<Property Name="message" Type="Edm.String" />
@@ -24954,6 +24980,7 @@
2495424980
<EntityType Name="applicationTemplate" BaseType="graph.entity">
2495524981
<Property Name="categories" Type="Collection(Edm.String)" />
2495624982
<Property Name="configurationUris" Type="Collection(graph.configurationUri)" />
24983+
<Property Name="deprecationDate" Type="Edm.Date" />
2495724984
<Property Name="description" Type="Edm.String" />
2495824985
<Property Name="displayName" Type="Edm.String" />
2495924986
<Property Name="endpoints" Type="Collection(Edm.String)" />
@@ -108322,6 +108349,7 @@
108322108349
<Member Name="bytesSent" Value="4" />
108323108350
<Member Name="bytesReceived" Value="5" />
108324108351
<Member Name="totalBytes" Value="6" />
108352+
<Member Name="connections" Value="7" />
108325108353
</EnumType>
108326108354
<EnumType Name="alertSeverity">
108327108355
<Member Name="informational" Value="0" />

schemas/beta-USNat.csdl

Lines changed: 37 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" />
@@ -8613,11 +8637,14 @@
86138637
<Property Name="proposedNewTime" Type="graph.timeSlot" />
86148638
<Property Name="responseType" Type="graph.responseType" />
86158639
</EntityType>
8616-
<EntityType Name="exactMatchDataStore" BaseType="graph.entity">
8640+
<EntityType Name="exactMatchDataStore" BaseType="graph.exactMatchDataStoreBase">
8641+
<NavigationProperty Name="sessions" Type="Collection(graph.exactMatchSession)" ContainsTarget="true" />
8642+
</EntityType>
8643+
<EntityType Name="exactMatchDataStoreBase" BaseType="graph.entity">
8644+
<Property Name="columns" Type="Collection(graph.exactDataMatchStoreColumn)" />
86178645
<Property Name="dataLastUpdatedDateTime" Type="Edm.DateTimeOffset" />
86188646
<Property Name="description" Type="Edm.String" />
86198647
<Property Name="displayName" Type="Edm.String" />
8620-
<NavigationProperty Name="sessions" Type="Collection(graph.exactMatchSession)" ContainsTarget="true" />
86218648
</EntityType>
86228649
<EntityType Name="exactMatchJobBase" BaseType="graph.entity" Abstract="true">
86238650
<Property Name="completionDateTime" Type="Edm.DateTimeOffset" />
@@ -8630,23 +8657,25 @@
86308657
<Property Name="state" Type="Edm.String" />
86318658
<NavigationProperty Name="matchingRows" Type="Collection(graph.lookupResultRow)" ContainsTarget="true" />
86328659
</EntityType>
8633-
<EntityType Name="exactMatchSession" BaseType="graph.exactMatchJobBase">
8660+
<EntityType Name="exactMatchSession" BaseType="graph.exactMatchSessionBase">
86348661
<Property Name="checksum" Type="Edm.String" />
8635-
<Property Name="datastoreId" Type="Edm.String" />
86368662
<Property Name="dataUploadURI" Type="Edm.String" />
86378663
<Property Name="fields" Type="Collection(Edm.String)" />
86388664
<Property Name="fileName" Type="Edm.String" />
8665+
<Property Name="rowsPerBlock" Type="Edm.Int32" />
8666+
<Property Name="salt" Type="Edm.String" />
8667+
<Property Name="uploadAgentId" Type="Edm.String" />
8668+
<NavigationProperty Name="uploadAgent" Type="graph.exactMatchUploadAgent" ContainsTarget="true" />
8669+
</EntityType>
8670+
<EntityType Name="exactMatchSessionBase" BaseType="graph.exactMatchJobBase">
8671+
<Property Name="dataStoreId" Type="Edm.String" />
86398672
<Property Name="processingCompletionDateTime" Type="Edm.DateTimeOffset" />
86408673
<Property Name="remainingBlockCount" Type="Edm.Int32" />
86418674
<Property Name="remainingJobCount" Type="Edm.Int32" />
8642-
<Property Name="rowsPerBlock" Type="Edm.Int32" />
8643-
<Property Name="salt" Type="Edm.String" />
86448675
<Property Name="state" Type="Edm.String" />
86458676
<Property Name="totalBlockCount" Type="Edm.Int32" />
86468677
<Property Name="totalJobCount" Type="Edm.Int32" />
8647-
<Property Name="uploadAgentId" Type="Edm.String" />
86488678
<Property Name="uploadCompletionDateTime" Type="Edm.DateTimeOffset" />
8649-
<NavigationProperty Name="uploadAgent" Type="graph.exactMatchUploadAgent" ContainsTarget="true" />
86508679
</EntityType>
86518680
<EntityType Name="exactMatchUploadAgent" BaseType="graph.entity">
86528681
<Property Name="creationDateTime" Type="Edm.DateTimeOffset" />

schemas/beta-USSec.csdl

Lines changed: 37 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" />
@@ -8848,11 +8872,14 @@
88488872
<Property Name="proposedNewTime" Type="graph.timeSlot" />
88498873
<Property Name="responseType" Type="graph.responseType" />
88508874
</EntityType>
8851-
<EntityType Name="exactMatchDataStore" BaseType="graph.entity">
8875+
<EntityType Name="exactMatchDataStore" BaseType="graph.exactMatchDataStoreBase">
8876+
<NavigationProperty Name="sessions" Type="Collection(graph.exactMatchSession)" ContainsTarget="true" />
8877+
</EntityType>
8878+
<EntityType Name="exactMatchDataStoreBase" BaseType="graph.entity">
8879+
<Property Name="columns" Type="Collection(graph.exactDataMatchStoreColumn)" />
88528880
<Property Name="dataLastUpdatedDateTime" Type="Edm.DateTimeOffset" />
88538881
<Property Name="description" Type="Edm.String" />
88548882
<Property Name="displayName" Type="Edm.String" />
8855-
<NavigationProperty Name="sessions" Type="Collection(graph.exactMatchSession)" ContainsTarget="true" />
88568883
</EntityType>
88578884
<EntityType Name="exactMatchJobBase" BaseType="graph.entity" Abstract="true">
88588885
<Property Name="completionDateTime" Type="Edm.DateTimeOffset" />
@@ -8865,23 +8892,25 @@
88658892
<Property Name="state" Type="Edm.String" />
88668893
<NavigationProperty Name="matchingRows" Type="Collection(graph.lookupResultRow)" ContainsTarget="true" />
88678894
</EntityType>
8868-
<EntityType Name="exactMatchSession" BaseType="graph.exactMatchJobBase">
8895+
<EntityType Name="exactMatchSession" BaseType="graph.exactMatchSessionBase">
88698896
<Property Name="checksum" Type="Edm.String" />
8870-
<Property Name="datastoreId" Type="Edm.String" />
88718897
<Property Name="dataUploadURI" Type="Edm.String" />
88728898
<Property Name="fields" Type="Collection(Edm.String)" />
88738899
<Property Name="fileName" Type="Edm.String" />
8900+
<Property Name="rowsPerBlock" Type="Edm.Int32" />
8901+
<Property Name="salt" Type="Edm.String" />
8902+
<Property Name="uploadAgentId" Type="Edm.String" />
8903+
<NavigationProperty Name="uploadAgent" Type="graph.exactMatchUploadAgent" ContainsTarget="true" />
8904+
</EntityType>
8905+
<EntityType Name="exactMatchSessionBase" BaseType="graph.exactMatchJobBase">
8906+
<Property Name="dataStoreId" Type="Edm.String" />
88748907
<Property Name="processingCompletionDateTime" Type="Edm.DateTimeOffset" />
88758908
<Property Name="remainingBlockCount" Type="Edm.Int32" />
88768909
<Property Name="remainingJobCount" Type="Edm.Int32" />
8877-
<Property Name="rowsPerBlock" Type="Edm.Int32" />
8878-
<Property Name="salt" Type="Edm.String" />
88798910
<Property Name="state" Type="Edm.String" />
88808911
<Property Name="totalBlockCount" Type="Edm.Int32" />
88818912
<Property Name="totalJobCount" Type="Edm.Int32" />
8882-
<Property Name="uploadAgentId" Type="Edm.String" />
88838913
<Property Name="uploadCompletionDateTime" Type="Edm.DateTimeOffset" />
8884-
<NavigationProperty Name="uploadAgent" Type="graph.exactMatchUploadAgent" ContainsTarget="true" />
88858914
</EntityType>
88868915
<EntityType Name="exactMatchUploadAgent" BaseType="graph.entity">
88878916
<Property Name="creationDateTime" Type="Edm.DateTimeOffset" />

0 commit comments

Comments
 (0)