Skip to content

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 718 Bytes

PutPasswdRequest.md

File metadata and controls

executable file
·
25 lines (19 loc) · 718 Bytes

PutPasswdRequest

Properties

Name Type Description Notes
New String The new password
Old String The old password
User String Set password for a specific user (use inline authentication) [optional]

Examples

  • Prepare the resource
$PutPasswdRequest = Initialize-GrommunioAdminPutPasswdRequest  -New null `
 -Old null `
 -User null
  • Convert the resource to JSON
$PutPasswdRequest | ConvertTo-JSON

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