managementType property

String? managementType
getter/setter pair

The entity that manages the user.

With googleManaged users, the source of truth is Google so EMMs have to make sure a Google Account exists for the user. With emmManaged users, the EMM is in charge. Possible string values are:

  • "googleManaged"
  • "emmManaged"

Implementation

core.String? managementType;