Skip to content

Commit a23bead

Browse files
authored
Merge pull request #736 from microsoftgraph/schemas/metadata-publishing-2024-12-13
Schema sync 2024-12-13 from 1.3.526.0
2 parents 596bc73 + 02cc4a5 commit a23bead

11 files changed

+2578
-16
lines changed

schemas/annotated-beta-Prod.csdl

Lines changed: 998 additions & 8 deletions
Large diffs are not rendered by default.

schemas/annotated-v1.0-Prod.csdl

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,6 +1603,13 @@
16031603
<Member Name="none" Value="2" />
16041604
<Member Name="unknownFutureValue" Value="3" />
16051605
</EnumType>
1606+
<EnumType Name="eligibilityFilteringEnabledEntities" IsFlags="true">
1607+
<Member Name="none" Value="0" />
1608+
<Member Name="swapRequest" Value="1" />
1609+
<Member Name="offerShiftRequest" Value="2" />
1610+
<Member Name="unknownFutureValue" Value="4" />
1611+
<Member Name="timeOffReason" Value="8" />
1612+
</EnumType>
16061613
<EnumType Name="eligibilityScheduleFilterByCurrentUserOptions">
16071614
<Member Name="principal" Value="1" />
16081615
<Member Name="unknownFutureValue" Value="2" />
@@ -4390,6 +4397,13 @@
43904397
<Member Name="reactivating" Value="2" />
43914398
<Member Name="unknownFutureValue" Value="3" />
43924399
</EnumType>
4400+
<EnumType Name="siteLockState">
4401+
<Member Name="unlocked" Value="0" />
4402+
<Member Name="lockedReadOnly" Value="1" />
4403+
<Member Name="lockedNoAccess" Value="2" />
4404+
<Member Name="lockedNoAdditions" Value="3" />
4405+
<Member Name="unknownFutureValue" Value="4" />
4406+
</EnumType>
43934407
<EnumType Name="siteSecurityLevel">
43944408
<Member Name="userDefined" Value="0" />
43954409
<Member Name="low" Value="1" />
@@ -5366,6 +5380,9 @@
53665380
<Member Name="openShiftRequest" Value="32" />
53675381
<Member Name="offerShiftRequest" Value="64" />
53685382
<Member Name="unknownFutureValue" Value="1024" />
5383+
<Member Name="timeOffReason" Value="4096" />
5384+
<Member Name="timeOff" Value="8192" />
5385+
<Member Name="timeOffRequest" Value="16384" />
53695386
</EnumType>
53705387
<EnumType Name="x509CertificateAffinityLevel">
53715388
<Member Name="low" Value="0" />
@@ -5377,6 +5394,11 @@
53775394
<Member Name="x509CertificateMultiFactor" Value="1" />
53785395
<Member Name="unknownFutureValue" Value="2" />
53795396
</EnumType>
5397+
<EnumType Name="x509CertificateCRLValidationConfigurationState">
5398+
<Member Name="disabled" Value="0" />
5399+
<Member Name="enabled" Value="1" />
5400+
<Member Name="unknownFutureValue" Value="2" />
5401+
</EnumType>
53805402
<EnumType Name="x509CertificateRuleType">
53815403
<Member Name="issuerSubject" Value="0" />
53825404
<Member Name="policyOID" Value="1" />
@@ -8632,6 +8654,9 @@
86328654
<Property Name="startDate" Type="Edm.Date" />
86338655
<Property Name="type" Type="graph.recurrenceRangeType" />
86348656
</ComplexType>
8657+
<ComplexType Name="recycleBinSettings">
8658+
<Property Name="retentionPeriodOverrideDays" Type="Edm.Int32" />
8659+
</ComplexType>
86358660
<ComplexType Name="redirectUriSettings">
86368661
<Property Name="index" Type="Edm.Int32" />
86378662
<Property Name="uri" Type="Edm.String" />
@@ -10180,6 +10205,10 @@
1018010205
<Property Name="x509CertificateAuthenticationDefaultMode" Type="graph.x509CertificateAuthenticationMode" />
1018110206
<Property Name="x509CertificateDefaultRequiredAffinityLevel" Type="graph.x509CertificateAffinityLevel" />
1018210207
</ComplexType>
10208+
<ComplexType Name="x509CertificateCRLValidationConfiguration">
10209+
<Property Name="exemptedCertificateAuthoritiesSubjectKeyIdentifiers" Type="Collection(Edm.String)" />
10210+
<Property Name="state" Type="graph.x509CertificateCRLValidationConfigurationState" Nullable="false" />
10211+
</ComplexType>
1018310212
<ComplexType Name="x509CertificateRule">
1018410213
<Property Name="identifier" Type="Edm.String" />
1018510214
<Property Name="issuerSubjectIdentifier" Type="Edm.String" />
@@ -13043,18 +13072,21 @@
1304313072
</EntityType>
1304413073
<EntityType Name="fileStorage" BaseType="graph.entity">
1304513074
<NavigationProperty Name="containers" Type="Collection(graph.fileStorageContainer)" ContainsTarget="true" />
13075+
<NavigationProperty Name="deletedContainers" Type="Collection(graph.fileStorageContainer)" ContainsTarget="true" />
1304613076
</EntityType>
1304713077
<EntityType Name="fileStorageContainer" BaseType="graph.entity">
1304813078
<Property Name="containerTypeId" Type="Edm.Guid" Nullable="false" />
1304913079
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
1305013080
<Property Name="customProperties" Type="graph.fileStorageContainerCustomPropertyDictionary" />
1305113081
<Property Name="description" Type="Edm.String" />
1305213082
<Property Name="displayName" Type="Edm.String" Nullable="false" />
13083+
<Property Name="lockState" Type="graph.siteLockState" />
1305313084
<Property Name="settings" Type="graph.fileStorageContainerSettings" Nullable="false" />
1305413085
<Property Name="status" Type="graph.fileStorageContainerStatus" />
1305513086
<Property Name="viewpoint" Type="graph.fileStorageContainerViewpoint" />
1305613087
<NavigationProperty Name="drive" Type="graph.drive" ContainsTarget="true" />
1305713088
<NavigationProperty Name="permissions" Type="Collection(graph.permission)" ContainsTarget="true" />
13089+
<NavigationProperty Name="recycleBin" Type="graph.recycleBin" ContainsTarget="true" />
1305813090
</EntityType>
1305913091
<EntityType Name="filterOperatorSchema" BaseType="graph.entity">
1306013092
<Property Name="arity" Type="graph.scopeOperatorType" Nullable="false" />
@@ -13272,6 +13304,7 @@
1327213304
<Property Name="federatedIdpMfaBehavior" Type="graph.federatedIdpMfaBehavior" />
1327313305
<Property Name="isSignedAuthenticationRequestRequired" Type="Edm.Boolean" />
1327413306
<Property Name="nextSigningCertificate" Type="Edm.String" />
13307+
<Property Name="passwordResetUri" Type="Edm.String" />
1327513308
<Property Name="promptLoginBehavior" Type="graph.promptLoginBehavior" />
1327613309
<Property Name="signingCertificateUpdateStatus" Type="graph.signingCertificateUpdateStatus" />
1327713310
<Property Name="signOutUri" Type="Edm.String" />
@@ -14449,6 +14482,7 @@
1444914482
</EntityType>
1445014483
<EntityType Name="openShift" BaseType="graph.changeTrackedEntity">
1445114484
<Property Name="draftOpenShift" Type="graph.openShiftItem" />
14485+
<Property Name="isStagedForDeletion" Type="Edm.Boolean" />
1445214486
<Property Name="schedulingGroupId" Type="Edm.String" />
1445314487
<Property Name="sharedOpenShift" Type="graph.openShiftItem" />
1445414488
</EntityType>
@@ -15077,6 +15111,15 @@
1507715111
<Property Name="recordingAccessToken" Type="Edm.String" />
1507815112
<Property Name="recordingLocation" Type="Edm.String" />
1507915113
</EntityType>
15114+
<EntityType Name="recycleBin" BaseType="graph.baseItem" OpenType="true">
15115+
<Property Name="settings" Type="graph.recycleBinSettings" />
15116+
<NavigationProperty Name="items" Type="Collection(graph.recycleBinItem)" ContainsTarget="true" />
15117+
</EntityType>
15118+
<EntityType Name="recycleBinItem" BaseType="graph.baseItem" OpenType="true">
15119+
<Property Name="deletedDateTime" Type="Edm.DateTimeOffset" />
15120+
<Property Name="deletedFromLocation" Type="Edm.String" />
15121+
<Property Name="size" Type="Edm.Int64" />
15122+
</EntityType>
1508015123
<EntityType Name="referenceAttachment" BaseType="graph.attachment" />
1508115124
<EntityType Name="relyingPartyDetailedSummary" BaseType="graph.entity">
1508215125
<Property Name="failedSignInCount" Type="Edm.Int64" Nullable="false" />
@@ -15612,6 +15655,7 @@
1561215655
</EntityType>
1561315656
<EntityType Name="shift" BaseType="graph.changeTrackedEntity">
1561415657
<Property Name="draftShift" Type="graph.shiftItem" />
15658+
<Property Name="isStagedForDeletion" Type="Edm.Boolean" />
1561515659
<Property Name="schedulingGroupId" Type="Edm.String" />
1561615660
<Property Name="sharedShift" Type="graph.shiftItem" />
1561715661
<Property Name="userId" Type="Edm.String" />
@@ -16108,6 +16152,7 @@
1610816152
</EntityType>
1610916153
<EntityType Name="timeOff" BaseType="graph.changeTrackedEntity">
1611016154
<Property Name="draftTimeOff" Type="graph.timeOffItem" />
16155+
<Property Name="isStagedForDeletion" Type="Edm.Boolean" />
1611116156
<Property Name="sharedTimeOff" Type="graph.timeOffItem" />
1611216157
<Property Name="userId" Type="Edm.String" />
1611316158
</EntityType>
@@ -17910,6 +17955,7 @@
1791017955
<EntityType Name="workforceIntegration" BaseType="graph.changeTrackedEntity">
1791117956
<Property Name="apiVersion" Type="Edm.Int32" />
1791217957
<Property Name="displayName" Type="Edm.String" />
17958+
<Property Name="eligibilityFilteringEnabledEntities" Type="graph.eligibilityFilteringEnabledEntities" />
1791317959
<Property Name="encryption" Type="graph.workforceIntegrationEncryption" />
1791417960
<Property Name="isActive" Type="Edm.Boolean" />
1791517961
<Property Name="supportedEntities" Type="graph.workforceIntegrationSupportedEntities" />
@@ -17919,6 +17965,7 @@
1791917965
<EntityType Name="x509CertificateAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
1792017966
<Property Name="authenticationModeConfiguration" Type="graph.x509CertificateAuthenticationModeConfiguration" />
1792117967
<Property Name="certificateUserBindings" Type="Collection(graph.x509CertificateUserBinding)" />
17968+
<Property Name="crlValidationConfiguration" Type="graph.x509CertificateCRLValidationConfiguration" Nullable="false" />
1792217969
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />
1792317970
</EntityType>
1792417971
<EntityType Name="x509CertificateCombinationConfiguration" BaseType="graph.authenticationCombinationConfiguration">
@@ -19218,6 +19265,9 @@
1921819265
<Parameter Name="basis" Type="graph.Json" />
1921919266
<ReturnType Type="graph.workbookFunctionResult" />
1922019267
</Action>
19268+
<Action Name="discardCheckout" IsBound="true">
19269+
<Parameter Name="bindingParameter" Type="graph.driveItem" />
19270+
</Action>
1922119271
<Action Name="disconnect" IsBound="true">
1922219272
<Parameter Name="bindingParameter" Type="graph.remoteAssistancePartner" />
1922319273
</Action>
@@ -20582,6 +20632,12 @@
2058220632
<Action Name="locateDevice" IsBound="true">
2058320633
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
2058420634
</Action>
20635+
<Action Name="lock" IsBound="true">
20636+
<Parameter Name="bindingParameter" Type="graph.fileStorageContainer" />
20637+
<Parameter Name="lockState" Type="graph.siteLockState">
20638+
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
20639+
</Parameter>
20640+
</Action>
2058520641
<Action Name="log" IsBound="true">
2058620642
<Parameter Name="bindparameter" Type="graph.workbookFunctions" />
2058720643
<Parameter Name="number" Type="graph.Json" />
@@ -21422,6 +21478,10 @@
2142221478
<Parameter Name="name" Type="Edm.String" Unicode="false" />
2142321479
<ReturnType Type="graph.driveItem" />
2142421480
</Action>
21481+
<Action Name="restore" IsBound="true">
21482+
<Parameter Name="bindingParameter" Type="graph.fileStorageContainer" />
21483+
<ReturnType Type="graph.fileStorageContainer" />
21484+
</Action>
2142521485
<Action Name="restoreFactoryDefaults" IsBound="true">
2142621486
<Parameter Name="bindingParameter" Type="graph.printer" />
2142721487
</Action>
@@ -21774,6 +21834,9 @@
2177421834
<Parameter Name="number" Type="graph.Json" />
2177521835
<ReturnType Type="graph.workbookFunctionResult" />
2177621836
</Action>
21837+
<Action Name="stageForDeletion" IsBound="true">
21838+
<Parameter Name="bindingParameter" Type="graph.changeTrackedEntity" />
21839+
</Action>
2177721840
<Action Name="standardize" IsBound="true">
2177821841
<Parameter Name="bindparameter" Type="graph.workbookFunctions" />
2177921842
<Parameter Name="x" Type="graph.Json" />
@@ -22103,6 +22166,9 @@
2210322166
<Parameter Name="text" Type="graph.Json" />
2210422167
<ReturnType Type="graph.workbookFunctionResult" />
2210522168
</Action>
22169+
<Action Name="unlock" IsBound="true">
22170+
<Parameter Name="bindingParameter" Type="graph.fileStorageContainer" />
22171+
</Action>
2210622172
<Action Name="unmerge" IsBound="true">
2210722173
<Parameter Name="bindparameter" Type="graph.workbookRange" />
2210822174
</Action>

0 commit comments

Comments
 (0)