id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| password-status |
PasswordStatus |
PasswordStatus |
PasswordStatus |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| PasswordStatus |
| PasswordStatus |
|
/tools/sdk/powershell/v3/models/password-status |
| SDK |
| Software Development Kit |
| PasswordStatus |
| PasswordStatus |
|
PasswordStatus
Properties
| Name |
Type |
Description |
Notes |
| RequestId |
String |
The password change request ID |
[optional] |
| State |
Enum [ "IN_PROGRESS", "FINISHED", "FAILED" ] |
Password change state |
[optional] |
| Errors |
[]String |
The errors during the password change request |
[optional] |
| SourceIds |
[]String |
List of source IDs in the password change request |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]