accountType property

String? accountType
getter/setter pair

The type of account that this user represents.

A userAccount can be installed on multiple devices, but a deviceAccount is specific to a single device. An EMM-managed user (emmManaged) can be either type (userAccount, deviceAccount), but a Google-managed user (googleManaged) is always a userAccount. Possible string values are:

  • "deviceAccount"
  • "userAccount"

Implementation

core.String? accountType;