DeviceArgs

data class DeviceArgs(val assetTag: Output<String>? = null, val customer: Output<String>? = null, val deviceId: Output<String>? = null, val lastSyncTime: Output<String>? = null, val serialNumber: Output<String>? = null, val wifiMacAddresses: Output<List<String>>? = null) : ConvertibleToJava<DeviceArgs>

Creates a device. Only company-owned device may be created. Note: 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 Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun DeviceArgs(assetTag: Output<String>? = null, customer: Output<String>? = null, deviceId: Output<String>? = null, lastSyncTime: Output<String>? = null, serialNumber: Output<String>? = null, wifiMacAddresses: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DeviceArgs

Properties

Link copied to clipboard
val assetTag: Output<String>? = null

Asset tag of the device.

Link copied to clipboard
val customer: Output<String>? = null

Optional. Resource name of the customer. If you're using this API for your own organization, use customers/my_customer If you're using this API to manage another organization, use customers/{customer}, where customer is the customer to whom the device belongs.

Link copied to clipboard
val deviceId: Output<String>? = null

Unique identifier for the device.

Link copied to clipboard
val lastSyncTime: Output<String>? = null

Most recent time when device synced with this service.

Link copied to clipboard
val serialNumber: Output<String>? = null

Serial Number of device. Example: HT82V1A01076.

Link copied to clipboard
val wifiMacAddresses: Output<List<String>>? = null

WiFi MAC addresses of device.