Liking cljdoc? Tell your friends :D

happygapi.androiddeviceprovisioning.customers

Android Device Provisioning Partner API: customers. Automates Android zero-touch enrollment for device resellers, customers, and EMMs. See: https://developers.google.com/zero-touch/api/reference/rest/v1/customers

Android Device Provisioning Partner API: customers.
Automates Android zero-touch enrollment for device resellers, customers, and EMMs.
See: https://developers.google.com/zero-touch/api/reference/rest/v1/customers
raw docstring

configurations-create$clj

(configurations-create$ auth parameters body)

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/create

Required parameters: parent

Optional parameters: none

Body:

{:isDefault boolean, :configurationName string, :dpcExtras string, :name string, :customMessage string, :contactEmail string, :configurationId string, :companyName string, :dpcResourcePath string, :contactPhone string}

Creates a new configuration. Once created, a customer can apply the configuration to devices.

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/create

Required parameters: parent

Optional parameters: none

Body: 

{:isDefault boolean,
 :configurationName string,
 :dpcExtras string,
 :name string,
 :customMessage string,
 :contactEmail string,
 :configurationId string,
 :companyName string,
 :dpcResourcePath string,
 :contactPhone string}

Creates a new configuration. Once created, a customer can apply the configuration to devices.
sourceraw docstring

configurations-delete$clj

(configurations-delete$ auth parameters)

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/delete

Required parameters: name

Optional parameters: none

Deletes an unused configuration. The API call fails if the customer has devices with the configuration applied.

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/delete

Required parameters: name

Optional parameters: none

Deletes an unused configuration. The API call fails if the customer has devices with the configuration applied.
sourceraw docstring

configurations-get$clj

(configurations-get$ auth parameters)

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/get

Required parameters: name

Optional parameters: none

Gets the details of a configuration.

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/get

Required parameters: name

Optional parameters: none

Gets the details of a configuration.
sourceraw docstring

configurations-list$clj

(configurations-list$ auth parameters)

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/list

Required parameters: parent

Optional parameters: none

Lists a customer's configurations.

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/list

Required parameters: parent

Optional parameters: none

Lists a customer's configurations.
sourceraw docstring

configurations-patch$clj

(configurations-patch$ auth parameters body)

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:isDefault boolean, :configurationName string, :dpcExtras string, :name string, :customMessage string, :contactEmail string, :configurationId string, :companyName string, :dpcResourcePath string, :contactPhone string}

Updates a configuration's field values.

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/configurations/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:isDefault boolean,
 :configurationName string,
 :dpcExtras string,
 :name string,
 :customMessage string,
 :contactEmail string,
 :configurationId string,
 :companyName string,
 :dpcResourcePath string,
 :contactPhone string}

Updates a configuration's field values.
sourceraw docstring

devices-applyConfiguration$clj

(devices-applyConfiguration$ auth parameters body)

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/applyConfiguration

Required parameters: parent

Optional parameters: none

Body:

{:device {:deviceIdentifier DeviceIdentifier, :deviceId string}, :configuration string}

Applies a Configuration to the device to register the device for zero-touch enrollment. After applying a configuration to a device, the device automatically provisions itself on first boot, or next factory reset.

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/applyConfiguration

Required parameters: parent

Optional parameters: none

Body: 

{:device {:deviceIdentifier DeviceIdentifier, :deviceId string},
 :configuration string}

Applies a Configuration to the device to register the device for zero-touch enrollment. After applying a configuration to a device, the device automatically provisions itself on first boot, or next factory reset.
sourceraw docstring

devices-get$clj

(devices-get$ auth parameters)

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/get

Required parameters: name

Optional parameters: none

Gets the details of a device.

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/get

Required parameters: name

Optional parameters: none

Gets the details of a device.
sourceraw docstring

devices-list$clj

(devices-list$ auth parameters)

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists a customer's devices.

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists a customer's devices.
sourceraw docstring

devices-removeConfiguration$clj

(devices-removeConfiguration$ auth parameters body)

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/removeConfiguration

Required parameters: parent

Optional parameters: none

Body:

{:device {:deviceIdentifier DeviceIdentifier, :deviceId string}}

Removes a configuration from device.

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/removeConfiguration

Required parameters: parent

Optional parameters: none

Body: 

{:device {:deviceIdentifier DeviceIdentifier, :deviceId string}}

Removes a configuration from device.
sourceraw docstring

devices-unclaim$clj

(devices-unclaim$ auth parameters body)

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/unclaim

Required parameters: parent

Optional parameters: none

Body:

{:device {:deviceIdentifier DeviceIdentifier, :deviceId string}}

Unclaims a device from a customer and removes it from zero-touch enrollment. After removing a device, a customer must contact their reseller to register the device into zero-touch enrollment again.

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/devices/unclaim

Required parameters: parent

Optional parameters: none

Body: 

{:device {:deviceIdentifier DeviceIdentifier, :deviceId string}}

Unclaims a device from a customer and removes it from zero-touch enrollment. After removing a device, a customer must contact their reseller to register the device into zero-touch enrollment again.
sourceraw docstring

dpcs-list$clj

(dpcs-list$ auth parameters)

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/dpcs/list

Required parameters: parent

Optional parameters: none

Lists the DPCs (device policy controllers) that support zero-touch enrollment.

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/dpcs/list

Required parameters: parent

Optional parameters: none

Lists the DPCs (device policy controllers) that support zero-touch enrollment.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/list

Required parameters: none

Optional parameters: pageSize, pageToken

Lists the user's customer accounts.

https://developers.google.com/zero-touch/api/reference/rest/v1/customers/list

Required parameters: none

Optional parameters: pageSize, pageToken

Lists the user's customer accounts.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close