blob: 05e29924b647467f6aa13b0e4be99996b75d48e4 [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="androidenterprise_v1.html">Google Play EMM API</a> . <a href="androidenterprise_v1.managedconfigurationssettings.html">managedconfigurationssettings</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#list">list(enterpriseId, productId)</a></code></p>
<p class="firstline">Lists all the managed configurations settings for the specified app.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="list">list(enterpriseId, productId)</code>
<pre>Lists all the managed configurations settings for the specified app.
Args:
enterpriseId: string, The ID of the enterprise. (required)
productId: string, The ID of the product for which the managed configurations settings applies to. (required)
Returns:
An object of the form:
{ # The managed configurations settings for a product.
"managedConfigurationsSettings": [ # A managed configurations settings for an app that may be assigned to a group of users in an enterprise.
{ # A managed configurations settings resource contains the set of managed properties that have been configured for an Android app to be applied to a set of users. The app's developer would have defined configurable properties in the managed configurations schema.
"kind": "androidenterprise#managedConfigurationsSettings",
"mcmId": "A String", # The ID of the managed configurations settings.
"name": "A String", # The name of the managed configurations settings.
"lastUpdatedTimestampMillis": "A String", # The last updated time of the managed configuration settings in milliseconds since 1970-01-01T00:00:00Z.
},
],
"kind": "androidenterprise#managedConfigurationsSettingsListResponse", # Identifies what kind of resource this is. Value: the fixed string "androidenterprise#managedConfigurationsSettingsListResponse".
}</pre>
</div>
</body></html>