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-PasswordChangeResponse  -RequestId 089899f13a8f4da7824996191587bab9 `
 -State IN_PROGRESS
- Convert the resource to JSON
$PasswordChangeResponse | ConvertTo-JSON