Name | Type | Description | Notes |
---|---|---|---|
NewPassword | PasswordCredential | [optional] | |
OldPassword | PasswordCredential | [optional] | |
RevokeSessions | Boolean | [optional] |
- Prepare the resource
$ChangePasswordRequest = Initialize-Okta.PowerShellChangePasswordRequest -NewPassword null `
-OldPassword null `
-RevokeSessions null
- Convert the resource to JSON
$ChangePasswordRequest | ConvertTo-JSON