You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/admin_reports_v1.activities.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ <h3>Method Details</h3>
152
152
"etag": "A String", # ETag of the entry.
153
153
"events": [ # Activity events in the report.
154
154
{
155
-
"name": "A String", # Name of the event. This is the specific name of the activity reported by the API. And each `eventName` is related to a specific Google Workspace service or feature which the API organizes into types of events. For `eventName` request parameters in general: - If no `eventName` is given, the report returns all possible instances of an `eventName`. - When you request an `eventName`, the API's response returns all activities which contain that `eventName`. It is possible that the returned activities will have other `eventName` properties in addition to the one requested. For more information about `eventName` properties, see the list of event names for various applications above in `applicationName`.
155
+
"name": "A String", # Name of the event. This is the specific name of the activity reported by the API. And each `eventName` is related to a specific Google Workspace service or feature which the API organizes into types of events. For `eventName` request parameters in general: - If no `eventName` is given, the report returns all possible instances of an `eventName`. - When you request an `eventName`, the API's response returns all activities which contain that `eventName`. For more information about `eventName` properties, see the list of event names for various applications above in `applicationName`.
156
156
"parameters": [ # Parameter value pairs for various applications. For more information about `eventName` parameters, see the list of event names for various applications above in `applicationName`.
157
157
{
158
158
"boolValue": True or False, # Boolean value of the parameter.
Copy file name to clipboardExpand all lines: docs/dyn/androidmanagement_v1.enterprises.devices.html
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,10 @@ <h3>Method Details</h3>
228
228
"width": 42, # Display width in pixels.
229
229
},
230
230
],
231
+
"dpcMigrationInfo": { # Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC). # Output only. Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC).
232
+
"additionalData": "A String", # Output only. If this device was migrated from another DPC, the additionalData field of the migration token is populated here.
233
+
"previousDpc": "A String", # Output only. If this device was migrated from another DPC, this is its package name. Not populated otherwise.
234
+
},
231
235
"enrollmentTime": "A String", # The time of device enrollment.
232
236
"enrollmentTokenData": "A String", # If the device was enrolled with an enrollment token with additional data provided, this field contains that data.
233
237
"enrollmentTokenName": "A String", # If the device was enrolled with an enrollment token, this field contains the name of the token.
@@ -589,6 +593,10 @@ <h3>Method Details</h3>
589
593
"width": 42, # Display width in pixels.
590
594
},
591
595
],
596
+
"dpcMigrationInfo": { # Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC). # Output only. Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC).
597
+
"additionalData": "A String", # Output only. If this device was migrated from another DPC, the additionalData field of the migration token is populated here.
598
+
"previousDpc": "A String", # Output only. If this device was migrated from another DPC, this is its package name. Not populated otherwise.
599
+
},
592
600
"enrollmentTime": "A String", # The time of device enrollment.
593
601
"enrollmentTokenData": "A String", # If the device was enrolled with an enrollment token with additional data provided, this field contains that data.
594
602
"enrollmentTokenName": "A String", # If the device was enrolled with an enrollment token, this field contains the name of the token.
@@ -861,6 +869,10 @@ <h3>Method Details</h3>
861
869
"width": 42, # Display width in pixels.
862
870
},
863
871
],
872
+
"dpcMigrationInfo": { # Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC). # Output only. Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC).
873
+
"additionalData": "A String", # Output only. If this device was migrated from another DPC, the additionalData field of the migration token is populated here.
874
+
"previousDpc": "A String", # Output only. If this device was migrated from another DPC, this is its package name. Not populated otherwise.
875
+
},
864
876
"enrollmentTime": "A String", # The time of device enrollment.
865
877
"enrollmentTokenData": "A String", # If the device was enrolled with an enrollment token with additional data provided, this field contains that data.
866
878
"enrollmentTokenName": "A String", # If the device was enrolled with an enrollment token, this field contains the name of the token.
@@ -1115,6 +1127,10 @@ <h3>Method Details</h3>
1115
1127
"width": 42, # Display width in pixels.
1116
1128
},
1117
1129
],
1130
+
"dpcMigrationInfo": { # Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC). # Output only. Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC).
1131
+
"additionalData": "A String", # Output only. If this device was migrated from another DPC, the additionalData field of the migration token is populated here.
1132
+
"previousDpc": "A String", # Output only. If this device was migrated from another DPC, this is its package name. Not populated otherwise.
1133
+
},
1118
1134
"enrollmentTime": "A String", # The time of device enrollment.
1119
1135
"enrollmentTokenData": "A String", # If the device was enrolled with an enrollment token with additional data provided, this field contains that data.
1120
1136
"enrollmentTokenName": "A String", # If the device was enrolled with an enrollment token, this field contains the name of the token.
0 commit comments