Skip to content

Commit 7bd43cc

Browse files
committed
Schema sync 2025-04-07 from 1.3.702.0
1 parent db5b570 commit 7bd43cc

13 files changed

+189
-0
lines changed

schemas/annotated-beta-Prod.csdl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11555,6 +11555,7 @@
1155511555
</ComplexType>
1155611556
<ComplexType Name="auditActivityInitiator">
1155711557
<Property Name="app" Type="graph.appIdentity" />
11558+
<Property Name="linkableIdentifiers" Type="graph.linkableIdentifiers" />
1155811559
<Property Name="user" Type="graph.auditUserIdentity" />
1155911560
</ComplexType>
1156011561
<ComplexType Name="auditActor">
@@ -12716,6 +12717,7 @@
1271612717
<Property Name="cloudAppSecurity" Type="graph.cloudAppSecuritySessionControl" />
1271712718
<Property Name="continuousAccessEvaluation" Type="graph.continuousAccessEvaluationSessionControl" />
1271812719
<Property Name="disableResilienceDefaults" Type="Edm.Boolean" />
12720+
<Property Name="globalSecureAccessFilteringProfile" Type="graph.globalSecureAccessFilteringProfileSessionControl" />
1271912721
<Property Name="persistentBrowser" Type="graph.persistentBrowserSessionControl" />
1272012722
<Property Name="secureSignInSession" Type="graph.secureSignInSessionControl" />
1272112723
<Property Name="signInFrequency" Type="graph.signInFrequencySessionControl" />
@@ -14480,6 +14482,9 @@
1448014482
<Property Name="longitude" Type="Edm.Double" />
1448114483
</ComplexType>
1448214484
<ComplexType Name="geolocationColumn" />
14485+
<ComplexType Name="globalSecureAccessFilteringProfileSessionControl" BaseType="graph.conditionalAccessSessionControl">
14486+
<Property Name="profileId" Type="Edm.String" Nullable="false" />
14487+
</ComplexType>
1448314488
<ComplexType Name="governanceCriteria" Abstract="true" />
1448414489
<ComplexType Name="governanceNotificationPolicy">
1448514490
<Property Name="enabledTemplateTypes" Type="Collection(Edm.String)" />
@@ -15181,6 +15186,11 @@
1518115186
<Property Name="suspended" Type="Edm.Int32" />
1518215187
<Property Name="warning" Type="Edm.Int32" />
1518315188
</ComplexType>
15189+
<ComplexType Name="linkableIdentifiers">
15190+
<Property Name="deviceId" Type="Edm.String" />
15191+
<Property Name="sessionId" Type="Edm.String" />
15192+
<Property Name="tokenDetails" Type="graph.tokenDetails" />
15193+
</ComplexType>
1518415194
<ComplexType Name="linkRoleAbilities">
1518515195
<Property Name="addExistingExternalUsers" Type="graph.sharingOperationStatus" />
1518615196
<Property Name="addNewExternalUsers" Type="graph.sharingOperationStatus" />
@@ -18846,6 +18856,10 @@
1884618856
<Property Name="isExternalShareEnabled" Type="Edm.Boolean" />
1884718857
<Property Name="isPushNotificationEnabled" Type="Edm.Boolean" />
1884818858
</ComplexType>
18859+
<ComplexType Name="tokenDetails">
18860+
<Property Name="issuedAtDateTime" Type="Edm.DateTimeOffset" />
18861+
<Property Name="uniqueTokenIdentifier" Type="Edm.String" />
18862+
</ComplexType>
1884918863
<ComplexType Name="tokenMeetingInfo" BaseType="graph.meetingInfo">
1885018864
<Property Name="token" Type="Edm.String" Nullable="false" />
1885118865
</ComplexType>
@@ -102638,8 +102652,10 @@
102638102652
<Property Name="filePublisher" Type="Edm.String" />
102639102653
<Property Name="fileSize" Type="Edm.Int64" />
102640102654
<Property Name="issuer" Type="Edm.String" />
102655+
<Property Name="md5" Type="Edm.String" />
102641102656
<Property Name="sha1" Type="Edm.String" />
102642102657
<Property Name="sha256" Type="Edm.String" />
102658+
<Property Name="sha256Ac" Type="Edm.String" />
102643102659
<Property Name="signer" Type="Edm.String" />
102644102660
</ComplexType>
102645102661
<ComplexType Name="fileEvidence" BaseType="self.alertEvidence">

schemas/annotated-v1.0-Prod.csdl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21664,6 +21664,9 @@
2166421664
<Parameter Name="autoReconcileProxyConflict" Type="Edm.Boolean">
2166521665
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
2166621666
</Parameter>
21667+
<Parameter Name="newUserPrincipalName" Type="Edm.String" Unicode="false">
21668+
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
21669+
</Parameter>
2166721670
<ReturnType Type="graph.directoryObject" />
2166821671
</Action>
2166921672
<Action Name="restore" IsBound="true">
@@ -42986,8 +42989,10 @@
4298642989
<Property Name="filePublisher" Type="Edm.String" />
4298742990
<Property Name="fileSize" Type="Edm.Int64" />
4298842991
<Property Name="issuer" Type="Edm.String" />
42992+
<Property Name="md5" Type="Edm.String" />
4298942993
<Property Name="sha1" Type="Edm.String" />
4299042994
<Property Name="sha256" Type="Edm.String" />
42995+
<Property Name="sha256Ac" Type="Edm.String" />
4299142996
<Property Name="signer" Type="Edm.String" />
4299242997
</ComplexType>
4299342998
<ComplexType Name="fileEvidence" BaseType="microsoft.graph.security.alertEvidence">

schemas/beta-Fairfax.csdl

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9288,6 +9288,7 @@
92889288
</ComplexType>
92899289
<ComplexType Name="auditActivityInitiator">
92909290
<Property Name="app" Type="graph.appIdentity" />
9291+
<Property Name="linkableIdentifiers" Type="graph.linkableIdentifiers" />
92919292
<Property Name="user" Type="graph.auditUserIdentity" />
92929293
</ComplexType>
92939294
<ComplexType Name="auditActor">
@@ -12150,6 +12151,11 @@
1215012151
<Property Name="suspended" Type="Edm.Int32" />
1215112152
<Property Name="warning" Type="Edm.Int32" />
1215212153
</ComplexType>
12154+
<ComplexType Name="linkableIdentifiers">
12155+
<Property Name="deviceId" Type="Edm.String" />
12156+
<Property Name="sessionId" Type="Edm.String" />
12157+
<Property Name="tokenDetails" Type="graph.tokenDetails" />
12158+
</ComplexType>
1215312159
<ComplexType Name="listInfo">
1215412160
<Property Name="contentTypesEnabled" Type="Edm.Boolean" />
1215512161
<Property Name="hidden" Type="Edm.Boolean" />
@@ -14114,6 +14120,14 @@
1411414120
<ComplexType Name="servicePrincipalSubject" BaseType="graph.conditionalAccessWhatIfSubject">
1411514121
<Property Name="servicePrincipalId" Type="Edm.String" />
1411614122
</ComplexType>
14123+
<ComplexType Name="serviceProvisioningError" Abstract="true">
14124+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
14125+
<Property Name="isResolved" Type="Edm.Boolean" />
14126+
<Property Name="serviceInstance" Type="Edm.String" />
14127+
</ComplexType>
14128+
<ComplexType Name="serviceProvisioningXmlError" BaseType="graph.serviceProvisioningError">
14129+
<Property Name="errorDetail" Type="Edm.String" />
14130+
</ComplexType>
1411714131
<ComplexType Name="serviceUpdateMessageViewpoint">
1411814132
<Property Name="isArchived" Type="Edm.Boolean" />
1411914133
<Property Name="isFavorited" Type="Edm.Boolean" />
@@ -14795,6 +14809,10 @@
1479514809
<Property Name="textAboveTitle" Type="Edm.String" />
1479614810
<Property Name="textAlignment" Type="graph.titleAreaTextAlignmentType" />
1479714811
</ComplexType>
14812+
<ComplexType Name="tokenDetails">
14813+
<Property Name="issuedAtDateTime" Type="Edm.DateTimeOffset" />
14814+
<Property Name="uniqueTokenIdentifier" Type="Edm.String" />
14815+
</ComplexType>
1479814816
<ComplexType Name="tokenProtectionStatusDetails">
1479914817
<Property Name="signInSessionStatus" Type="graph.tokenProtectionStatus" />
1480014818
<Property Name="signInSessionStatusCode" Type="Edm.Int32" />
@@ -20930,6 +20948,7 @@
2093020948
<Property Name="resourceProvisioningOptions" Type="Collection(Edm.String)" Nullable="false" />
2093120949
<Property Name="securityEnabled" Type="Edm.Boolean" />
2093220950
<Property Name="securityIdentifier" Type="Edm.String" />
20951+
<Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" />
2093320952
<Property Name="theme" Type="Edm.String" />
2093420953
<Property Name="uniqueName" Type="Edm.String" />
2093520954
<Property Name="unseenConversationsCount" Type="Edm.Int32" />
@@ -23617,6 +23636,7 @@
2361723636
<Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
2361823637
<Property Name="phones" Type="Collection(graph.phone)" />
2361923638
<Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" />
23639+
<Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" />
2362023640
<Property Name="surname" Type="Edm.String" />
2362123641
<NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" />
2362223642
<NavigationProperty Name="manager" Type="graph.directoryObject" />
@@ -26075,6 +26095,7 @@
2607526095
<Property Name="responsibilities" Type="Collection(Edm.String)" />
2607626096
<Property Name="schools" Type="Collection(Edm.String)" />
2607726097
<Property Name="securityIdentifier" Type="Edm.String" />
26098+
<Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" />
2607826099
<Property Name="showInAddressList" Type="Edm.Boolean" />
2607926100
<Property Name="signInActivity" Type="graph.signInActivity" />
2608026101
<Property Name="signInSessionsValidFromDateTime" Type="Edm.DateTimeOffset" />
@@ -33987,6 +34008,15 @@
3398734008
<Action Name="retryPartnerAgentInstallation" IsBound="true">
3398834009
<Parameter Name="bindingParameter" Type="graph.cloudPC" />
3398934010
</Action>
34011+
<Action Name="retryServiceProvisioning" IsBound="true">
34012+
<Parameter Name="bindingParameter" Type="graph.group" Nullable="false" />
34013+
</Action>
34014+
<Action Name="retryServiceProvisioning" IsBound="true">
34015+
<Parameter Name="bindingParameter" Type="graph.orgContact" Nullable="false" />
34016+
</Action>
34017+
<Action Name="retryServiceProvisioning" IsBound="true">
34018+
<Parameter Name="bindingParameter" Type="graph.user" Nullable="false" />
34019+
</Action>
3399034020
<Action Name="reupload" IsBound="true">
3399134021
<Parameter Name="bindingParameter" Type="graph.cloudPcDeviceImage" />
3399234022
</Action>
@@ -83107,8 +83137,10 @@
8310783137
<Property Name="filePublisher" Type="Edm.String" />
8310883138
<Property Name="fileSize" Type="Edm.Int64" />
8310983139
<Property Name="issuer" Type="Edm.String" />
83140+
<Property Name="md5" Type="Edm.String" />
8311083141
<Property Name="sha1" Type="Edm.String" />
8311183142
<Property Name="sha256" Type="Edm.String" />
83143+
<Property Name="sha256Ac" Type="Edm.String" />
8311283144
<Property Name="signer" Type="Edm.String" />
8311383145
</ComplexType>
8311483146
<ComplexType Name="fileEvidence" BaseType="microsoft.graph.security.alertEvidence">

schemas/beta-Mooncake.csdl

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6976,6 +6976,7 @@
69766976
</ComplexType>
69776977
<ComplexType Name="auditActivityInitiator">
69786978
<Property Name="app" Type="graph.appIdentity" />
6979+
<Property Name="linkableIdentifiers" Type="graph.linkableIdentifiers" />
69796980
<Property Name="user" Type="graph.auditUserIdentity" />
69806981
</ComplexType>
69816982
<ComplexType Name="auditActor">
@@ -9261,6 +9262,11 @@
92619262
<Property Name="suspended" Type="Edm.Int32" />
92629263
<Property Name="warning" Type="Edm.Int32" />
92639264
</ComplexType>
9265+
<ComplexType Name="linkableIdentifiers">
9266+
<Property Name="deviceId" Type="Edm.String" />
9267+
<Property Name="sessionId" Type="Edm.String" />
9268+
<Property Name="tokenDetails" Type="graph.tokenDetails" />
9269+
</ComplexType>
92649270
<ComplexType Name="listInfo">
92659271
<Property Name="contentTypesEnabled" Type="Edm.Boolean" />
92669272
<Property Name="hidden" Type="Edm.Boolean" />
@@ -10658,6 +10664,14 @@
1065810664
<ComplexType Name="servicePrincipalSubject" BaseType="graph.conditionalAccessWhatIfSubject">
1065910665
<Property Name="servicePrincipalId" Type="Edm.String" />
1066010666
</ComplexType>
10667+
<ComplexType Name="serviceProvisioningError" Abstract="true">
10668+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
10669+
<Property Name="isResolved" Type="Edm.Boolean" />
10670+
<Property Name="serviceInstance" Type="Edm.String" />
10671+
</ComplexType>
10672+
<ComplexType Name="serviceProvisioningXmlError" BaseType="graph.serviceProvisioningError">
10673+
<Property Name="errorDetail" Type="Edm.String" />
10674+
</ComplexType>
1066110675
<ComplexType Name="serviceUpdateMessageViewpoint">
1066210676
<Property Name="isArchived" Type="Edm.Boolean" />
1066310677
<Property Name="isFavorited" Type="Edm.Boolean" />
@@ -11207,6 +11221,10 @@
1120711221
<Property Name="textAboveTitle" Type="Edm.String" />
1120811222
<Property Name="textAlignment" Type="graph.titleAreaTextAlignmentType" />
1120911223
</ComplexType>
11224+
<ComplexType Name="tokenDetails">
11225+
<Property Name="issuedAtDateTime" Type="Edm.DateTimeOffset" />
11226+
<Property Name="uniqueTokenIdentifier" Type="Edm.String" />
11227+
</ComplexType>
1121011228
<ComplexType Name="tokenProtectionStatusDetails">
1121111229
<Property Name="signInSessionStatus" Type="graph.tokenProtectionStatus" />
1121211230
<Property Name="signInSessionStatusCode" Type="Edm.Int32" />
@@ -16609,6 +16627,7 @@
1660916627
<Property Name="resourceProvisioningOptions" Type="Collection(Edm.String)" Nullable="false" />
1661016628
<Property Name="securityEnabled" Type="Edm.Boolean" />
1661116629
<Property Name="securityIdentifier" Type="Edm.String" />
16630+
<Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" />
1661216631
<Property Name="theme" Type="Edm.String" />
1661316632
<Property Name="uniqueName" Type="Edm.String" />
1661416633
<Property Name="unseenCount" Type="Edm.Int32" />
@@ -19284,6 +19303,7 @@
1928419303
<Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
1928519304
<Property Name="phones" Type="Collection(graph.phone)" />
1928619305
<Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" />
19306+
<Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" />
1928719307
<Property Name="surname" Type="Edm.String" />
1928819308
<NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" />
1928919309
<NavigationProperty Name="manager" Type="graph.directoryObject" />
@@ -21141,6 +21161,7 @@
2114121161
<Property Name="responsibilities" Type="Collection(Edm.String)" />
2114221162
<Property Name="schools" Type="Collection(Edm.String)" />
2114321163
<Property Name="securityIdentifier" Type="Edm.String" />
21164+
<Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" />
2114421165
<Property Name="showInAddressList" Type="Edm.Boolean" />
2114521166
<Property Name="signInActivity" Type="graph.signInActivity" />
2114621167
<Property Name="signInSessionsValidFromDateTime" Type="Edm.DateTimeOffset" />
@@ -26356,6 +26377,15 @@
2635626377
<Parameter Name="filter" Type="Edm.String" Unicode="false" />
2635726378
<ReturnType Type="Edm.Stream" />
2635826379
</Action>
26380+
<Action Name="retryServiceProvisioning" IsBound="true">
26381+
<Parameter Name="bindingParameter" Type="graph.group" Nullable="false" />
26382+
</Action>
26383+
<Action Name="retryServiceProvisioning" IsBound="true">
26384+
<Parameter Name="bindingParameter" Type="graph.orgContact" Nullable="false" />
26385+
</Action>
26386+
<Action Name="retryServiceProvisioning" IsBound="true">
26387+
<Parameter Name="bindingParameter" Type="graph.user" Nullable="false" />
26388+
</Action>
2635926389
<Action Name="revoke" IsBound="true">
2636026390
<Parameter Name="bindingParameter" Type="graph.privilegeManagementElevationRequest" />
2636126391
<Parameter Name="reviewerJustification" Type="Edm.String" Unicode="false" />

schemas/beta-Prod.csdl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11555,6 +11555,7 @@
1155511555
</ComplexType>
1155611556
<ComplexType Name="auditActivityInitiator">
1155711557
<Property Name="app" Type="graph.appIdentity" />
11558+
<Property Name="linkableIdentifiers" Type="graph.linkableIdentifiers" />
1155811559
<Property Name="user" Type="graph.auditUserIdentity" />
1155911560
</ComplexType>
1156011561
<ComplexType Name="auditActor">
@@ -12716,6 +12717,7 @@
1271612717
<Property Name="cloudAppSecurity" Type="graph.cloudAppSecuritySessionControl" />
1271712718
<Property Name="continuousAccessEvaluation" Type="graph.continuousAccessEvaluationSessionControl" />
1271812719
<Property Name="disableResilienceDefaults" Type="Edm.Boolean" />
12720+
<Property Name="globalSecureAccessFilteringProfile" Type="graph.globalSecureAccessFilteringProfileSessionControl" />
1271912721
<Property Name="persistentBrowser" Type="graph.persistentBrowserSessionControl" />
1272012722
<Property Name="secureSignInSession" Type="graph.secureSignInSessionControl" />
1272112723
<Property Name="signInFrequency" Type="graph.signInFrequencySessionControl" />
@@ -14480,6 +14482,9 @@
1448014482
<Property Name="longitude" Type="Edm.Double" />
1448114483
</ComplexType>
1448214484
<ComplexType Name="geolocationColumn" />
14485+
<ComplexType Name="globalSecureAccessFilteringProfileSessionControl" BaseType="graph.conditionalAccessSessionControl">
14486+
<Property Name="profileId" Type="Edm.String" Nullable="false" />
14487+
</ComplexType>
1448314488
<ComplexType Name="governanceCriteria" Abstract="true" />
1448414489
<ComplexType Name="governanceNotificationPolicy">
1448514490
<Property Name="enabledTemplateTypes" Type="Collection(Edm.String)" />
@@ -15181,6 +15186,11 @@
1518115186
<Property Name="suspended" Type="Edm.Int32" />
1518215187
<Property Name="warning" Type="Edm.Int32" />
1518315188
</ComplexType>
15189+
<ComplexType Name="linkableIdentifiers">
15190+
<Property Name="deviceId" Type="Edm.String" />
15191+
<Property Name="sessionId" Type="Edm.String" />
15192+
<Property Name="tokenDetails" Type="graph.tokenDetails" />
15193+
</ComplexType>
1518415194
<ComplexType Name="linkRoleAbilities">
1518515195
<Property Name="addExistingExternalUsers" Type="graph.sharingOperationStatus" />
1518615196
<Property Name="addNewExternalUsers" Type="graph.sharingOperationStatus" />
@@ -18846,6 +18856,10 @@
1884618856
<Property Name="isExternalShareEnabled" Type="Edm.Boolean" />
1884718857
<Property Name="isPushNotificationEnabled" Type="Edm.Boolean" />
1884818858
</ComplexType>
18859+
<ComplexType Name="tokenDetails">
18860+
<Property Name="issuedAtDateTime" Type="Edm.DateTimeOffset" />
18861+
<Property Name="uniqueTokenIdentifier" Type="Edm.String" />
18862+
</ComplexType>
1884918863
<ComplexType Name="tokenMeetingInfo" BaseType="graph.meetingInfo">
1885018864
<Property Name="token" Type="Edm.String" Nullable="false" />
1885118865
</ComplexType>
@@ -102638,8 +102652,10 @@
102638102652
<Property Name="filePublisher" Type="Edm.String" />
102639102653
<Property Name="fileSize" Type="Edm.Int64" />
102640102654
<Property Name="issuer" Type="Edm.String" />
102655+
<Property Name="md5" Type="Edm.String" />
102641102656
<Property Name="sha1" Type="Edm.String" />
102642102657
<Property Name="sha256" Type="Edm.String" />
102658+
<Property Name="sha256Ac" Type="Edm.String" />
102643102659
<Property Name="signer" Type="Edm.String" />
102644102660
</ComplexType>
102645102661
<ComplexType Name="fileEvidence" BaseType="self.alertEvidence">

0 commit comments

Comments
 (0)