|
20320 | 20320 | </Action> |
20321 | 20321 | </Schema> |
20322 | 20322 | <Schema Namespace="microsoft.graph.identityGovernance" xmlns="http://docs.oasis-open.org/odata/ns/edm"> |
| 20323 | + <EnumType Name="activationTaskScopeType"> |
| 20324 | + <Member Name="allTasks" Value="0" /> |
| 20325 | + <Member Name="failedTasks" Value="1" /> |
| 20326 | + <Member Name="unknownFutureValue" Value="2" /> |
| 20327 | + </EnumType> |
| 20328 | + <EnumType Name="activationUserScopeType"> |
| 20329 | + <Member Name="allUsers" Value="0" /> |
| 20330 | + <Member Name="failedUsers" Value="1" /> |
| 20331 | + <Member Name="unknownFutureValue" Value="2" /> |
| 20332 | + </EnumType> |
20323 | 20333 | <EnumType Name="customTaskExtensionOperationStatus"> |
20324 | 20334 | <Member Name="completed" Value="0" /> |
20325 | 20335 | <Member Name="failed" Value="1" /> |
@@ -20362,13 +20372,30 @@ |
20362 | 20372 | <Member Name="scheduled" Value="0" /> |
20363 | 20373 | <Member Name="onDemand" Value="1" /> |
20364 | 20374 | <Member Name="unknownFutureValue" Value="2" /> |
| 20375 | + <Member Name="activatedWithScope" Value="3" /> |
20365 | 20376 | </EnumType> |
20366 | 20377 | <EnumType Name="workflowTriggerTimeBasedAttribute"> |
20367 | 20378 | <Member Name="employeeHireDate" Value="0" /> |
20368 | 20379 | <Member Name="employeeLeaveDateTime" Value="1" /> |
20369 | 20380 | <Member Name="unknownFutureValue" Value="2" /> |
20370 | 20381 | <Member Name="createdDateTime" Value="3" /> |
20371 | 20382 | </EnumType> |
| 20383 | + <ComplexType Name="activateGroupScope" BaseType="microsoft.graph.identityGovernance.activationScope"> |
| 20384 | + <NavigationProperty Name="group" Type="graph.group" Nullable="false" /> |
| 20385 | + </ComplexType> |
| 20386 | + <ComplexType Name="activateProcessingResultScope" BaseType="microsoft.graph.identityGovernance.activationScope"> |
| 20387 | + <Property Name="taskScope" Type="microsoft.graph.identityGovernance.activationTaskScopeType" Nullable="false" /> |
| 20388 | + <NavigationProperty Name="processingResults" Type="Collection(microsoft.graph.identityGovernance.userProcessingResult)" /> |
| 20389 | + </ComplexType> |
| 20390 | + <ComplexType Name="activateRunScope" BaseType="microsoft.graph.identityGovernance.activationScope"> |
| 20391 | + <Property Name="taskScope" Type="microsoft.graph.identityGovernance.activationTaskScopeType" Nullable="false" /> |
| 20392 | + <Property Name="userScope" Type="microsoft.graph.identityGovernance.activationUserScopeType" Nullable="false" /> |
| 20393 | + <NavigationProperty Name="run" Type="microsoft.graph.identityGovernance.run" Nullable="false" /> |
| 20394 | + </ComplexType> |
| 20395 | + <ComplexType Name="activateUserScope" BaseType="microsoft.graph.identityGovernance.activationScope"> |
| 20396 | + <NavigationProperty Name="users" Type="Collection(graph.user)" /> |
| 20397 | + </ComplexType> |
| 20398 | + <ComplexType Name="activationScope" Abstract="true" /> |
20372 | 20399 | <ComplexType Name="attributeChangeTrigger" BaseType="microsoft.graph.identityGovernance.workflowExecutionTrigger"> |
20373 | 20400 | <Property Name="triggerAttributes" Type="Collection(microsoft.graph.identityGovernance.triggerAttribute)" Nullable="false" /> |
20374 | 20401 | </ComplexType> |
|
20506 | 20533 | <NavigationProperty Name="workflowTemplates" Type="Collection(microsoft.graph.identityGovernance.workflowTemplate)" ContainsTarget="true" /> |
20507 | 20534 | </EntityType> |
20508 | 20535 | <EntityType Name="run" BaseType="graph.entity"> |
| 20536 | + <Property Name="activatedOnScope" Type="microsoft.graph.identityGovernance.activationScope" /> |
20509 | 20537 | <Property Name="completedDateTime" Type="Edm.DateTimeOffset" /> |
20510 | 20538 | <Property Name="failedTasksCount" Type="Edm.Int32" Nullable="false" /> |
20511 | 20539 | <Property Name="failedUsersCount" Type="Edm.Int32" Nullable="false" /> |
|
20518 | 20546 | <Property Name="totalUnprocessedTasksCount" Type="Edm.Int32" Nullable="false" /> |
20519 | 20547 | <Property Name="totalUsersCount" Type="Edm.Int32" Nullable="false" /> |
20520 | 20548 | <Property Name="workflowExecutionType" Type="microsoft.graph.identityGovernance.workflowExecutionType" Nullable="false" /> |
| 20549 | + <NavigationProperty Name="reprocessedRuns" Type="Collection(microsoft.graph.identityGovernance.run)" /> |
20521 | 20550 | <NavigationProperty Name="taskProcessingResults" Type="Collection(microsoft.graph.identityGovernance.taskProcessingResult)" ContainsTarget="true" /> |
20522 | 20551 | <NavigationProperty Name="userProcessingResults" Type="Collection(microsoft.graph.identityGovernance.userProcessingResult)" ContainsTarget="true" /> |
20523 | 20552 | </EntityType> |
|
20573 | 20602 | <Property Name="totalUnprocessedTasksCount" Type="Edm.Int32" Nullable="false" /> |
20574 | 20603 | <Property Name="workflowExecutionType" Type="microsoft.graph.identityGovernance.workflowExecutionType" Nullable="false" /> |
20575 | 20604 | <Property Name="workflowVersion" Type="Edm.Int32" Nullable="false" /> |
| 20605 | + <NavigationProperty Name="reprocessedRuns" Type="Collection(microsoft.graph.identityGovernance.run)" /> |
20576 | 20606 | <NavigationProperty Name="subject" Type="graph.user" Nullable="false" /> |
20577 | 20607 | <NavigationProperty Name="taskProcessingResults" Type="Collection(microsoft.graph.identityGovernance.taskProcessingResult)" ContainsTarget="true" /> |
20578 | 20608 | </EntityType> |
|
20620 | 20650 | <Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.workflow" /> |
20621 | 20651 | <Parameter Name="subjects" Type="Collection(graph.user)" /> |
20622 | 20652 | </Action> |
| 20653 | + <Action Name="activateWithScope" IsBound="true"> |
| 20654 | + <Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.workflow" /> |
| 20655 | + <Parameter Name="scope" Type="microsoft.graph.identityGovernance.activationScope" /> |
| 20656 | + </Action> |
20623 | 20657 | <Action Name="createNewVersion" EntitySetPath="bindingParameter" IsBound="true"> |
20624 | 20658 | <Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.workflow" /> |
20625 | 20659 | <Parameter Name="workflow" Type="microsoft.graph.identityGovernance.workflow" /> |
|
0 commit comments