Name | Type | Description | Notes |
---|---|---|---|
ID | Int32 | Unique ID of the object | [optional] [readonly] |
Name | String | [optional] | |
Description | String | [optional] | |
Domains | Domain1[] | List of domains belonging to the organization | [optional] |
- Prepare the resource
$Org = Initialize-GrommunioAdminOrg -ID null `
-Name null `
-Description null `
-Domains null
- Convert the resource to JSON
$Org | ConvertTo-JSON