Device Args
data class DeviceArgs(val assetTag: Output<String>? = null, val clientTypes: Output<List<DeviceClientTypesItem>>? = null, val customer: Output<String>? = null, val deviceId: Output<String>? = null, val hostname: 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, clientTypes: Output<List<DeviceClientTypesItem>>? = null, customer: Output<String>? = null, deviceId: Output<String>? = null, hostname: Output<String>? = null, lastSyncTime: Output<String>? = null, serialNumber: Output<String>? = null, wifiMacAddresses: Output<List<String>>? = null)
Functions
Properties
Link copied to clipboard
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_id}
, where customer_id is the customer to whom the device belongs.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard