AllowPersonalUsage
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
Flag ที่ใช้ควบคุมการใช้งานส่วนตัวในอุปกรณ์ที่มีการจัดการ
Enum |
ALLOW_PERSONAL_USAGE_UNSPECIFIED |
ไม่ได้ระบุข้อจำกัดการใช้งานส่วนบุคคล |
PERSONAL_USAGE_ALLOWED |
อนุญาตให้ใช้การใช้งานส่วนตัว |
PERSONAL_USAGE_DISALLOWED |
ไม่อนุญาตให้ใช้การใช้งานส่วนตัว |
PERSONAL_USAGE_DISALLOWED_USERLESS |
อุปกรณ์ไม่ได้เชื่อมโยงกับผู้ใช้รายเดียว ดังนั้นจึงไม่คาดว่าจะเกิดทั้งการใช้งานส่วนตัวและการตรวจสอบสิทธิ์ข้อมูลประจำตัวของบริษัท |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003e\u003ccode\u003ePersonalUsageSpec\u003c/code\u003e enums control the level of personal use permitted on a managed device.\u003c/p\u003e\n"],["\u003cp\u003eDevices can be configured to allow, disallow, or have unspecified personal usage policies.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePERSONAL_USAGE_DISALLOWED_USERLESS\u003c/code\u003e is specifically for devices not tied to a single user, disabling both personal use and corporate login.\u003c/p\u003e\n"],["\u003cp\u003eThese flags help administrators manage and enforce device usage policies within their organization.\u003c/p\u003e\n"]]],["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"],null,["# AllowPersonalUsage\n\nFlags used to control personal usage on the managed device.\n\n| Enums ||\n|--------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ALLOW_PERSONAL_USAGE_UNSPECIFIED` | Personal usage restriction is not specified |\n| `PERSONAL_USAGE_ALLOWED` | Personal usage is allowed |\n| `PERSONAL_USAGE_DISALLOWED` | Personal usage is disallowed |\n| `PERSONAL_USAGE_DISALLOWED_USERLESS` | Device is not associated with a single user, and thus both personal usage and corporate identity authentication are not expected. \u003cbr /\u003e | **Important:** This setting is mandatory for dedicated device enrollment and it is a breaking change. This change needs to be implemented before January 2025. | \u003cbr /\u003e | For additional details see the [dedicated device provisioning guide](https://developers.google.com/android/management/provision-device#company-owned_devices_for_work_use_only). \u003cbr /\u003e |"]]