ownerType property

String? ownerType
getter/setter pair

Whether the device is owned by the company or an individual

Output only. Possible string values are:

  • "DEVICE_OWNERSHIP_UNSPECIFIED" : Default value. The value is unused.
  • "COMPANY" : Company owns the device.
  • "BYOD" : Bring Your Own Device (i.e. individual owns the device)

Implementation

core.String? ownerType;