Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 740 Bytes

File metadata and controls

23 lines (17 loc) · 740 Bytes

PostOwnerRequest

Properties

Name Type Description Notes
Username String Username (e-mail address) to add to member list
Permissions Int32 Bit mask of permissions to grant the user (defaults to folder owner) [optional] [default to 256]

Examples

  • Prepare the resource
$PostOwnerRequest = Initialize-GrommunioAdminPostOwnerRequest  -Username null `
 -Permissions null
  • Convert the resource to JSON
$PostOwnerRequest | ConvertTo-JSON

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