Device Args
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
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}
, where customer is the customer to whom the device belongs.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard