AI-generated Key Takeaways
-
Personal usage restriction on managed devices can be specified, allowed, or disallowed.
-
The
PERSONAL_USAGE_DISALLOWED_USERLESS
setting is for devices not associated with a single user and is mandatory for dedicated device enrollment by January 2025. -
Devices with the
PERSONAL_USAGE_DISALLOWED_USERLESS
setting do not expect personal usage or corporate identity authentication. -
The
PERSONAL_USAGE_DISALLOWED_USERLESS
setting requires implementation before January 2025 and is a breaking change.
Flags used to control personal usage on the managed device.
Enums | |
---|---|
ALLOW_PERSONAL_USAGE_UNSPECIFIED |
Personal usage restriction is not specified |
PERSONAL_USAGE_ALLOWED |
Personal usage is allowed |
PERSONAL_USAGE_DISALLOWED |
Personal usage is disallowed |
PERSONAL_USAGE_DISALLOWED_USERLESS |
Device is not associated with a single user, and thus both personal usage and corporate identity authentication are not expected. For additional details see the dedicated device provisioning guide. |