ownership property

String? ownership
getter/setter pair

Ownership of the managed device. Possible string values are:

  • "OWNERSHIP_UNSPECIFIED" : Ownership is unspecified.
  • "COMPANY_OWNED" : Device is company-owned.
  • "PERSONALLY_OWNED" : Device is personally-owned.

Implementation

core.String? ownership;