mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Automated commit by github action: 4535258726
This commit is contained in:
@@ -2,20 +2,28 @@ type: object
|
||||
properties:
|
||||
oldApproverName:
|
||||
type: string
|
||||
description: Display name of approver that forwarded the approval.
|
||||
example: frank.mir
|
||||
description: Display name of approver from whom the approval was forwarded.
|
||||
example: Frank Mir
|
||||
newApproverName:
|
||||
type: string
|
||||
description: Display name of approver to whom the approval was forwarded.
|
||||
example: al.volta
|
||||
example: Al Volta
|
||||
comment:
|
||||
type: string
|
||||
description: Comment made by old approver when forwarding.
|
||||
example: Fusce id orci vel consectetur amet ipsum quam.
|
||||
nullable: true
|
||||
description: Comment made while forwarding.
|
||||
example: Forwarding from Frank to Al
|
||||
modified:
|
||||
type: string
|
||||
format: date-time
|
||||
format: 'date-time'
|
||||
description: Time at which approval was forwarded.
|
||||
example: "2019-08-23T18:52:57.398Z"
|
||||
|
||||
|
||||
example: '2019-08-23T18:52:57.398Z'
|
||||
forwarderName:
|
||||
type: string
|
||||
nullable: true
|
||||
description: Display name of forwarder who forwarded the approval.
|
||||
example: William Wilson
|
||||
reassignmentType:
|
||||
$ref: 'ReassignmentType.yaml'
|
||||
description: Type of approval reassignment.
|
||||
example: AUTOMATIC_REASSIGNMENT
|
||||
|
||||
@@ -19,3 +19,9 @@ properties:
|
||||
example: "2019-08-23T18:52:57.398Z"
|
||||
status:
|
||||
$ref: './ManualWorkItemState.yaml'
|
||||
forwardHistory:
|
||||
type: array
|
||||
items:
|
||||
$ref: './ApprovalForwardHistory.yaml'
|
||||
description: >-
|
||||
The history of approval forward action.
|
||||
8
static/api-specs/idn/v3/schemas/ReassignmentType.yaml
Normal file
8
static/api-specs/idn/v3/schemas/ReassignmentType.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
type: string
|
||||
enum:
|
||||
- MANUAL_REASSIGNMENT
|
||||
- AUTOMATIC_REASSIGNMENT
|
||||
- AUTO_ESCALATION
|
||||
- SELF_REVIEW_DELEGATION
|
||||
description: Type of approval reassignment.
|
||||
example: MANUAL_REASSIGNMENT
|
||||
Reference in New Issue
Block a user