Skip to content

Latest commit

 

History

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

SetMemberRequest.md

File metadata and controls

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

SetMemberRequest

Properties

Name Type Description Notes
Permissions Int32 Bit mask of permissions to set for the user (defaults to folder owner)

Examples

  • Prepare the resource
$SetMemberRequest = Initialize-GrommunioAdminSetMemberRequest  -Permissions null
  • Convert the resource to JSON
$SetMemberRequest | ConvertTo-JSON

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