Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 796 Bytes

ChangePasswordRequest.md

File metadata and controls

25 lines (19 loc) · 796 Bytes

ChangePasswordRequest

Properties

Name Type Description Notes
NewPassword PasswordCredential [optional]
OldPassword PasswordCredential [optional]
RevokeSessions Boolean [optional]

Examples

  • Prepare the resource
$ChangePasswordRequest = Initialize-Okta.PowerShellChangePasswordRequest  -NewPassword null `
 -OldPassword null `
 -RevokeSessions null
  • Convert the resource to JSON
$ChangePasswordRequest | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]