Skip to content

Latest commit

 

History

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

PasswdRequest.md

File metadata and controls

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

PasswdRequest

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
$PasswdRequest = Initialize-GrommunioAdminPasswdRequest  -New null `
 -Old null `
 -User null
  • Convert the resource to JSON
$PasswdRequest | ConvertTo-JSON

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