PersonalUsagePolicies class
Policies controlling personal usage on a company-owned device with a work profile.
Constructors
-
PersonalUsagePolicies({List<
String> ? accountTypesWithManagementDisabled, bool? cameraDisabled, int? maxDaysWithWorkOff, List<PersonalApplicationPolicy> ? personalApplications, String? personalPlayStoreMode, bool? screenCaptureDisabled}) - PersonalUsagePolicies.fromJson(Map json_)
Properties
-
accountTypesWithManagementDisabled
↔ List<
String> ? -
Account types that can't be managed by the user.
getter/setter pair
- cameraDisabled ↔ bool?
-
If true, the camera is disabled on the personal profile.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxDaysWithWorkOff ↔ int?
-
Controls how long the work profile can stay off.
getter/setter pair
-
personalApplications
↔ List<
PersonalApplicationPolicy> ? -
Policy applied to applications in the personal profile.
getter/setter pair
- personalPlayStoreMode ↔ String?
-
Used together with personalApplications to control how apps in the
personal profile are allowed or blocked.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenCaptureDisabled ↔ bool?
-
If true, screen capture is disabled for all users.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited