Name | Type | Description | Notes |
---|---|---|---|
ID | String | LDAP object ID of the person | [optional] |
Name | String | Display name of the person | [optional] |
String | E-mail address of the person | [optional] | |
Type | String | Type of the entry (either 'user' or 'contact') | [optional] |
VarError | String | Why the entry cannot be imported (showAll=true only) | [optional] |
- Prepare the resource
$Data6 = Initialize-GrommunioAdminData6 -ID null `
-Name null `
-Email null `
-Type null `
-VarError null
- Convert the resource to JSON
$Data6 | ConvertTo-JSON