Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoveDevicesRequest ¶
type RemoveDevicesResponse ¶
type RemoveDevicesResponse struct { DevicesRemoved int `json:"devicesRemoved,omitempty"` ErrorMsg string `json:"errorMsg,omitempty"` }
func ForceRemoveDevices ¶ added in v2.61.0
func ForceRemoveDevices(service *services.Service, request RemoveDevicesRequest, pageSize int) (*RemoveDevicesResponse, error)
ForceRemoveDevices force removes the enrolled devices from the portal
func SoftRemoveDevices ¶ added in v2.61.0
func SoftRemoveDevices(service *services.Service, request RemoveDevicesRequest, pageSize int) (*RemoveDevicesResponse, error)
SoftRemoveDevices soft removes the enrolled devices from the portal
Click to show internal directories.
Click to hide internal directories.