Ownership
Własność urządzenia zarządzanego.
Wartości w polu enum |
OWNERSHIP_UNSPECIFIED |
Własność nieokreślona. |
COMPANY_OWNED |
Urządzenie jest własnością firmy. |
PERSONALLY_OWNED |
Urządzenie jest Twoją własnością. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-04-11 UTC.
[null,null,["Ostatnia aktualizacja: 2024-04-11 UTC."],[[["`OWNERSHIP_UNSPECIFIED` implies an undefined device ownership status."],["`COMPANY_OWNED` denotes that the device belongs to an organization or company."],["`PERSONALLY_OWNED` indicates that an individual personally owns the device."]]],["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"]]