Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(321)

Unified Diff: generated/googleapis/lib/androidenterprise/v1.dart

Issue 2281923002: Api-roll 41: 2016-08-26 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generated/googleapis/lib/analyticsreporting/v4.dart ('k') | generated/googleapis/lib/bigquery/v2.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « generated/googleapis/lib/analyticsreporting/v4.dart ('k') | generated/googleapis/lib/bigquery/v2.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698