action(customerId, resourceId, body=None, x__xgafv=None)
Take action on Mobile Device
Close httplib2 connections.
delete(customerId, resourceId, x__xgafv=None)
Delete Mobile Device
get(customerId, resourceId, projection=None, x__xgafv=None)
Retrieve Mobile Device
Retrieve all Mobile Devices of a customer (paginated)
list_next(previous_request, previous_response)
Retrieves the next page of results.
action(customerId, resourceId, body=None, x__xgafv=None)
Take action on Mobile Device
Args:
customerId: string, Immutable ID of the G Suite account (required)
resourceId: string, Immutable ID of Mobile Device (required)
body: object, The request body.
The object takes the form of:
{
"action": "A String", # Action to be taken on the Mobile Device
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
close()
Close httplib2 connections.
delete(customerId, resourceId, x__xgafv=None)
Delete Mobile Device
Args:
customerId: string, Immutable ID of the G Suite account (required)
resourceId: string, Immutable ID of Mobile Device (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
get(customerId, resourceId, projection=None, x__xgafv=None)
Retrieve Mobile Device
Args:
customerId: string, Immutable ID of the G Suite account (required)
resourceId: string, Immutable ID of Mobile Device (required)
projection: string, Restrict information returned to a set of selected fields.
Allowed values
PROJECTION_UNDEFINED -
BASIC - Includes only the basic metadata fields (e.g., deviceId, model, status, type, and status)
FULL - Includes all metadata fields
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
"basebandVersion": "A String", # Mobile Device Baseband version (Read-only)
"managedAccountIsOnOwnerProfile": True or False, # Boolean indicating if this account is on owner/primary profile or not (Read-only)
"wifiMacAddress": "A String", # Mobile Device WiFi MAC address (Read-only)
"securityPatchLevel": "A String", # Mobile Device Security patch level (Read-only)
"etag": "A String", # ETag of the resource.
"imei": "A String", # Mobile Device IMEI number (Read-only)
"otherAccountsInfo": [ # List of accounts added on device (Read-only)
"A String",
],
"brand": "A String", # Mobile Device Brand (Read-only)
"email": [ # List of owner user's email addresses (Read-only)
"A String",
],
"developerOptionsStatus": True or False, # Developer options enabled or disabled on device (Read-only)
"manufacturer": "A String", # Mobile Device manufacturer (Read-only)
"defaultLanguage": "A String", # The default locale used on the Mobile Device (Read-only)
"serialNumber": "A String", # Mobile Device SSN or Serial Number (Read-only)
"deviceCompromisedStatus": "A String", # Mobile Device compromised status (Read-only)
"os": "A String", # Name of the mobile operating system
"applications": [ # List of applications installed on Mobile Device
{
"versionName": "A String", # Version name of application
"versionCode": 42, # Version code of application
"displayName": "A String", # Display name of application
"permission": [ # List of Permissions for application
"A String",
],
"packageName": "A String", # Package name of application
},
],
"unknownSourcesStatus": True or False, # Unknown sources enabled or disabled on device (Read-only)
"type": "A String", # The type of device (Read-only)
"deviceId": "A String", # Mobile Device serial number (Read-only)
"userAgent": "A String", # Mobile Device user agent
"lastSync": "A String", # Date and time the device was last synchronized with the policy settings in the G Suite administrator control panel (Read-only)
"supportsWorkProfile": True or False, # Work profile supported on device (Read-only)
"bootloaderVersion": "A String", # Mobile Device Bootloader version (Read-only)
"name": [ # List of owner user's names (Read-only)
"A String",
],
"releaseVersion": "A String", # Mobile Device release version version (Read-only)
"model": "A String", # Name of the model of the device
"resourceId": "A String", # Unique identifier of Mobile Device (Read-only)
"devicePasswordStatus": "A String", # DevicePasswordStatus (Read-only)
"encryptionStatus": "A String", # Mobile Device Encryption Status (Read-only)
"hardwareId": "A String", # Mobile Device Hardware Id (Read-only)
"status": "A String", # Status of the device (Read-only)
"meid": "A String", # Mobile Device MEID number (Read-only)
"kernelVersion": "A String", # Mobile Device Kernel version (Read-only)
"firstSync": "A String", # Date and time the device was first synchronized with the policy settings in the G Suite administrator control panel (Read-only)
"buildNumber": "A String", # Mobile Device Build number (Read-only)
"networkOperator": "A String", # Mobile Device mobile or network operator (if available) (Read-only)
"kind": "admin#directory#mobiledevice", # Kind of resource this is.
"hardware": "A String", # Mobile Device Hardware (Read-only)
"adbStatus": True or False, # Adb (USB debugging) enabled or disabled on device (Read-only)
"privilege": "A String", # DMAgentPermission (Read-only)
}
list(customerId, maxResults=None, orderBy=None, pageToken=None, sortOrder=None, projection=None, query=None, x__xgafv=None)
Retrieve all Mobile Devices of a customer (paginated)
Args:
customerId: string, Immutable ID of the G Suite account (required)
maxResults: integer, Maximum number of results to return. Max allowed value is 100.
orderBy: string, Column to use for sorting results
Allowed values
orderByUndefined -
deviceId - Mobile Device serial number.
email - Owner user email.
lastSync - Last policy settings sync date time of the device.
model - Mobile Device model.
name - Owner user name.
os - Mobile operating system.
status - Status of the device.
type - Type of the device.
pageToken: string, Token to specify next page in the list
sortOrder: string, Whether to return results in ascending or descending order. Only of use when orderBy is also used
Allowed values
SORT_ORDER_UNDEFINED -
ASCENDING - Ascending order.
DESCENDING - Descending order.
projection: string, Restrict information returned to a set of selected fields.
Allowed values
PROJECTION_UNDEFINED -
BASIC - Includes only the basic metadata fields (e.g., deviceId, model, status, type, and status)
FULL - Includes all metadata fields
query: string, Search string in the format given at http://support.google.com/a/bin/answer.py?answer=1408863#search
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
"etag": "A String", # ETag of the resource.
"mobiledevices": [ # List of Mobile Device objects.
{
"basebandVersion": "A String", # Mobile Device Baseband version (Read-only)
"managedAccountIsOnOwnerProfile": True or False, # Boolean indicating if this account is on owner/primary profile or not (Read-only)
"wifiMacAddress": "A String", # Mobile Device WiFi MAC address (Read-only)
"securityPatchLevel": "A String", # Mobile Device Security patch level (Read-only)
"etag": "A String", # ETag of the resource.
"imei": "A String", # Mobile Device IMEI number (Read-only)
"otherAccountsInfo": [ # List of accounts added on device (Read-only)
"A String",
],
"brand": "A String", # Mobile Device Brand (Read-only)
"email": [ # List of owner user's email addresses (Read-only)
"A String",
],
"developerOptionsStatus": True or False, # Developer options enabled or disabled on device (Read-only)
"manufacturer": "A String", # Mobile Device manufacturer (Read-only)
"defaultLanguage": "A String", # The default locale used on the Mobile Device (Read-only)
"serialNumber": "A String", # Mobile Device SSN or Serial Number (Read-only)
"deviceCompromisedStatus": "A String", # Mobile Device compromised status (Read-only)
"os": "A String", # Name of the mobile operating system
"applications": [ # List of applications installed on Mobile Device
{
"versionName": "A String", # Version name of application
"versionCode": 42, # Version code of application
"displayName": "A String", # Display name of application
"permission": [ # List of Permissions for application
"A String",
],
"packageName": "A String", # Package name of application
},
],
"unknownSourcesStatus": True or False, # Unknown sources enabled or disabled on device (Read-only)
"type": "A String", # The type of device (Read-only)
"deviceId": "A String", # Mobile Device serial number (Read-only)
"userAgent": "A String", # Mobile Device user agent
"lastSync": "A String", # Date and time the device was last synchronized with the policy settings in the G Suite administrator control panel (Read-only)
"supportsWorkProfile": True or False, # Work profile supported on device (Read-only)
"bootloaderVersion": "A String", # Mobile Device Bootloader version (Read-only)
"name": [ # List of owner user's names (Read-only)
"A String",
],
"releaseVersion": "A String", # Mobile Device release version version (Read-only)
"model": "A String", # Name of the model of the device
"resourceId": "A String", # Unique identifier of Mobile Device (Read-only)
"devicePasswordStatus": "A String", # DevicePasswordStatus (Read-only)
"encryptionStatus": "A String", # Mobile Device Encryption Status (Read-only)
"hardwareId": "A String", # Mobile Device Hardware Id (Read-only)
"status": "A String", # Status of the device (Read-only)
"meid": "A String", # Mobile Device MEID number (Read-only)
"kernelVersion": "A String", # Mobile Device Kernel version (Read-only)
"firstSync": "A String", # Date and time the device was first synchronized with the policy settings in the G Suite administrator control panel (Read-only)
"buildNumber": "A String", # Mobile Device Build number (Read-only)
"networkOperator": "A String", # Mobile Device mobile or network operator (if available) (Read-only)
"kind": "admin#directory#mobiledevice", # Kind of resource this is.
"hardware": "A String", # Mobile Device Hardware (Read-only)
"adbStatus": True or False, # Adb (USB debugging) enabled or disabled on device (Read-only)
"privilege": "A String", # DMAgentPermission (Read-only)
},
],
"kind": "admin#directory#mobiledevices", # Kind of resource this is.
"nextPageToken": "A String", # Token used to access next page of this result.
}
list_next(previous_request, previous_response)
Retrieves the next page of results.
Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)
Returns:
A request object that you can call 'execute()' on to request the next
page. Returns None if there are no more items in the collection.