Name | Type | Description | Notes |
---|---|---|---|
ID | Int32 | Unique ID of the object | [optional] [readonly] |
Username | String | [optional] | |
Code | Code | [optional] | |
Message | String | Update/import message | [optional] |
- Prepare the resource
$SyncStatus = Initialize-GrommunioAdminSyncStatus -ID null `
-Username null `
-Code null `
-Message null
- Convert the resource to JSON
$SyncStatus | ConvertTo-JSON