defaultApplicationScopes property

List<String>? defaultApplicationScopes
getter/setter pair

The scopes to which the policy should be applied.

This list must not be empty or contain duplicates.A NonComplianceDetail with MANAGEMENT_MODE reason and DEFAULT_APPLICATION_SETTING_UNSUPPORTED_SCOPES specific reason is reported if none of the specified scopes can be applied to the management mode (e.g. a fully managed device receives a policy with only SCOPE_PERSONAL_PROFILE in the list).

Required.

Implementation

core.List<core.String>? defaultApplicationScopes;