Skip to content

Latest commit

 

History

History
executable file
·
27 lines (21 loc) · 808 Bytes

PostRoleRequest.md

File metadata and controls

executable file
·
27 lines (21 loc) · 808 Bytes

PostRoleRequest

Properties

Name Type Description Notes
Name String [optional]
Description String [optional]
Permissions AdminPermission[] [optional]
Users Int32[] List of user IDs to associate with the role [optional]

Examples

  • Prepare the resource
$PostRoleRequest = Initialize-GrommunioAdminPostRoleRequest  -Name null `
 -Description null `
 -Permissions null `
 -Users null
  • Convert the resource to JSON
$PostRoleRequest | ConvertTo-JSON

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