passwordScope property

String? passwordScope
getter/setter pair

The scope that the password requirement applies to. Possible string values are:

  • "SCOPE_UNSPECIFIED" : The scope is unspecified. The password requirements are applied to the work profile for work profile devices and the whole device for fully managed or dedicated devices.
  • "SCOPE_DEVICE" : The password requirements are only applied to the device.
  • "SCOPE_PROFILE" : The password requirements are only applied to the work profile.

Implementation

core.String? passwordScope;