remove_devices

package
v2.61.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RemoveDevicesRequest

type RemoveDevicesRequest struct {
	ClientConnectorVersion []string `json:"clientConnectorVersion,omitempty"`
	OsType                 int      `json:"osType,omitempty"`
	Udids                  []string `json:"udids,omitempty"`
	UserName               string   `json:"userName,omitempty"`
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL