mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.1 KiB
1.1 KiB
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-change-response | PasswordChangeResponse | PasswordChangeResponse | PasswordChangeResponse | powershellsdk |
|
/tools/sdk/powershell/v3/models/password-change-response |
|
PasswordChangeResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RequestId | Pointer to String | The password change request ID | [optional] |
| State | Pointer to Enum [ "IN_PROGRESS", "FINISHED", "FAILED" ] | Password change state | [optional] |
Examples
- Prepare the resource
$PasswordChangeResponse = Initialize-PSSailpoint.V3PasswordChangeResponse -RequestId 089899f13a8f4da7824996191587bab9 `
-State IN_PROGRESS
- Convert the resource to JSON
$PasswordChangeResponse | ConvertTo-JSON