AllowPersonalUsage
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["The core content outlines flags that manage personal device usage. `ALLOW_PERSONAL_USAGE_UNSPECIFIED` means no restriction is set. `PERSONAL_USAGE_ALLOWED` permits personal use, while `PERSONAL_USAGE_DISALLOWED` prohibits it. `PERSONAL_USAGE_DISALLOWED_USERLESS` indicates the device lacks a user and requires no personal/corporate authentication; this flag is mandatory for dedicated device enrollment and must be implemented before January 2025, according to the dedicated device provisioning guide.\n"]]