| Name | Type | Description | Notes |
|---|---|---|---|
| Password | String | Password of the user requesting the wipe | [optional] |
| Status | Int32 | New device wipe status | [optional] |
- Prepare the resource
$PostDeviceWipeRequest = Initialize-GrommunioAdminPostDeviceWipeRequest -Password null `
-Status null- Convert the resource to JSON
$PostDeviceWipeRequest | ConvertTo-JSON