|
3836 | 3836 | <Member Name="completed" Value="2" /> |
3837 | 3837 | <Member Name="completedWithErrors" Value="3" /> |
3838 | 3838 | <Member Name="unknownFutureValue" Value="4" /> |
| 3839 | + <Member Name="updateRequested" Value="5" /> |
| 3840 | + <Member Name="deleteRequested" Value="6" /> |
3839 | 3841 | </EnumType> |
3840 | 3842 | <EnumType Name="protectionScopeState"> |
3841 | 3843 | <Member Name="notModified" Value="0" /> |
3842 | 3844 | <Member Name="modified" Value="1" /> |
3843 | 3845 | <Member Name="unknownFutureValue" Value="2" /> |
3844 | 3846 | </EnumType> |
| 3847 | + <EnumType Name="protectionSource" IsFlags="true"> |
| 3848 | + <Member Name="none" Value="0" /> |
| 3849 | + <Member Name="manual" Value="1" /> |
| 3850 | + <Member Name="dynamicRule" Value="2" /> |
| 3851 | + <Member Name="unknownFutureValue" Value="4" /> |
| 3852 | + </EnumType> |
3845 | 3853 | <EnumType Name="protectionUnitsBulkJobStatus"> |
3846 | 3854 | <Member Name="unknown" Value="0" /> |
3847 | 3855 | <Member Name="active" Value="1" /> |
|
3856 | 3864 | <Member Name="unprotected" Value="3" /> |
3857 | 3865 | <Member Name="removeRequested" Value="4" /> |
3858 | 3866 | <Member Name="unknownFutureValue" Value="5" /> |
| 3867 | + <Member Name="offboardRequested" Value="6" /> |
| 3868 | + <Member Name="offboarded" Value="7" /> |
| 3869 | + <Member Name="cancelOffboardRequested" Value="8" /> |
3859 | 3870 | </EnumType> |
3860 | 3871 | <EnumType Name="provisioningAction"> |
3861 | 3872 | <Member Name="other" Value="0" /> |
|
5825 | 5836 | <Property Name="removeAccessWhenTargetLeavesAllowedTargets" Type="Edm.Boolean" /> |
5826 | 5837 | <Property Name="requestAccessForAllowedTargets" Type="Edm.Boolean" /> |
5827 | 5838 | </ComplexType> |
| 5839 | + <ComplexType Name="accessPackageDynamicApprovalStage" BaseType="graph.accessPackageApprovalStage" /> |
5828 | 5840 | <ComplexType Name="accessPackageLocalizedText"> |
5829 | 5841 | <Property Name="languageCode" Type="Edm.String" Nullable="false" /> |
5830 | 5842 | <Property Name="text" Type="Edm.String" /> |
5831 | 5843 | </ComplexType> |
5832 | 5844 | <ComplexType Name="accessPackageNotificationSettings"> |
5833 | 5845 | <Property Name="isAssignmentNotificationDisabled" Type="Edm.Boolean" Nullable="false" /> |
5834 | 5846 | </ComplexType> |
| 5847 | + <ComplexType Name="accessPackageRequestApprovalStageCallbackConfiguration" BaseType="graph.customExtensionCallbackConfiguration" /> |
5835 | 5848 | <ComplexType Name="accessPackageResourceAttribute"> |
5836 | 5849 | <Property Name="destination" Type="graph.accessPackageResourceAttributeDestination" /> |
5837 | 5850 | <Property Name="isEditable" Type="Edm.Boolean" /> |
|
6156 | 6169 | <ComplexType Name="assignmentOrder"> |
6157 | 6170 | <Property Name="order" Type="Collection(Edm.String)" /> |
6158 | 6171 | </ComplexType> |
| 6172 | + <ComplexType Name="assignmentRequestApprovalStageCallbackData" BaseType="graph.accessPackageAssignmentRequestCallbackData"> |
| 6173 | + <Property Name="approvalStage" Type="graph.accessPackageApprovalStage" /> |
| 6174 | + </ComplexType> |
6159 | 6175 | <ComplexType Name="attachmentInfo"> |
6160 | 6176 | <Property Name="attachmentType" Type="graph.attachmentType" /> |
6161 | 6177 | <Property Name="contentType" Type="Edm.String" /> |
|
17296 | 17312 | <Property Name="error" Type="graph.publicError" /> |
17297 | 17313 | <Property Name="lastModifiedBy" Type="graph.identitySet" /> |
17298 | 17314 | <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
| 17315 | + <Property Name="offboardRequestedDateTime" Type="Edm.DateTimeOffset" /> |
17299 | 17316 | <Property Name="policyId" Type="Edm.String" /> |
| 17317 | + <Property Name="protectionSources" Type="graph.protectionSource" Nullable="false" /> |
17300 | 17318 | <Property Name="status" Type="graph.protectionUnitStatus" /> |
17301 | 17319 | </EntityType> |
17302 | 17320 | <EntityType Name="protectionUnitsBulkJobBase" BaseType="graph.entity" Abstract="true"> |
|
21493 | 21511 | <Parameter Name="clientContext" Type="Edm.String" Unicode="false" /> |
21494 | 21512 | <ReturnType Type="graph.cancelMediaProcessingOperation" /> |
21495 | 21513 | </Action> |
| 21514 | + <Action Name="cancelOffboard" IsBound="true"> |
| 21515 | + <Parameter Name="bindingParameter" Type="graph.protectionUnitBase" /> |
| 21516 | + <ReturnType Type="graph.protectionUnitBase" /> |
| 21517 | + <Annotation Term="Org.OData.Core.V1.RequiresExplicitBinding" xmlns:edm="http://docs.oasis-open.org/odata/ns/edm" /> |
| 21518 | + </Action> |
21496 | 21519 | <Action Name="ceiling_Math" IsBound="true"> |
21497 | 21520 | <Parameter Name="bindparameter" Type="graph.workbookFunctions" /> |
21498 | 21521 | <Parameter Name="number" Type="Edm.Untyped" /> |
|
22172 | 22195 | <Parameter Name="bindparameter" Type="graph.workbookRange" /> |
22173 | 22196 | <Parameter Name="shift" Type="Edm.String" Nullable="false" Unicode="false" /> |
22174 | 22197 | </Action> |
| 22198 | + <Action Name="deleteAndUnprotect" IsBound="true"> |
| 22199 | + <Parameter Name="bindingParameter" Type="graph.protectionRuleBase" /> |
| 22200 | + <ReturnType Type="graph.protectionRuleBase" /> |
| 22201 | + </Action> |
22175 | 22202 | <Action Name="deleteUserFromSharedAppleDevice" IsBound="true"> |
22176 | 22203 | <Parameter Name="bindingParameter" Type="graph.managedDevice" /> |
22177 | 22204 | <Parameter Name="userPrincipalName" Type="Edm.String" Unicode="false" /> |
|
23953 | 23980 | <Parameter Name="basis" Type="Edm.Untyped" /> |
23954 | 23981 | <ReturnType Type="graph.workbookFunctionResult" /> |
23955 | 23982 | </Action> |
| 23983 | + <Action Name="offboard" IsBound="true"> |
| 23984 | + <Parameter Name="bindingParameter" Type="graph.protectionUnitBase" /> |
| 23985 | + <ReturnType Type="graph.protectionUnitBase" /> |
| 23986 | + <Annotation Term="Org.OData.Core.V1.RequiresExplicitBinding" xmlns:edm="http://docs.oasis-open.org/odata/ns/edm" /> |
| 23987 | + </Action> |
23956 | 23988 | <Action Name="onenotePatchContent" IsBound="true"> |
23957 | 23989 | <Parameter Name="bindingParameter" Type="graph.onenotePage" /> |
23958 | 23990 | <Parameter Name="commands" Type="Collection(graph.onenotePatchContentCommand)" /> |
|
30322 | 30354 | </Collection> |
30323 | 30355 | </Annotation> |
30324 | 30356 | </Annotations> |
| 30357 | + <Annotations Target="microsoft.graph.backupRestoreRoot/protectionUnits"> |
| 30358 | + <Annotation Term="Org.OData.Core.V1.ExplicitOperationBindings"> |
| 30359 | + <Collection> |
| 30360 | + <String>microsoft.graph.cancelOffboard</String> |
| 30361 | + <String>microsoft.graph.offboard</String> |
| 30362 | + </Collection> |
| 30363 | + </Annotation> |
| 30364 | + </Annotations> |
30325 | 30365 | <Annotations Target="microsoft.graph.beginOnboarding(microsoft.graph.remoteAssistancePartner)"> |
30326 | 30366 | <Annotation Term="Org.OData.Core.V1.Description" String="A request to start onboarding. Must be coupled with the appropriate TeamViewer account information" /> |
30327 | 30367 | </Annotations> |
|
0 commit comments