Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
AdminDirectory
Collection
ChromeosdevicesCollection
Interface ChromeosdevicesCollection
interface
ChromeosdevicesCollection
{
action
(
resource
:
ChromeOsDeviceAction
,
customerId
:
string
,
resourceId
:
string
,
)
:
void
;
get
(
customerId
:
string
,
deviceId
:
string
)
:
ChromeOsDevice
;
get
(
customerId
:
string
,
deviceId
:
string
,
optionalArgs
:
object
,
)
:
ChromeOsDevice
;
list
(
customerId
:
string
)
:
ChromeOsDevices
;
list
(
customerId
:
string
,
optionalArgs
:
object
)
:
ChromeOsDevices
;
moveDevicesToOu
(
resource
:
ChromeOsMoveDevicesToOu
,
customerId
:
string
,
orgUnitPath
:
string
,
)
:
void
;
patch
(
resource
:
ChromeOsDevice
,
customerId
:
string
,
deviceId
:
string
,
)
:
ChromeOsDevice
;
patch
(
resource
:
ChromeOsDevice
,
customerId
:
string
,
deviceId
:
string
,
optionalArgs
:
object
,
)
:
ChromeOsDevice
;
update
(
resource
:
ChromeOsDevice
,
customerId
:
string
,
deviceId
:
string
,
)
:
ChromeOsDevice
;
update
(
resource
:
ChromeOsDevice
,
customerId
:
string
,
deviceId
:
string
,
optionalArgs
:
object
,
)
:
ChromeOsDevice
;
}
Index
Methods
action
get
list
move
Devices
To
Ou
patch
update
Methods
action
action
(
resource
:
ChromeOsDeviceAction
,
customerId
:
string
,
resourceId
:
string
,
)
:
void
Parameters
resource
:
ChromeOsDeviceAction
customerId
:
string
resourceId
:
string
Returns
void
get
get
(
customerId
:
string
,
deviceId
:
string
)
:
ChromeOsDevice
Parameters
customerId
:
string
deviceId
:
string
Returns
ChromeOsDevice
get
(
customerId
:
string
,
deviceId
:
string
,
optionalArgs
:
object
)
:
ChromeOsDevice
Parameters
customerId
:
string
deviceId
:
string
optionalArgs
:
object
Returns
ChromeOsDevice
list
list
(
customerId
:
string
)
:
ChromeOsDevices
Parameters
customerId
:
string
Returns
ChromeOsDevices
list
(
customerId
:
string
,
optionalArgs
:
object
)
:
ChromeOsDevices
Parameters
customerId
:
string
optionalArgs
:
object
Returns
ChromeOsDevices
move
Devices
To
Ou
moveDevicesToOu
(
resource
:
ChromeOsMoveDevicesToOu
,
customerId
:
string
,
orgUnitPath
:
string
,
)
:
void
Parameters
resource
:
ChromeOsMoveDevicesToOu
customerId
:
string
orgUnitPath
:
string
Returns
void
patch
patch
(
resource
:
ChromeOsDevice
,
customerId
:
string
,
deviceId
:
string
,
)
:
ChromeOsDevice
Parameters
resource
:
ChromeOsDevice
customerId
:
string
deviceId
:
string
Returns
ChromeOsDevice
patch
(
resource
:
ChromeOsDevice
,
customerId
:
string
,
deviceId
:
string
,
optionalArgs
:
object
,
)
:
ChromeOsDevice
Parameters
resource
:
ChromeOsDevice
customerId
:
string
deviceId
:
string
optionalArgs
:
object
Returns
ChromeOsDevice
update
update
(
resource
:
ChromeOsDevice
,
customerId
:
string
,
deviceId
:
string
,
)
:
ChromeOsDevice
Parameters
resource
:
ChromeOsDevice
customerId
:
string
deviceId
:
string
Returns
ChromeOsDevice
update
(
resource
:
ChromeOsDevice
,
customerId
:
string
,
deviceId
:
string
,
optionalArgs
:
object
,
)
:
ChromeOsDevice
Parameters
resource
:
ChromeOsDevice
customerId
:
string
deviceId
:
string
optionalArgs
:
object
Returns
ChromeOsDevice
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
action
get
list
move
Devices
To
Ou
patch
update
Google Apps Script API
Loading...