blockScope property
Specifies the scope of this BlockAction.
Only applicable to devices that are company-owned. Possible string values are:
- "BLOCK_SCOPE_UNSPECIFIED" : Unspecified. Defaults to BLOCK_SCOPE_WORK_PROFILE.
- "BLOCK_SCOPE_WORK_PROFILE" : Block action is only applied to apps in the work profile. Apps in the personal profile are unaffected.
- "BLOCK_SCOPE_DEVICE" : Block action is applied to the entire device, including apps in the personal profile.
Implementation
core.String? blockScope;