mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
14 lines
294 B
YAML
14 lines
294 B
YAML
type: object
|
|
properties:
|
|
requestId:
|
|
type: string
|
|
nullable: true
|
|
description: The password change request ID
|
|
example: 089899f13a8f4da7824996191587bab9
|
|
state:
|
|
type: string
|
|
enum:
|
|
- IN_PROGRESS
|
|
- FINISHED
|
|
- FAILED
|
|
description: Password change state |