id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2025-password-status |
PasswordStatus |
PasswordStatus |
PasswordStatus |
pythonsdk |
| python |
| Python |
| sdk |
| PasswordStatus |
| V2025PasswordStatus |
|
/tools/sdk/python/v2025/models/password-status |
| SDK |
| Software Development Kit |
| PasswordStatus |
| V2025PasswordStatus |
|
PasswordStatus
Properties
| Name |
Type |
Description |
Notes |
| request_id |
str |
The password change request ID |
[optional] |
| state |
Enum [ 'IN_PROGRESS', 'FINISHED', 'FAILED' ] |
Password change state |
[optional] |
| errors |
[]str |
The errors during the password change request |
[optional] |
| source_ids |
[]str |
List of source IDs in the password change request |
[optional] |
| } |
|
|
|
Example
[Back to top]