passwordPolicyScope property

String? passwordPolicyScope
getter/setter pair

The scope of non-compliant password. 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? passwordPolicyScope;