Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 692 Bytes

File metadata and controls

23 lines (17 loc) · 692 Bytes

PostDeviceWipeRequest

Properties

Name Type Description Notes
Password String Password of the user requesting the wipe [optional]
Status Int32 New device wipe status [optional]

Examples

  • Prepare the resource
$PostDeviceWipeRequest = Initialize-GrommunioAdminPostDeviceWipeRequest  -Password null `
 -Status null
  • Convert the resource to JSON
$PostDeviceWipeRequest | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]