Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/JobState.yaml
2022-09-26 21:59:54 -04:00

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