managementMode property

String? managementMode
getter/setter pair

The management mode of the device or profile being migrated.

Required. Immutable. Possible string values are:

  • "MANAGEMENT_MODE_UNSPECIFIED" : This value must not be used.
  • "WORK_PROFILE_PERSONALLY_OWNED" : A work profile on a personally owned device. Supported only on devices running Android 9 and above.
  • "WORK_PROFILE_COMPANY_OWNED" : A work profile on a company-owned device. Supported only on devices running Android 11 and above.
  • "FULLY_MANAGED" : A fully-managed device. Supported only on devices running Android 9 and above.

Implementation

core.String? managementMode;