AI-generated Key Takeaways
-
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.
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. |