AllowPersonalUsage
Flagi używane do kontrolowania osobistego korzystania z zarządzanego urządzenia.
Wartości w polu enum |
ALLOW_PERSONAL_USAGE_UNSPECIFIED |
Nie określono ograniczeń dotyczących użytku osobistego |
PERSONAL_USAGE_ALLOWED |
Dozwolone jest użycie osobiste |
PERSONAL_USAGE_DISALLOWED |
Niedozwolone jest używanie na potrzeby prywatne. |
PERSONAL_USAGE_DISALLOWED_USERLESS |
Urządzenie nie jest powiązane z jednym użytkownikiem, dlatego nie jest wymagane uwierzytelnianie tożsamości ani osobistej, ani firmowej. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-10-18 UTC.
[null,null,["Ostatnia aktualizacja: 2024-10-18 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"]]