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
#### androiddeviceprovisioning:v1
The following keys were added:
- schemas.ClaimDeviceRequest.properties.simlockProfileId.description
- schemas.ClaimDeviceRequest.properties.simlockProfileId.format
- schemas.ClaimDeviceRequest.properties.simlockProfileId.type
The following keys were changed:
- schemas.DeviceClaim.properties.ownerCompanyId.description
- schemas.DeviceIdentifier.properties.model.description
- schemas.PerDeviceStatusInBatch.properties.deviceId.description
"description": "Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile (go/simlock/profiles).",
872
+
"format": "int64",
873
+
"type": "string"
869
874
}
870
875
},
871
876
"type": "object"
@@ -1187,7 +1192,7 @@
1187
1192
"type": "string"
1188
1193
},
1189
1194
"ownerCompanyId": {
1190
-
"description": "The ID of the Customer that purchased the Android device.",
1195
+
"description": "The ID of the Customer that purchased the device.",
1191
1196
"format": "int64",
1192
1197
"type": "string"
1193
1198
},
@@ -1259,7 +1264,7 @@
1259
1264
"type": "string"
1260
1265
},
1261
1266
"model": {
1262
-
"description": "The device model's name. Allowed values are listed in [Android models](/zero-touch/resources/manufacturer-names#model-names) and [Chrome OS models](https://support.google.com/chrome/a/answer/10130175?hl=en#identify_compatible).",
1267
+
"description": "The device model's name. Allowed values are listed in [Android models](/zero-touch/resources/manufacturer-names#model-names) and [Chrome OS models](https://support.google.com/chrome/a/answer/10130175#identify_compatible).",
1263
1268
"type": "string"
1264
1269
},
1265
1270
"serialNumber": {
@@ -1723,7 +1728,7 @@
1723
1728
"id": "PerDeviceStatusInBatch",
1724
1729
"properties": {
1725
1730
"deviceId": {
1726
-
"description": "If processing succeeds, the device ID of the Android device.",
1731
+
"description": "If processing succeeds, the device ID of the device.",
* Required. The section type of the device's provisioning record.
157
157
*/
158
158
sectionType?: string|null;
159
+
/**
160
+
* Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile (go/simlock/profiles).
161
+
*/
162
+
simlockProfileId?: string|null;
159
163
}
160
164
/**
161
165
* Response message containing device id of the claim.
* The device model's name. Allowed values are listed in [Android models](/zero-touch/resources/manufacturer-names#model-names) and [Chrome OS models](https://support.google.com/chrome/a/answer/10130175?hl=en#identify_compatible).
443
+
* The device model's name. Allowed values are listed in [Android models](/zero-touch/resources/manufacturer-names#model-names) and [Chrome OS models](https://support.google.com/chrome/a/answer/10130175#identify_compatible).
0 commit comments