Create a new device. Note: Only company-owned device may be created. This method is available only to customers who have one of the following SKUs: Enterprise Standard, Enterprise Plus, Enterprise for Education, and Cloud Identity Premium. This action only supports service account connections.
External DocumentationTo learn more, visit the Google Cloud Identity documentation.

Parameters

ParameterDescription
Asset TagThe asset tag of the device to create.
CustomerThe resource name of the customer, formatted as: customers/{customer}.

Note: Use customers/my_customer if you’re managing your own organization’s devices. Otherwise, use customers/{customer}, where {customer} is the customer who owns the device.
Device TypeThe type of device to create.
Serial NumberThe serial number of the device to create.

Example Output

{
  "done": true,
  "response": {
    "@type": "type.googleapis.com/google.apps.cloudidentity.devices.v1beta1.Device",
    "name": string,
    "createTime": string,
    "lastSyncTime": string,
    "ownerType": enum (DeviceOwnership),
    "deviceType": enum (DeviceType),
    "serialNumber": string
  }
}

Workflow Library Example

Create Device with Google Cloud Identity and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop