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] |
- Prepare the resource
$PostRoleRequest = Initialize-GrommunioAdminPostRoleRequest -Name null `
-Description null `
-Permissions null `
-Users null
- Convert the resource to JSON
$PostRoleRequest | ConvertTo-JSON