AllowPersonalUsage
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["`PersonalUsageSpec` enums control the level of personal use permitted on a managed device."],["Devices can be configured to allow, disallow, or have unspecified personal usage policies."],["`PERSONAL_USAGE_DISALLOWED_USERLESS` is specifically for devices not tied to a single user, disabling both personal use and corporate login."],["These flags help administrators manage and enforce device usage policies within their organization."]]],["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"]]