Skip to content

Latest commit

 

History

History
executable file
·
27 lines (21 loc) · 1 KB

SetUserDeviceWipeStatusRequest.md

File metadata and controls

executable file
·
27 lines (21 loc) · 1 KB

SetUserDeviceWipeStatusRequest

Properties

Name Type Description Notes
Password String Password of the logged in user (with login) or the device owner (without login). Required when initiating wipe. [optional]
RemoteIP String Source IP of the status update (default is the request origin). [optional]
Status Status
Time Int32 UNIX timestamp of the status update (default is time of the request) [optional]

Examples

  • Prepare the resource
$SetUserDeviceWipeStatusRequest = Initialize-GrommunioAdminSetUserDeviceWipeStatusRequest  -Password null `
 -RemoteIP null `
 -Status null `
 -Time null
  • Convert the resource to JSON
$SetUserDeviceWipeStatusRequest | ConvertTo-JSON

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