mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1011 B
1011 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-password-change-response | PasswordChangeResponse | PasswordChangeResponse | PasswordChangeResponse | pythonsdk |
|
/tools/sdk/python/v2024/models/password-change-response |
|
PasswordChangeResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| request_id | str | The password change request ID | [optional] |
| state | Enum [ 'IN_PROGRESS', 'FINISHED', 'FAILED' ] | Password change state | [optional] |
| } |
Example
from sailpoint.v2024.models.password_change_response import PasswordChangeResponse
password_change_response = PasswordChangeResponse(
request_id='089899f13a8f4da7824996191587bab9',
state='IN_PROGRESS'
)