Ownership
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Propriedade do dispositivo gerenciado.
Enums |
OWNERSHIP_UNSPECIFIED |
A propriedade não está especificada. |
COMPANY_OWNED |
O dispositivo é da empresa. |
PERSONALLY_OWNED |
O dispositivo é pessoal. |
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-07-26 UTC.
[null,null,["Última atualização 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. |"]]