Ownership
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Quyền sở hữu thiết bị được quản lý.
Enum |
OWNERSHIP_UNSPECIFIED |
Quyền sở hữu chưa được chỉ định. |
COMPANY_OWNED |
Thiết bị do công ty sở hữu. |
PERSONALLY_OWNED |
Thiết bị thuộc sở hữu cá nhân. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\u003cp\u003e\u003ccode\u003eOWNERSHIP_UNSPECIFIED\u003c/code\u003e implies an undefined device ownership status.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCOMPANY_OWNED\u003c/code\u003e denotes that the device belongs to an organization or company.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePERSONALLY_OWNED\u003c/code\u003e indicates that an individual personally owns the device.\u003c/p\u003e\n"]]],["The core content defines the ownership status of a managed device. It outlines three possible states: `OWNERSHIP_UNSPECIFIED`, indicating an unknown or undefined ownership; `COMPANY_OWNED`, denoting that the device is owned by the company; and `PERSONALLY_OWNED`, specifying that the device belongs to an individual. These are presented as enums, offering a structured way to classify device ownership.\n"],null,["# Ownership of the managed device.\n\n| Enums ||\n|-------------------------|-----------------------------|\n| `OWNERSHIP_UNSPECIFIED` | Ownership is unspecified. |\n| `COMPANY_OWNED` | Device is company-owned. |\n| `PERSONALLY_OWNED` | Device is personally-owned. |"]]