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

28 lines
514 B
YAML

type: object
properties:
id:
type: string
description: The task id
example: "abcd-ef12-3456"
certificationId:
type: string
description: The certification id
example: "ef38f94347e94562b5bb8424a56397d8"
type:
type: string
enum:
- REASSIGN
status:
type: string
enum:
- QUEUED
- IN_PROGRESS
- SUCCESS
- ERROR
errors:
type: array
items:
type: string
description: Any errors executing the task (Optional).
example: []