Ownership
Stay organized with collections
Save and categorize content based on your preferences.
Ownership of the managed device.
Enums |
OWNERSHIP_UNSPECIFIED |
Ownership is unspecified. |
COMPANY_OWNED |
Device is company-owned. |
PERSONALLY_OWNED |
Device is personally-owned. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 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. |"]]