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/androiddeviceprovisioning_v1.customers.devices.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,7 @@ <h3>Method Details</h3>
153
153
{ # An Android device registered for zero-touch enrollment.
154
154
"claims": [ # Output only. The provisioning claims for a device. Devices claimed for zero-touch enrollment have a claim with the type `SECTION_TYPE_ZERO_TOUCH`. Call `partners.devices.unclaim` or `partners.devices.unclaimAsync` to remove the device from zero-touch enrollment.
155
155
{ # A record of a device claimed by a reseller for a customer. Devices claimed for zero-touch enrollment have a claim with the type `SECTION_TYPE_ZERO_TOUCH`. To learn more, read [Claim devices for customers](/zero-touch/guides/how-it-works#claim).
156
+
"additionalService": "A String", # The Additional service registered for the device.
156
157
"ownerCompanyId": "A String", # The ID of the Customer that purchased the device.
157
158
"resellerId": "A String", # The ID of the reseller that claimed the device.
158
159
"sectionType": "A String", # Output only. The type of claim made on the device.
@@ -199,6 +200,7 @@ <h3>Method Details</h3>
199
200
{ # An Android device registered for zero-touch enrollment.
200
201
"claims": [ # Output only. The provisioning claims for a device. Devices claimed for zero-touch enrollment have a claim with the type `SECTION_TYPE_ZERO_TOUCH`. Call `partners.devices.unclaim` or `partners.devices.unclaimAsync` to remove the device from zero-touch enrollment.
201
202
{ # A record of a device claimed by a reseller for a customer. Devices claimed for zero-touch enrollment have a claim with the type `SECTION_TYPE_ZERO_TOUCH`. To learn more, read [Claim devices for customers](/zero-touch/guides/how-it-works#claim).
203
+
"additionalService": "A String", # The Additional service registered for the device.
202
204
"ownerCompanyId": "A String", # The ID of the Customer that purchased the device.
203
205
"resellerId": "A String", # The ID of the reseller that claimed the device.
204
206
"sectionType": "A String", # Output only. The type of claim made on the device.
Copy file name to clipboardExpand all lines: docs/dyn/androiddeviceprovisioning_v1.partners.devices.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,7 @@ <h3>Method Details</h3>
249
249
{ # An Android device registered for zero-touch enrollment.
250
250
"claims": [ # Output only. The provisioning claims for a device. Devices claimed for zero-touch enrollment have a claim with the type `SECTION_TYPE_ZERO_TOUCH`. Call `partners.devices.unclaim` or `partners.devices.unclaimAsync` to remove the device from zero-touch enrollment.
251
251
{ # A record of a device claimed by a reseller for a customer. Devices claimed for zero-touch enrollment have a claim with the type `SECTION_TYPE_ZERO_TOUCH`. To learn more, read [Claim devices for customers](/zero-touch/guides/how-it-works#claim).
252
+
"additionalService": "A String", # The Additional service registered for the device.
252
253
"ownerCompanyId": "A String", # The ID of the Customer that purchased the device.
253
254
"resellerId": "A String", # The ID of the reseller that claimed the device.
254
255
"sectionType": "A String", # Output only. The type of claim made on the device.
@@ -323,6 +324,7 @@ <h3>Method Details</h3>
323
324
{ # An Android device registered for zero-touch enrollment.
324
325
"claims": [ # Output only. The provisioning claims for a device. Devices claimed for zero-touch enrollment have a claim with the type `SECTION_TYPE_ZERO_TOUCH`. Call `partners.devices.unclaim` or `partners.devices.unclaimAsync` to remove the device from zero-touch enrollment.
325
326
{ # A record of a device claimed by a reseller for a customer. Devices claimed for zero-touch enrollment have a claim with the type `SECTION_TYPE_ZERO_TOUCH`. To learn more, read [Claim devices for customers](/zero-touch/guides/how-it-works#claim).
327
+
"additionalService": "A String", # The Additional service registered for the device.
326
328
"ownerCompanyId": "A String", # The ID of the Customer that purchased the device.
327
329
"resellerId": "A String", # The ID of the reseller that claimed the device.
328
330
"sectionType": "A String", # Output only. The type of claim made on the device.
@@ -383,6 +385,7 @@ <h3>Method Details</h3>
383
385
{ # An Android device registered for zero-touch enrollment.
384
386
"claims": [ # Output only. The provisioning claims for a device. Devices claimed for zero-touch enrollment have a claim with the type `SECTION_TYPE_ZERO_TOUCH`. Call `partners.devices.unclaim` or `partners.devices.unclaimAsync` to remove the device from zero-touch enrollment.
385
387
{ # A record of a device claimed by a reseller for a customer. Devices claimed for zero-touch enrollment have a claim with the type `SECTION_TYPE_ZERO_TOUCH`. To learn more, read [Claim devices for customers](/zero-touch/guides/how-it-works#claim).
388
+
"additionalService": "A String", # The Additional service registered for the device.
386
389
"ownerCompanyId": "A String", # The ID of the Customer that purchased the device.
387
390
"resellerId": "A String", # The ID of the reseller that claimed the device.
388
391
"sectionType": "A String", # Output only. The type of claim made on the device.
"description": "A record of a device claimed by a reseller for a customer. Devices claimed for zero-touch enrollment have a claim with the type `SECTION_TYPE_ZERO_TOUCH`. To learn more, read [Claim devices for customers](/zero-touch/guides/how-it-works#claim).",
1158
1158
"id": "DeviceClaim",
1159
1159
"properties": {
1160
+
"additionalService": {
1161
+
"description": "The Additional service registered for the device.",
1162
+
"enum": [
1163
+
"ADDITIONAL_SERVICE_UNSPECIFIED",
1164
+
"DEVICE_PROTECTION"
1165
+
],
1166
+
"enumDescriptions": [
1167
+
"No additional service.",
1168
+
"Device protection service, as known as Android Enterprise Essentials. To claim a device with the device protection service you must enroll with the partnership team."
1169
+
],
1170
+
"type": "string"
1171
+
},
1160
1172
"ownerCompanyId": {
1161
1173
"description": "The ID of the Customer that purchased the device.",
0 commit comments