Skip to content

Commit

Permalink
feat(androiddeviceprovisioning): update the api
Browse files Browse the repository at this point in the history
#### androiddeviceprovisioning:v1

The following keys were added:
- schemas.DeviceClaim.properties.additionalService.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 20, 2021
1 parent 89a504c commit 83151f4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/dyn/androiddeviceprovisioning_v1.customers.devices.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ <h3>Method Details</h3>
{ # An Android device registered for zero-touch enrollment.
&quot;claims&quot;: [ # 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.
{ # 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).
&quot;additionalService&quot;: &quot;A String&quot;, # The Additional service registered for the device.
&quot;ownerCompanyId&quot;: &quot;A String&quot;, # The ID of the Customer that purchased the device.
&quot;resellerId&quot;: &quot;A String&quot;, # The ID of the reseller that claimed the device.
&quot;sectionType&quot;: &quot;A String&quot;, # Output only. The type of claim made on the device.
Expand Down Expand Up @@ -199,6 +200,7 @@ <h3>Method Details</h3>
{ # An Android device registered for zero-touch enrollment.
&quot;claims&quot;: [ # 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.
{ # 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).
&quot;additionalService&quot;: &quot;A String&quot;, # The Additional service registered for the device.
&quot;ownerCompanyId&quot;: &quot;A String&quot;, # The ID of the Customer that purchased the device.
&quot;resellerId&quot;: &quot;A String&quot;, # The ID of the reseller that claimed the device.
&quot;sectionType&quot;: &quot;A String&quot;, # Output only. The type of claim made on the device.
Expand Down
3 changes: 3 additions & 0 deletions docs/dyn/androiddeviceprovisioning_v1.partners.devices.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ <h3>Method Details</h3>
{ # An Android device registered for zero-touch enrollment.
&quot;claims&quot;: [ # 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.
{ # 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).
&quot;additionalService&quot;: &quot;A String&quot;, # The Additional service registered for the device.
&quot;ownerCompanyId&quot;: &quot;A String&quot;, # The ID of the Customer that purchased the device.
&quot;resellerId&quot;: &quot;A String&quot;, # The ID of the reseller that claimed the device.
&quot;sectionType&quot;: &quot;A String&quot;, # Output only. The type of claim made on the device.
Expand Down Expand Up @@ -323,6 +324,7 @@ <h3>Method Details</h3>
{ # An Android device registered for zero-touch enrollment.
&quot;claims&quot;: [ # 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.
{ # 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).
&quot;additionalService&quot;: &quot;A String&quot;, # The Additional service registered for the device.
&quot;ownerCompanyId&quot;: &quot;A String&quot;, # The ID of the Customer that purchased the device.
&quot;resellerId&quot;: &quot;A String&quot;, # The ID of the reseller that claimed the device.
&quot;sectionType&quot;: &quot;A String&quot;, # Output only. The type of claim made on the device.
Expand Down Expand Up @@ -383,6 +385,7 @@ <h3>Method Details</h3>
{ # An Android device registered for zero-touch enrollment.
&quot;claims&quot;: [ # 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.
{ # 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).
&quot;additionalService&quot;: &quot;A String&quot;, # The Additional service registered for the device.
&quot;ownerCompanyId&quot;: &quot;A String&quot;, # The ID of the Customer that purchased the device.
&quot;resellerId&quot;: &quot;A String&quot;, # The ID of the reseller that claimed the device.
&quot;sectionType&quot;: &quot;A String&quot;, # Output only. The type of claim made on the device.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@
}
}
},
"revision": "20210709",
"revision": "20210717",
"rootUrl": "https://androiddeviceprovisioning.googleapis.com/",
"schemas": {
"ClaimDeviceRequest": {
Expand Down Expand Up @@ -1157,6 +1157,18 @@
"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).",
"id": "DeviceClaim",
"properties": {
"additionalService": {
"description": "The Additional service registered for the device.",
"enum": [
"ADDITIONAL_SERVICE_UNSPECIFIED",
"DEVICE_PROTECTION"
],
"enumDescriptions": [
"No additional service.",
"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."
],
"type": "string"
},
"ownerCompanyId": {
"description": "The ID of the Customer that purchased the device.",
"format": "int64",
Expand Down

0 comments on commit 83151f4

Please sign in to comment.