Class ChromeosdevicesResource
- Namespace
- Google.Apis.Admin.Directory.directory_v1
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
The "chromeosdevices" collection of methods.
public class ChromeosdevicesResource
- Inheritance
-
ChromeosdevicesResource
- Inherited Members
Constructors
ChromeosdevicesResource(IClientService)
Constructs a new resource.
public ChromeosdevicesResource(IClientService service)
Parameters
service
IClientService
Methods
Action(ChromeOsDeviceAction, string, string)
Take action on Chrome OS Device
public virtual ChromeosdevicesResource.ActionRequest Action(ChromeOsDeviceAction body, string customerId, string resourceId)
Parameters
body
ChromeOsDeviceActionThe body of the request.
customerId
stringImmutable ID of the G Suite account
resourceId
stringImmutable ID of Chrome OS Device
Returns
Get(string, string)
Retrieve Chrome OS Device
public virtual ChromeosdevicesResource.GetRequest Get(string customerId, string deviceId)
Parameters
customerId
stringImmutable ID of the G Suite account
deviceId
stringImmutable ID of Chrome OS Device
Returns
List(string)
Retrieve all Chrome OS Devices of a customer (paginated)
public virtual ChromeosdevicesResource.ListRequest List(string customerId)
Parameters
customerId
stringImmutable ID of the G Suite account
Returns
MoveDevicesToOu(ChromeOsMoveDevicesToOu, string, string)
Move or insert multiple Chrome OS Devices to organizational unit
public virtual ChromeosdevicesResource.MoveDevicesToOuRequest MoveDevicesToOu(ChromeOsMoveDevicesToOu body, string customerId, string orgUnitPath)
Parameters
body
ChromeOsMoveDevicesToOuThe body of the request.
customerId
stringImmutable ID of the G Suite account
orgUnitPath
stringFull path of the target organizational unit or its ID
Returns
Patch(ChromeOsDevice, string, string)
Update Chrome OS Device. This method supports patch semantics.
public virtual ChromeosdevicesResource.PatchRequest Patch(ChromeOsDevice body, string customerId, string deviceId)
Parameters
body
ChromeOsDeviceThe body of the request.
customerId
stringImmutable ID of the G Suite account
deviceId
stringImmutable ID of Chrome OS Device
Returns
Update(ChromeOsDevice, string, string)
Update Chrome OS Device
public virtual ChromeosdevicesResource.UpdateRequest Update(ChromeOsDevice body, string customerId, string deviceId)
Parameters
body
ChromeOsDeviceThe body of the request.
customerId
stringImmutable ID of the G Suite account
deviceId
stringImmutable ID of Chrome OS Device