mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
17 lines
234 B
YAML
17 lines
234 B
YAML
type: string
|
|
description: Job State
|
|
example: 'INPROGRESS'
|
|
enum:
|
|
- PENDING
|
|
- INPROGRESS
|
|
- FINISHED
|
|
- GENERAL_ERROR
|
|
- INVALID_JOB_TYPE
|
|
- ABORTED
|
|
- ACKNOWLEDGED_FAILURE
|
|
- READY
|
|
- POLL
|
|
- EXPIRED
|
|
- PAUSED
|
|
- SKIPPED
|