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