Skip to content

Commit 18aa3bf

Browse files
committed
Schema sync 2025-06-27 from 1.4.24.0
1 parent 350aaa9 commit 18aa3bf

File tree

4 files changed

+216
-2
lines changed

4 files changed

+216
-2
lines changed

schemas/annotated-beta-Prod.csdl

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,7 @@
11651165
<Member Name="alternateMobilePhone" Value="10" />
11661166
<Member Name="mobilePhoneAndSMS" Value="11" />
11671167
<Member Name="unknownFutureValue" Value="12" />
1168+
<Member Name="externalAuthMethod" Value="13" />
11681169
</EnumType>
11691170
<EnumType Name="authorizationSystemActionSeverity">
11701171
<Member Name="normal" Value="0" />
@@ -1522,6 +1523,10 @@
15221523
<Member Name="callEnded" Value="1" />
15231524
<Member Name="unknownFutureValue" Value="2" />
15241525
<Member Name="rosterUpdated" Value="3" />
1526+
<Member Name="transcriptionStarted" Value="4" />
1527+
<Member Name="transcriptionStopped" Value="5" />
1528+
<Member Name="recordingStarted" Value="6" />
1529+
<Member Name="recordingStopped" Value="7" />
15251530
</EnumType>
15261531
<EnumType Name="callRecordingStatus">
15271532
<Member Name="success" Value="0" />
@@ -3834,6 +3839,20 @@
38343839
<Member Name="ssd" Value="2" />
38353840
<Member Name="unknownFutureValue" Value="3" />
38363841
</EnumType>
3842+
<EnumType Name="dlpAction">
3843+
<Member Name="notifyUser" Value="0" />
3844+
<Member Name="blockAccess" Value="1" />
3845+
<Member Name="deviceRestriction" Value="2" />
3846+
<Member Name="browserRestriction" Value="3" />
3847+
<Member Name="unknownFutureValue" Value="4" />
3848+
<Member Name="restrictAccess" Value="5" />
3849+
<Member Name="generateAlert" Value="6" />
3850+
<Member Name="generateIncidentReportAction" Value="7" />
3851+
<Member Name="sPBlockAnonymousAccess" Value="8" />
3852+
<Member Name="sPRuntimeAccessControl" Value="9" />
3853+
<Member Name="sPSharingNotifyUser" Value="10" />
3854+
<Member Name="sPSharingGenerateIncidentReport" Value="11" />
3855+
</EnumType>
38373856
<EnumType Name="dmaGuardDeviceEnumerationPolicyType">
38383857
<Member Name="deviceDefault" Value="0" />
38393858
<Member Name="blockAll" Value="1" />
@@ -7697,6 +7716,9 @@
76977716
<Member Name="unprotected" Value="3" />
76987717
<Member Name="removeRequested" Value="4" />
76997718
<Member Name="unknownFutureValue" Value="5" />
7719+
<Member Name="offboardRequested" Value="6" />
7720+
<Member Name="offboarded" Value="7" />
7721+
<Member Name="cancelOffboardRequested" Value="8" />
77007722
</EnumType>
77017723
<EnumType Name="protocolType" IsFlags="true">
77027724
<Member Name="none" Value="0" />
@@ -8076,6 +8098,7 @@
80768098
<Member Name="fido" Value="7" />
80778099
<Member Name="appPassword" Value="8" />
80788100
<Member Name="unknownFutureValue" Value="9" />
8101+
<Member Name="externalAuthMethod" Value="10" />
80798102
</EnumType>
80808103
<EnumType Name="registrationStatusType">
80818104
<Member Name="registered" Value="0" />
@@ -9714,6 +9737,7 @@
97149737
<Member Name="fido" Value="8" />
97159738
<Member Name="appPassword" Value="9" />
97169739
<Member Name="unknownFutureValue" Value="10" />
9740+
<Member Name="externalAuthMethod" Value="11" />
97179741
</EnumType>
97189742
<EnumType Name="usageRights" IsFlags="true">
97199743
<Member Name="unknown" Value="1" />
@@ -14143,6 +14167,7 @@
1414314167
<ComplexType Name="deviceMetadata">
1414414168
<Property Name="deviceType" Type="Edm.String" />
1414514169
<Property Name="ipAddress" Type="Edm.String" />
14170+
<Property Name="operatingSystemSpecifications" Type="graph.operatingSystemSpecifications" />
1414614171
</ComplexType>
1414714172
<ComplexType Name="deviceOperatingSystemSummary">
1414814173
<Property Name="androidCorporateWorkProfileCount" Type="Edm.Int32" Nullable="false" />
@@ -14216,7 +14241,9 @@
1421614241
<Property Name="displayName" Type="Edm.String" />
1421714242
<Property Name="languageTag" Type="Edm.String" />
1421814243
</ComplexType>
14219-
<ComplexType Name="dlpActionInfo" />
14244+
<ComplexType Name="dlpActionInfo">
14245+
<Property Name="action" Type="graph.dlpAction" />
14246+
</ComplexType>
1422014247
<ComplexType Name="dlpEvaluatePoliciesRequest">
1422114248
<Property Name="evaluationInput" Type="graph.dlpEvaluationInput" />
1422214249
<Property Name="notificationInfo" Type="graph.dlpNotification" />
@@ -16704,6 +16731,10 @@
1670416731
<ComplexType Name="openShiftItem" BaseType="graph.shiftItem">
1670516732
<Property Name="openSlotCount" Type="Edm.Int32" Nullable="false" />
1670616733
</ComplexType>
16734+
<ComplexType Name="operatingSystemSpecifications">
16735+
<Property Name="operatingSystemPlatform" Type="Edm.String" Nullable="false" />
16736+
<Property Name="operatingSystemVersion" Type="Edm.String" Nullable="false" />
16737+
</ComplexType>
1670716738
<ComplexType Name="operatingSystemVersionRange">
1670816739
<Property Name="description" Type="Edm.String" Nullable="false" />
1670916740
<Property Name="highestVersion" Type="Edm.String" Nullable="false" />
@@ -18003,6 +18034,10 @@
1800318034
<Property Name="inProgress" Type="Edm.Int32" />
1800418035
<Property Name="total" Type="Edm.Int32" />
1800518036
</ComplexType>
18037+
<ComplexType Name="restrictAccessAction" BaseType="graph.restrictAccessActionBase" />
18038+
<ComplexType Name="restrictAccessActionBase" BaseType="graph.dlpActionInfo" Abstract="true">
18039+
<Property Name="restrictionAction" Type="graph.restrictionAction" />
18040+
</ComplexType>
1800618041
<ComplexType Name="resultInfo">
1800718042
<Property Name="code" Type="Edm.Int32" Nullable="false" />
1800818043
<Property Name="message" Type="Edm.String" />
@@ -32127,6 +32162,7 @@
3212732162
<Property Name="error" Type="graph.publicError" />
3212832163
<Property Name="lastModifiedBy" Type="graph.identitySet" />
3212932164
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
32165+
<Property Name="offboardRequestedDateTime" Type="Edm.DateTimeOffset" />
3213032166
<Property Name="policyId" Type="Edm.String" />
3213132167
<Property Name="protectionSources" Type="graph.protectionSource" Nullable="false" />
3213232168
<Property Name="status" Type="graph.protectionUnitStatus" />
@@ -38783,6 +38819,10 @@
3878338819
<Parameter Name="bindingParameter" Type="Collection(graph.operationApprovalRequest)" />
3878438820
<Parameter Name="id" Type="Edm.String" Unicode="false" />
3878538821
</Action>
38822+
<Action Name="cancelOffboard" IsBound="true">
38823+
<Parameter Name="bindingParameter" Type="graph.protectionUnitBase" />
38824+
<ReturnType Type="graph.protectionUnitBase" />
38825+
</Action>
3878638826
<Action Name="cancelPrintJob" IsBound="true">
3878738827
<Parameter Name="bindingParameter" Type="graph.printJob" />
3878838828
</Action>
@@ -42859,6 +42899,10 @@
4285942899
<Parameter Name="basis" Type="graph.Json" />
4286042900
<ReturnType Type="graph.workbookFunctionResult" />
4286142901
</Action>
42902+
<Action Name="offboard" IsBound="true">
42903+
<Parameter Name="bindingParameter" Type="graph.protectionUnitBase" />
42904+
<ReturnType Type="graph.protectionUnitBase" />
42905+
</Action>
4286242906
<Action Name="onenotePatchContent" IsBound="true">
4286342907
<Parameter Name="bindingParameter" Type="graph.onenotePage" />
4286442908
<Parameter Name="commands" Type="Collection(graph.onenotePatchContentCommand)" />
@@ -43636,6 +43680,21 @@
4363643680
<Action Name="retire" IsBound="true">
4363743681
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
4363843682
</Action>
43683+
<Action Name="retrieval" IsBound="true">
43684+
<Parameter Name="bindingParameter" Type="graph.copilotRoot" />
43685+
<Parameter Name="queryString" Type="Edm.String" Nullable="false" Unicode="false" />
43686+
<Parameter Name="dataSource" Type="graph.retrievalDataSource" />
43687+
<Parameter Name="filterExpression" Type="Edm.String" Unicode="false">
43688+
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
43689+
</Parameter>
43690+
<Parameter Name="resourceMetadata" Type="Collection(Edm.String)" Unicode="false">
43691+
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
43692+
</Parameter>
43693+
<Parameter Name="maximumNumberOfResults" Type="Edm.Int32">
43694+
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
43695+
</Parameter>
43696+
<ReturnType Type="graph.retrievalResponse" Nullable="false" />
43697+
</Action>
4363943698
<Action Name="retrieveAndroidWorkProfileDeviceMigrationStatuses" IsBound="true">
4364043699
<Parameter Name="bindingParameter" Type="graph.deviceManagementReports" />
4364143700
<Parameter Name="name" Type="Edm.String" Unicode="false" />
@@ -49142,6 +49201,7 @@
4914249201
<Member Name="compliantDeviceSignInFailure" Value="3" />
4914349202
<Member Name="unknownFutureValue" Value="4" />
4914449203
<Member Name="conditionalAccessBlockedSignIn" Value="5" />
49204+
<Member Name="samlSignInFailure" Value="6" />
4914549205
</EnumType>
4914649206
<EnumType Name="category">
4914749207
<Member Name="unknown" Value="0" />
@@ -49160,6 +49220,7 @@
4916049220
<Member Name="devices" Value="2" />
4916149221
<Member Name="unknownFutureValue" Value="3" />
4916249222
<Member Name="conditionalAccess" Value="4" />
49223+
<Member Name="saml" Value="5" />
4916349224
</EnumType>
4916449225
<ComplexType Name="applicationImpactSummary" BaseType="microsoft.graph.healthMonitoring.directoryObjectImpactSummary" />
4916549226
<ComplexType Name="deviceImpactSummary" BaseType="microsoft.graph.healthMonitoring.directoryObjectImpactSummary" />
@@ -85367,6 +85428,20 @@
8536785428
<Annotations Target="microsoft.graph.retireScheduledManagedDevice/roleScopeTagIds">
8536885429
<Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." />
8536985430
</Annotations>
85431+
<Annotations Target="microsoft.graph.retrieval(microsoft.graph.copilotRoot, Edm.String, microsoft.graph.retrievalDataSource, Edm.String, Collection(Edm.String), Edm.Int32)">
85432+
<Annotation Term="Org.OData.Core.V1.Revisions">
85433+
<Collection>
85434+
<Record>
85435+
<PropertyValue Property="Date" Date="2024-02-23" />
85436+
<PropertyValue Property="Kind">
85437+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
85438+
</PropertyValue>
85439+
<PropertyValue Property="RemovalDate" Date="2025-12-31" />
85440+
<PropertyValue Property="Version" String="2024-12/PrivatePreview:retrievalAPI" />
85441+
</Record>
85442+
</Collection>
85443+
</Annotation>
85444+
</Annotations>
8537085445
<Annotations Target="microsoft.graph.retrieveManagedDevicesWithAppInstallationIssues(microsoft.graph.user)">
8537185446
<Annotation Term="Org.OData.Core.V1.Description" String="Retrieves the list of devices with failed or pending apps" />
8537285447
</Annotations>

schemas/annotated-v1.0-Prod.csdl

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,12 @@
733733
<Member Name="incoming" Value="0" />
734734
<Member Name="outgoing" Value="1" />
735735
</EnumType>
736+
<EnumType Name="callEventType">
737+
<Member Name="callStarted" Value="0" />
738+
<Member Name="callEnded" Value="1" />
739+
<Member Name="unknownFutureValue" Value="2" />
740+
<Member Name="rosterUpdated" Value="3" />
741+
</EnumType>
736742
<EnumType Name="callRecordingStatus">
737743
<Member Name="success" Value="0" />
738744
<Member Name="failure" Value="1" />
@@ -7214,6 +7220,13 @@
72147220
<Property Name="senderDomain" Type="Edm.String" Nullable="false" />
72157221
<Property Name="useCompanyBranding" Type="Edm.Boolean" Nullable="false" />
72167222
</ComplexType>
7223+
<ComplexType Name="emergencyCallerInfo">
7224+
<Property Name="displayName" Type="Edm.String" />
7225+
<Property Name="location" Type="graph.location" />
7226+
<Property Name="phoneNumber" Type="Edm.String" />
7227+
<Property Name="tenantId" Type="Edm.String" />
7228+
<Property Name="upn" Type="Edm.String" />
7229+
</ComplexType>
72177230
<ComplexType Name="employeeOrgData">
72187231
<Property Name="costCenter" Type="Edm.String" />
72197232
<Property Name="division" Type="Edm.String" />
@@ -11570,6 +11583,11 @@
1157011583
<NavigationProperty Name="operations" Type="Collection(graph.commsOperation)" ContainsTarget="true" />
1157111584
<NavigationProperty Name="participants" Type="Collection(graph.participant)" ContainsTarget="true" />
1157211585
</EntityType>
11586+
<EntityType Name="callEvent" BaseType="graph.entity">
11587+
<Property Name="callEventType" Type="graph.callEventType" Nullable="false" />
11588+
<Property Name="eventDateTime" Type="Edm.DateTimeOffset" />
11589+
<NavigationProperty Name="participants" Type="Collection(graph.participant)" />
11590+
</EntityType>
1157311591
<EntityType Name="callRecording" BaseType="graph.entity">
1157411592
<Property Name="callId" Type="Edm.String" />
1157511593
<Property Name="content" Type="Edm.Stream" />
@@ -13095,6 +13113,11 @@
1309513113
<Property Name="destinationRoutingReason" Type="graph.mailDestinationRoutingReason" />
1309613114
<Property Name="recipientEmail" Type="Edm.String" Nullable="false" />
1309713115
</EntityType>
13116+
<EntityType Name="emergencyCallEvent" BaseType="graph.callEvent">
13117+
<Property Name="callerInfo" Type="graph.emergencyCallerInfo" />
13118+
<Property Name="emergencyNumberDialed" Type="Edm.String" />
13119+
<Property Name="policyName" Type="Edm.String" />
13120+
</EntityType>
1309813121
<EntityType Name="employeeExperience">
1309913122
<NavigationProperty Name="communities" Type="Collection(graph.community)" ContainsTarget="true" />
1310013123
<NavigationProperty Name="engagementAsyncOperations" Type="Collection(graph.engagementAsyncOperation)" ContainsTarget="true" />
@@ -42473,6 +42496,7 @@
4247342496
</EntityType>
4247442497
<EntityType Name="billingReconciliation" BaseType="graph.entity">
4247542498
<NavigationProperty Name="billed" Type="microsoft.graph.partners.billing.billedReconciliation" ContainsTarget="true" Nullable="false" />
42499+
<NavigationProperty Name="unbilled" Type="microsoft.graph.partners.billing.unbilledReconciliation" ContainsTarget="true" Nullable="false" />
4247642500
</EntityType>
4247742501
<EntityType Name="exportSuccessOperation" BaseType="microsoft.graph.partners.billing.operation">
4247842502
<NavigationProperty Name="resourceLocation" Type="microsoft.graph.partners.billing.manifest" Nullable="false" />
@@ -42498,6 +42522,7 @@
4249842522
<Property Name="status" Type="graph.longRunningOperationStatus" />
4249942523
</EntityType>
4250042524
<EntityType Name="runningOperation" BaseType="microsoft.graph.partners.billing.operation" />
42525+
<EntityType Name="unbilledReconciliation" BaseType="graph.entity" />
4250142526
<EntityType Name="unbilledUsage" BaseType="graph.entity" />
4250242527
<Action Name="export" IsBound="true">
4250342528
<Parameter Name="this" Type="microsoft.graph.partners.billing.billedReconciliation" />
@@ -42513,6 +42538,13 @@
4251342538
<Parameter Name="attributeSet" Type="microsoft.graph.partners.billing.attributeSet" />
4251442539
<ReturnType Type="microsoft.graph.partners.billing.operation" />
4251542540
</Action>
42541+
<Action Name="export" IsBound="true">
42542+
<Parameter Name="this" Type="microsoft.graph.partners.billing.unbilledReconciliation" />
42543+
<Parameter Name="currencyCode" Type="Edm.String" Unicode="false" />
42544+
<Parameter Name="billingPeriod" Type="microsoft.graph.partners.billing.billingPeriod" />
42545+
<Parameter Name="attributeSet" Type="microsoft.graph.partners.billing.attributeSet" />
42546+
<ReturnType Type="microsoft.graph.partners.billing.operation" />
42547+
</Action>
4251642548
<Action Name="export" IsBound="true">
4251742549
<Parameter Name="this" Type="microsoft.graph.partners.billing.unbilledUsage" />
4251842550
<Parameter Name="currencyCode" Type="Edm.String" Unicode="false" />

0 commit comments

Comments
 (0)