Ownership
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
OWNERSHIP_UNSPECIFIED |
未指定所有权。 |
COMPANY_OWNED |
设备归公司所有。 |
PERSONALLY_OWNED |
设备是个人所有。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\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. |"]]