Retrieve the specified device. Note: This action only supports service account connections.
External DocumentationTo learn more, visit the Google Cloud Identity documentation.

Basic Parameters

ParameterDescription
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 NameThe unique name assigned to the device. It can be retrieved using the List Devices action, formatted as: devices/{device_id}.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.

If not specified, the delegated user is the one provided in the connection.

Has no effect when using an OAuth connection.

NOTE: the connection details are not edited by this input.

Example Output

{
  "name": string,
  "createTime": string,
  "lastSyncTime": string,
  "ownerType": enum (DeviceOwnership),
  "model": string,
  "osVersion": string,
  "deviceType": enum (DeviceType),
  "serialNumber": string,
  "assetTag": string,
  "imei": string,
  "meid": string,
  "wifiMacAddresses": [
    string
  ],
  "networkOperator": string,
  "manufacturer": string,
  "releaseVersion": string,
  "brand": string,
  "buildNumber": string,
  "kernelVersion": string,
  "basebandVersion": string,
  "enabledDeveloperOptions": boolean,
  "otherAccounts": [
    string
  ],
  "enabledUsbDebugging": boolean,
  "securityPatchTime": string,
  "bootloaderVersion": string,
  "encryptionState": enum (EncryptionState),
  "androidSpecificAttributes": {},
  "managementState": enum (ManagementState),
  "compromisedState": enum (CompromisedState),
  "endpointVerificationSpecificAttributes": {},
  "deviceId": string,
  "unifiedDeviceId": string,
  "hostname": string,
  "clientTypes": [
    enum (ClientType)
  ]
}

Workflow Library Example

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