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.partners.devices.html
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,7 @@ <h3>Method Details</h3>
124
124
The object takes the form of:
125
125
126
126
{ # Request message to claim a device on behalf of a customer.
127
+
"configurationId": "A String", # Optional. The unique identifier of the configuration (internally known as profile) to set for the section.
127
128
"customerId": "A String", # The ID of the customer for whom the device is being claimed.
128
129
"deviceIdentifier": { # Encapsulates hardware and product IDs to identify a manufactured device. To understand requirements on identifier sets, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # Required. Required. The device identifier of the device to claim.
129
130
"chromeOsAttestedDeviceId": "A String", # An identifier provided by OEMs, carried through the production and sales process. Only applicable to Chrome OS devices.
@@ -142,7 +143,7 @@ <h3>Method Details</h3>
142
143
"googleWorkspaceCustomerId": "A String", # The Google Workspace customer ID.
143
144
"preProvisioningToken": "A String", # Optional. Must and can only be set for Chrome OS devices.
144
145
"sectionType": "A String", # Required. The section type of the device's provisioning record.
145
-
"simlockProfileId": "A String", # Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.
{ # Request to claim devices asynchronously in batch. Claiming a device adds the device to zero-touch enrollment and shows the device in the customer's view of the portal.
172
173
"claims": [ # Required. A list of device claims.
173
174
{ # Identifies one claim request.
175
+
"configurationId": "A String", # Optional. The unique identifier of the configuration (internally known as profile) to set for the section.
174
176
"customerId": "A String", # The ID of the customer for whom the device is being claimed.
175
177
"deviceIdentifier": { # Encapsulates hardware and product IDs to identify a manufactured device. To understand requirements on identifier sets, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # Required. Required. Device identifier of the device.
176
178
"chromeOsAttestedDeviceId": "A String", # An identifier provided by OEMs, carried through the production and sales process. Only applicable to Chrome OS devices.
@@ -189,7 +191,7 @@ <h3>Method Details</h3>
189
191
"googleWorkspaceCustomerId": "A String", # The Google Workspace customer ID.
190
192
"preProvisioningToken": "A String", # Optional. Must and can only be set for Chrome OS devices.
191
193
"sectionType": "A String", # Required. The section type of the device's provisioning record.
192
-
"simlockProfileId": "A String", # Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.
"description": "Request message to claim a device on behalf of a customer.",
859
859
"id": "ClaimDeviceRequest",
860
860
"properties": {
861
+
"configurationId": {
862
+
"description": "Optional. The unique identifier of the configuration (internally known as profile) to set for the section.",
863
+
"format": "int64",
864
+
"type": "string"
865
+
},
861
866
"customerId": {
862
867
"description": "The ID of the customer for whom the device is being claimed.",
863
868
"format": "int64",
@@ -894,7 +899,7 @@
894
899
"type": "string"
895
900
},
896
901
"simlockProfileId": {
897
-
"description": "Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.",
902
+
"description": "Optional. ",
898
903
"format": "int64",
899
904
"type": "string"
900
905
}
@@ -1709,6 +1714,11 @@
1709
1714
"description": "Identifies one claim request.",
1710
1715
"id": "PartnerClaim",
1711
1716
"properties": {
1717
+
"configurationId": {
1718
+
"description": "Optional. The unique identifier of the configuration (internally known as profile) to set for the section.",
1719
+
"format": "int64",
1720
+
"type": "string"
1721
+
},
1712
1722
"customerId": {
1713
1723
"description": "The ID of the customer for whom the device is being claimed.",
1714
1724
"format": "int64",
@@ -1745,7 +1755,7 @@
1745
1755
"type": "string"
1746
1756
},
1747
1757
"simlockProfileId": {
1748
-
"description": "Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.",
0 commit comments