blockApplicationsEnabled property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? blockApplicationsEnabled
getter/setter pair

Whether applications other than the ones configured in applications are blocked from being installed.

When set, applications that were installed under a previous policy but no longer appear in the policy are automatically uninstalled.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? blockApplicationsEnabled;