Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 606 Bytes

ForgotPasswordResponse.md

File metadata and controls

21 lines (15 loc) · 606 Bytes

ForgotPasswordResponse

Properties

Name Type Description Notes
ResetPasswordUrl String [optional] [readonly]

Examples

  • Prepare the resource
$ForgotPasswordResponse = Initialize-Okta.PowerShellForgotPasswordResponse  -ResetPasswordUrl null
  • Convert the resource to JSON
$ForgotPasswordResponse | ConvertTo-JSON

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