blob: 0543fed649641778f0a5b17b46737a58a98da14a [file] [log] [blame]
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="admin_directory_v1.html">Admin Directory API</a> . <a href="admin_directory_v1.mobiledevices.html">mobiledevices</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#action">action(customerId, resourceId, body=None)</a></code></p>
<p class="firstline">Take action on Mobile Device</p>
<p class="toc_element">
<code><a href="#delete">delete(customerId, resourceId)</a></code></p>
<p class="firstline">Delete Mobile Device</p>
<p class="toc_element">
<code><a href="#get">get(customerId, resourceId, projection=None)</a></code></p>
<p class="firstline">Retrieve Mobile Device</p>
<p class="toc_element">
<code><a href="#list">list(customerId, maxResults=None, orderBy=None, pageToken=None, projection=None, query=None, sortOrder=None)</a></code></p>
<p class="firstline">Retrieve all Mobile Devices of a customer (paginated)</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="action">action(customerId, resourceId, body=None)</code>
<pre>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:
{ # JSON request template for firing commands on Mobile Device in Directory Devices API.
&quot;action&quot;: &quot;A String&quot;, # Action to be taken on the Mobile Device
}
</pre>
</div>
<div class="method">
<code class="details" id="delete">delete(customerId, resourceId)</code>
<pre>Delete Mobile Device
Args:
customerId: string, Immutable ID of the G Suite account (required)
resourceId: string, Immutable ID of Mobile Device (required)
</pre>
</div>
<div class="method">
<code class="details" id="get">get(customerId, resourceId, projection=None)</code>
<pre>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
BASIC - Includes only the basic metadata fields (e.g., deviceId, model, status, type, and status)
FULL - Includes all metadata fields
Returns:
An object of the form:
{ # JSON template for Mobile Device resource in Directory API.
&quot;adbStatus&quot;: True or False, # Adb (USB debugging) enabled or disabled on device (Read-only)
&quot;applications&quot;: [ # List of applications installed on Mobile Device
{
&quot;displayName&quot;: &quot;A String&quot;, # Display name of application
&quot;packageName&quot;: &quot;A String&quot;, # Package name of application
&quot;permission&quot;: [ # List of Permissions for application
&quot;A String&quot;,
],
&quot;versionCode&quot;: 42, # Version code of application
&quot;versionName&quot;: &quot;A String&quot;, # Version name of application
},
],
&quot;basebandVersion&quot;: &quot;A String&quot;, # Mobile Device Baseband version (Read-only)
&quot;bootloaderVersion&quot;: &quot;A String&quot;, # Mobile Device Bootloader version (Read-only)
&quot;brand&quot;: &quot;A String&quot;, # Mobile Device Brand (Read-only)
&quot;buildNumber&quot;: &quot;A String&quot;, # Mobile Device Build number (Read-only)
&quot;defaultLanguage&quot;: &quot;A String&quot;, # The default locale used on the Mobile Device (Read-only)
&quot;developerOptionsStatus&quot;: True or False, # Developer options enabled or disabled on device (Read-only)
&quot;deviceCompromisedStatus&quot;: &quot;A String&quot;, # Mobile Device compromised status (Read-only)
&quot;deviceId&quot;: &quot;A String&quot;, # Mobile Device serial number (Read-only)
&quot;devicePasswordStatus&quot;: &quot;A String&quot;, # DevicePasswordStatus (Read-only)
&quot;email&quot;: [ # List of owner user&#x27;s email addresses (Read-only)
&quot;A String&quot;,
],
&quot;encryptionStatus&quot;: &quot;A String&quot;, # Mobile Device Encryption Status (Read-only)
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
&quot;firstSync&quot;: &quot;A String&quot;, # Date and time the device was first synchronized with the policy settings in the G Suite administrator control panel (Read-only)
&quot;hardware&quot;: &quot;A String&quot;, # Mobile Device Hardware (Read-only)
&quot;hardwareId&quot;: &quot;A String&quot;, # Mobile Device Hardware Id (Read-only)
&quot;imei&quot;: &quot;A String&quot;, # Mobile Device IMEI number (Read-only)
&quot;kernelVersion&quot;: &quot;A String&quot;, # Mobile Device Kernel version (Read-only)
&quot;kind&quot;: &quot;admin#directory#mobiledevice&quot;, # Kind of resource this is.
&quot;lastSync&quot;: &quot;A String&quot;, # Date and time the device was last synchronized with the policy settings in the G Suite administrator control panel (Read-only)
&quot;managedAccountIsOnOwnerProfile&quot;: True or False, # Boolean indicating if this account is on owner/primary profile or not (Read-only)
&quot;manufacturer&quot;: &quot;A String&quot;, # Mobile Device manufacturer (Read-only)
&quot;meid&quot;: &quot;A String&quot;, # Mobile Device MEID number (Read-only)
&quot;model&quot;: &quot;A String&quot;, # Name of the model of the device
&quot;name&quot;: [ # List of owner user&#x27;s names (Read-only)
&quot;A String&quot;,
],
&quot;networkOperator&quot;: &quot;A String&quot;, # Mobile Device mobile or network operator (if available) (Read-only)
&quot;os&quot;: &quot;A String&quot;, # Name of the mobile operating system
&quot;otherAccountsInfo&quot;: [ # List of accounts added on device (Read-only)
&quot;A String&quot;,
],
&quot;privilege&quot;: &quot;A String&quot;, # DMAgentPermission (Read-only)
&quot;releaseVersion&quot;: &quot;A String&quot;, # Mobile Device release version version (Read-only)
&quot;resourceId&quot;: &quot;A String&quot;, # Unique identifier of Mobile Device (Read-only)
&quot;securityPatchLevel&quot;: &quot;A String&quot;, # Mobile Device Security patch level (Read-only)
&quot;serialNumber&quot;: &quot;A String&quot;, # Mobile Device SSN or Serial Number (Read-only)
&quot;status&quot;: &quot;A String&quot;, # Status of the device (Read-only)
&quot;supportsWorkProfile&quot;: True or False, # Work profile supported on device (Read-only)
&quot;type&quot;: &quot;A String&quot;, # The type of device (Read-only)
&quot;unknownSourcesStatus&quot;: True or False, # Unknown sources enabled or disabled on device (Read-only)
&quot;userAgent&quot;: &quot;A String&quot;, # Mobile Device user agent
&quot;wifiMacAddress&quot;: &quot;A String&quot;, # Mobile Device WiFi MAC address (Read-only)
}</pre>
</div>
<div class="method">
<code class="details" id="list">list(customerId, maxResults=None, orderBy=None, pageToken=None, projection=None, query=None, sortOrder=None)</code>
<pre>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.
orderBy: string, Column to use for sorting results
Allowed values
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
projection: string, Restrict information returned to a set of selected fields.
Allowed values
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 provided by this Help Center article.
sortOrder: string, Whether to return results in ascending or descending order. Only of use when orderBy is also used
Allowed values
ASCENDING - Ascending order.
DESCENDING - Descending order.
Returns:
An object of the form:
{ # JSON response template for List Mobile Devices operation in Directory API.
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
&quot;kind&quot;: &quot;admin#directory#mobiledevices&quot;, # Kind of resource this is.
&quot;mobiledevices&quot;: [ # List of Mobile Device objects.
{ # JSON template for Mobile Device resource in Directory API.
&quot;adbStatus&quot;: True or False, # Adb (USB debugging) enabled or disabled on device (Read-only)
&quot;applications&quot;: [ # List of applications installed on Mobile Device
{
&quot;displayName&quot;: &quot;A String&quot;, # Display name of application
&quot;packageName&quot;: &quot;A String&quot;, # Package name of application
&quot;permission&quot;: [ # List of Permissions for application
&quot;A String&quot;,
],
&quot;versionCode&quot;: 42, # Version code of application
&quot;versionName&quot;: &quot;A String&quot;, # Version name of application
},
],
&quot;basebandVersion&quot;: &quot;A String&quot;, # Mobile Device Baseband version (Read-only)
&quot;bootloaderVersion&quot;: &quot;A String&quot;, # Mobile Device Bootloader version (Read-only)
&quot;brand&quot;: &quot;A String&quot;, # Mobile Device Brand (Read-only)
&quot;buildNumber&quot;: &quot;A String&quot;, # Mobile Device Build number (Read-only)
&quot;defaultLanguage&quot;: &quot;A String&quot;, # The default locale used on the Mobile Device (Read-only)
&quot;developerOptionsStatus&quot;: True or False, # Developer options enabled or disabled on device (Read-only)
&quot;deviceCompromisedStatus&quot;: &quot;A String&quot;, # Mobile Device compromised status (Read-only)
&quot;deviceId&quot;: &quot;A String&quot;, # Mobile Device serial number (Read-only)
&quot;devicePasswordStatus&quot;: &quot;A String&quot;, # DevicePasswordStatus (Read-only)
&quot;email&quot;: [ # List of owner user&#x27;s email addresses (Read-only)
&quot;A String&quot;,
],
&quot;encryptionStatus&quot;: &quot;A String&quot;, # Mobile Device Encryption Status (Read-only)
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
&quot;firstSync&quot;: &quot;A String&quot;, # Date and time the device was first synchronized with the policy settings in the G Suite administrator control panel (Read-only)
&quot;hardware&quot;: &quot;A String&quot;, # Mobile Device Hardware (Read-only)
&quot;hardwareId&quot;: &quot;A String&quot;, # Mobile Device Hardware Id (Read-only)
&quot;imei&quot;: &quot;A String&quot;, # Mobile Device IMEI number (Read-only)
&quot;kernelVersion&quot;: &quot;A String&quot;, # Mobile Device Kernel version (Read-only)
&quot;kind&quot;: &quot;admin#directory#mobiledevice&quot;, # Kind of resource this is.
&quot;lastSync&quot;: &quot;A String&quot;, # Date and time the device was last synchronized with the policy settings in the G Suite administrator control panel (Read-only)
&quot;managedAccountIsOnOwnerProfile&quot;: True or False, # Boolean indicating if this account is on owner/primary profile or not (Read-only)
&quot;manufacturer&quot;: &quot;A String&quot;, # Mobile Device manufacturer (Read-only)
&quot;meid&quot;: &quot;A String&quot;, # Mobile Device MEID number (Read-only)
&quot;model&quot;: &quot;A String&quot;, # Name of the model of the device
&quot;name&quot;: [ # List of owner user&#x27;s names (Read-only)
&quot;A String&quot;,
],
&quot;networkOperator&quot;: &quot;A String&quot;, # Mobile Device mobile or network operator (if available) (Read-only)
&quot;os&quot;: &quot;A String&quot;, # Name of the mobile operating system
&quot;otherAccountsInfo&quot;: [ # List of accounts added on device (Read-only)
&quot;A String&quot;,
],
&quot;privilege&quot;: &quot;A String&quot;, # DMAgentPermission (Read-only)
&quot;releaseVersion&quot;: &quot;A String&quot;, # Mobile Device release version version (Read-only)
&quot;resourceId&quot;: &quot;A String&quot;, # Unique identifier of Mobile Device (Read-only)
&quot;securityPatchLevel&quot;: &quot;A String&quot;, # Mobile Device Security patch level (Read-only)
&quot;serialNumber&quot;: &quot;A String&quot;, # Mobile Device SSN or Serial Number (Read-only)
&quot;status&quot;: &quot;A String&quot;, # Status of the device (Read-only)
&quot;supportsWorkProfile&quot;: True or False, # Work profile supported on device (Read-only)
&quot;type&quot;: &quot;A String&quot;, # The type of device (Read-only)
&quot;unknownSourcesStatus&quot;: True or False, # Unknown sources enabled or disabled on device (Read-only)
&quot;userAgent&quot;: &quot;A String&quot;, # Mobile Device user agent
&quot;wifiMacAddress&quot;: &quot;A String&quot;, # Mobile Device WiFi MAC address (Read-only)
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # Token used to access next page of this result.
}</pre>
</div>
<div class="method">
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
<pre>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 &#x27;execute()&#x27; on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>
</body></html>