blob: 441049f4ef605d19815b30f125fb947494299b85 [file] [log] [blame]
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="androidmanagement_v1.html">Android Management API</a> . <a href="androidmanagement_v1.enterprises.html">enterprises</a> . <a href="androidmanagement_v1.enterprises.applications.html">applications</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#get">get(name, languageCode=None, x__xgafv=None)</a></code></p>
79<p class="firstline">Gets info about an application.</p>
80<h3>Method Details</h3>
81<div class="method">
82 <code class="details" id="get">get(name, languageCode=None, x__xgafv=None)</code>
83 <pre>Gets info about an application.
84
85Args:
86 name: string, The name of the application in the form enterprises/{enterpriseId}/applications/{package_name}. (required)
Bu Sun Kim65020912020-05-20 12:08:20 -070087 languageCode: string, The preferred language for localized application info, as a BCP47 tag (e.g. &quot;en-US&quot;, &quot;de&quot;). If not specified the default language of the application will be used.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070088 x__xgafv: string, V1 error format.
89 Allowed values
90 1 - v1 error format
91 2 - v2 error format
92
93Returns:
94 An object of the form:
95
96 { # Information about an app.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070097 &quot;name&quot;: &quot;A String&quot;, # The name of the app in the form enterprises/{enterpriseId}/applications/{package_name}.
98 &quot;permissions&quot;: [ # The permissions required by the app.
99 { # A permission required by the app.
100 &quot;name&quot;: &quot;A String&quot;, # The name of the permission. Localized.
101 &quot;description&quot;: &quot;A String&quot;, # A longer description of the permission, providing more detail on what it affects. Localized.
102 &quot;permissionId&quot;: &quot;A String&quot;, # An opaque string uniquely identifying the permission. Not localized.
103 },
104 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700105 &quot;appTracks&quot;: [ # Application tracks visible to the enterprise.
Dan O'Mearadd494642020-05-01 07:42:23 -0700106 { # Id to name association of a app track.
Bu Sun Kim65020912020-05-20 12:08:20 -0700107 &quot;trackId&quot;: &quot;A String&quot;, # The unmodifiable unique track identifier, taken from the releaseTrackId in the URL of the Play Console page that displays the app’s track information.
108 &quot;trackAlias&quot;: &quot;A String&quot;, # The track name associated with the trackId, set in the Play Console. The name is modifiable from Play Console.
Dan O'Mearadd494642020-05-01 07:42:23 -0700109 },
110 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700111 &quot;title&quot;: &quot;A String&quot;, # The title of the app. Localized.
Bu Sun Kim65020912020-05-20 12:08:20 -0700112 &quot;managedProperties&quot;: [ # The set of managed properties available to be pre-configured for the app.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700113 { # Managed property.
Bu Sun Kim65020912020-05-20 12:08:20 -0700114 &quot;defaultValue&quot;: &quot;&quot;, # The default value of the property. BUNDLE_ARRAY properties don&#x27;t have a default value.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700115 &quot;key&quot;: &quot;A String&quot;, # The unique key that the app uses to identify the property, e.g. &quot;com.google.android.gm.fieldname&quot;.
Bu Sun Kim65020912020-05-20 12:08:20 -0700116 &quot;nestedProperties&quot;: [ # For BUNDLE_ARRAY properties, the list of nested properties. A BUNDLE_ARRAY property is at most two levels deep.
117 # Object with schema name: ManagedProperty
118 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700119 &quot;entries&quot;: [ # For CHOICE or MULTISELECT properties, the list of possible entries.
120 { # An entry of a managed property.
121 &quot;value&quot;: &quot;A String&quot;, # The machine-readable value of the entry, which should be used in the configuration. Not localized.
122 &quot;name&quot;: &quot;A String&quot;, # The human-readable name of the value. Localized.
123 },
124 ],
125 &quot;type&quot;: &quot;A String&quot;, # The type of the property.
126 &quot;title&quot;: &quot;A String&quot;, # The name of the property. Localized.
127 &quot;description&quot;: &quot;A String&quot;, # A longer description of the property, providing more detail of what it affects. Localized.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700128 },
129 ],
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700130 }</pre>
131</div>
132
133</body></html>