| Index: generated/googleapis/lib/androidenterprise/v1.dart
|
| diff --git a/generated/googleapis/lib/androidenterprise/v1.dart b/generated/googleapis/lib/androidenterprise/v1.dart
|
| index 63f268057237983794db4e80356a13c47d05a2af..a08b316544b3a0b1071f2b0c4f2d90738a22a76b 100644
|
| --- a/generated/googleapis/lib/androidenterprise/v1.dart
|
| +++ b/generated/googleapis/lib/androidenterprise/v1.dart
|
| @@ -5097,11 +5097,19 @@ class Device {
|
| */
|
| core.String kind;
|
| /**
|
| - * The mechanism by which this device is managed by the EMM. "managedDevice"
|
| - * means that the EMM's app is a device owner. "managedProfile" means that the
|
| - * EMM's app is the profile owner (and there is a separate personal profile
|
| - * which is not managed). "containerApp" means that the EMM's app is managing
|
| - * the Android for Work container app on the device.
|
| + * Identifies the extent to which the device is controlled by an Android for
|
| + * Work EMM in various deployment configurations.
|
| + * Possible values include:
|
| + * - "managedDevice"—A device that has the EMM's device policy controller
|
| + * (DPC) as the device owner.
|
| + * - "managedProfile"—A device that has a work profile managed by the DPC (DPC
|
| + * is profile owner) in addition to a separate, personal profile that is
|
| + * unavailable to the DPC.
|
| + * - "containerApp"—A device running the Android for Work App. The Android for
|
| + * Work App is managed by the DPC.
|
| + * - "unmanagedProfile"—A device that has been allowed (by the domain's admin,
|
| + * using the Admin Console to enable the privilege) to use Android for Work
|
| + * apps or Google Apps for Work, but the profile is itself not owned by a DPC.
|
| */
|
| core.String managementType;
|
|
|
|
|