Skip to content

Latest commit

 

History

History
executable file
·
23 lines (17 loc) · 768 Bytes

DomainsFoldersOwnersRequest.md

File metadata and controls

executable file
·
23 lines (17 loc) · 768 Bytes

DomainsFoldersOwnersRequest

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]

Examples

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

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