Name | Type | Description | Notes |
---|---|---|---|
ID | Int32 | Unique ID of the object | [optional] [readonly] |
Name | String | [optional] | |
Description | String | [optional] | |
Permissions | AdminPermission[] | List of permissions associated with the role | [optional] |
Users | User1[] | List of users associated with the role | [optional] |
- Prepare the resource
$AdminRole = Initialize-GrommunioAdminAdminRole -ID null `
-Name null `
-Description null `
-Permissions null `
-Users null
- Convert the resource to JSON
$AdminRole | ConvertTo-JSON