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
partnerId: string, Required. The ID of the partner. (required)
447
+
body: object, The request body.
448
+
The object takes the form of:
449
+
450
+
{ # Request to get a device's SIM lock status.
451
+
"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 to search for.
452
+
"chromeOsAttestedDeviceId": "A String", # An identifier provided by OEMs, carried through the production and sales process. Only applicable to Chrome OS devices.
453
+
"deviceType": "A String", # The type of the device
454
+
"imei": "A String", # The device’s IMEI number. Validated on input.
455
+
"manufacturer": "A String", # The device manufacturer’s name. Matches the device's built-in value returned from `android.os.Build.MANUFACTURER`. Allowed values are listed in [Android manufacturers](/zero-touch/resources/manufacturer-names#manufacturers-names).
456
+
"meid": "A String", # The device’s MEID number.
457
+
"model": "A String", # 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).
458
+
"serialNumber": "A String", # The manufacturer's serial number for the device. This value might not be unique across different device models.
459
+
},
460
+
}
461
+
462
+
x__xgafv: string, V1 error format.
463
+
Allowed values
464
+
1 - v1 error format
465
+
2 - v2 error format
466
+
467
+
Returns:
468
+
An object of the form:
469
+
470
+
{ # Response containing a device's SimLock state.
0 commit comments