ownershipPrivilege property

String? ownershipPrivilege
getter/setter pair

Ownership privileges on device. Possible string values are:

  • "OWNERSHIP_PRIVILEGE_UNSPECIFIED" : Ownership privilege is not set.
  • "DEVICE_ADMINISTRATOR" : Active device administrator privileges on the device.
  • "PROFILE_OWNER" : Profile Owner privileges. The account is in a managed corporate profile.
  • "DEVICE_OWNER" : Device Owner privileges on the device.

Implementation

core.String? ownershipPrivilege;