scope property
The scope at which this configuration will be applied.
Note that this only applies to Chrome browser, as in ChromeOS it's always applied.
Required. Possible string values are:
- "BROWSER_ENFORCEMENT_SCOPE_UNSPECIFIED" : Default value. This value is unused.
- "BROWSERS_ONLY" : Only browsers are enforced.
- "PROFILES_ONLY" : Only profiles are enforced.
- "BROWSERS_AND_PROFILES" : Both browsers and profiles are enforced.
Implementation
core.String? scope;