defaultApplicationScope property

String? defaultApplicationScope
getter/setter pair

The scope of non-compliant default application setting.

Output only. Possible string values are:

  • "DEFAULT_APPLICATION_SCOPE_UNSPECIFIED" : Unspecified. This value must not be used.
  • "SCOPE_FULLY_MANAGED" : Sets the application as the default on fully managed devices.
  • "SCOPE_WORK_PROFILE" : Sets the application as the work profile default.Only supported for DEFAULT_BROWSER, DEFAULT_CALL_REDIRECTION, DEFAULT_CALL_SCREENING, DEFAULT_DIALER and DEFAULT_WALLET.
  • "SCOPE_PERSONAL_PROFILE" : Sets the application as the personal profile default on company-owned devices with a work profile. Only pre-installed system apps can be set as the default.Only supported for DEFAULT_BROWSER, DEFAULT_DIALER, DEFAULT_SMS and DEFAULT_WALLET.

Implementation

core.String? defaultApplicationScope;