Ownership
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
La propiedad del dispositivo administrado.
Enumeradores |
OWNERSHIP_UNSPECIFIED |
No se especificó la propiedad. |
COMPANY_OWNED |
El dispositivo es propiedad de la empresa. |
PERSONALLY_OWNED |
El dispositivo es de propiedad personal. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC)
[null,null,["Última actualización: 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. |"]]