managementType property

String? managementType
getter/setter pair

Identifies the extent to which the device is controlled by an Android EMM in various deployment configurations.

Possible values include: - "managedDevice", a device where the DPC is set as device owner, - "managedProfile", a device where the DPC is set as profile owner. Possible string values are:

  • "managedDevice"
  • "managedProfile"

Implementation

core.String? managementType;