Name | Type | Description | Notes |
---|---|---|---|
Displayname | String | Name of the folder | |
Container | Container | ||
Comment | String | ||
ParentID | String | ID of the parent folder | [optional] [default to "0"] |
- Prepare the resource
$PostFoldersRequest = Initialize-GrommunioAdminPostFoldersRequest -Displayname null `
-Container null `
-Comment null `
-ParentID null
- Convert the resource to JSON
$PostFoldersRequest | ConvertTo-JSON