Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 564 Bytes

SetPasswordRequest.md

File metadata and controls

executable file
·
21 lines (15 loc) · 564 Bytes

SetPasswordRequest

Properties

Name Type Description Notes
New String New password [optional]

Examples

  • Prepare the resource
$SetPasswordRequest = Initialize-GrommunioAdminSetPasswordRequest  -New null
  • Convert the resource to JSON
$SetPasswordRequest | ConvertTo-JSON

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