• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<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="apigee_v1.html">Apigee API</a> . <a href="apigee_v1.organizations.html">organizations</a> . <a href="apigee_v1.organizations.developers.html">developers</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="apigee_v1.organizations.developers.apps.html">apps()</a></code>
79</p>
80<p class="firstline">Returns the apps Resource.</p>
81
82<p class="toc_element">
83  <code><a href="apigee_v1.organizations.developers.attributes.html">attributes()</a></code>
84</p>
85<p class="firstline">Returns the attributes Resource.</p>
86
87<p class="toc_element">
88  <code><a href="apigee_v1.organizations.developers.balance.html">balance()</a></code>
89</p>
90<p class="firstline">Returns the balance Resource.</p>
91
92<p class="toc_element">
93  <code><a href="apigee_v1.organizations.developers.subscriptions.html">subscriptions()</a></code>
94</p>
95<p class="firstline">Returns the subscriptions Resource.</p>
96
97<p class="toc_element">
98  <code><a href="#close">close()</a></code></p>
99<p class="firstline">Close httplib2 connections.</p>
100<p class="toc_element">
101  <code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
102<p class="firstline">Creates a developer. Once created, the developer can register an app and obtain an API key. At creation time, a developer is set as `active`. To change the developer status, use the SetDeveloperStatus API.</p>
103<p class="toc_element">
104  <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
105<p class="firstline">Deletes a developer. All apps and API keys associated with the developer are also removed. **Warning**: This API will permanently delete the developer and related artifacts. To avoid permanently deleting developers and their artifacts, set the developer status to `inactive` using the SetDeveloperStatus API. **Note**: The delete operation is asynchronous. The developer app is deleted immediately, but its associated resources, such as apps and API keys, may take anywhere from a few seconds to a few minutes to be deleted.</p>
106<p class="toc_element">
107  <code><a href="#get">get(name, action=None, x__xgafv=None)</a></code></p>
108<p class="firstline">Returns the developer details, including the developer's name, email address, apps, and other information. **Note**: The response includes only the first 100 developer apps.</p>
109<p class="toc_element">
110  <code><a href="#getBalance">getBalance(name, x__xgafv=None)</a></code></p>
111<p class="firstline">Gets the account balance for the developer.</p>
112<p class="toc_element">
113  <code><a href="#getMonetizationConfig">getMonetizationConfig(name, x__xgafv=None)</a></code></p>
114<p class="firstline">Gets the monetization configuration for the developer.</p>
115<p class="toc_element">
116  <code><a href="#list">list(parent, app=None, count=None, expand=None, ids=None, includeCompany=None, startKey=None, x__xgafv=None)</a></code></p>
117<p class="firstline">Lists all developers in an organization by email address. By default, the response does not include company developers. Set the `includeCompany` query parameter to `true` to include company developers. **Note**: A maximum of 1000 developers are returned in the response. You paginate the list of developers returned using the `startKey` and `count` query parameters.</p>
118<p class="toc_element">
119  <code><a href="#setDeveloperStatus">setDeveloperStatus(name, action=None, x__xgafv=None)</a></code></p>
120<p class="firstline">Sets the status of a developer. A developer is `active` by default. If you set a developer's status to `inactive`, the API keys assigned to the developer apps are no longer valid even though the API keys are set to `approved`. Inactive developers can still sign in to the developer portal and create apps; however, any new API keys generated during app creation won't work. To set the status of a developer, set the `action` query parameter to `active` or `inactive`, and the `Content-Type` header to `application/octet-stream`. If successful, the API call returns the following HTTP status code: `204 No Content`</p>
121<p class="toc_element">
122  <code><a href="#update">update(name, body=None, x__xgafv=None)</a></code></p>
123<p class="firstline">Updates a developer. This API replaces the existing developer details with those specified in the request. Include or exclude any existing details that you want to retain or delete, respectively. The custom attribute limit is 18. **Note**: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (current default). Any custom attributes associated with these entities are cached for at least 180 seconds after the entity is accessed at runtime. Therefore, an `ExpiresIn` element on the OAuthV2 policy won't be able to expire an access token in less than 180 seconds.</p>
124<p class="toc_element">
125  <code><a href="#updateMonetizationConfig">updateMonetizationConfig(name, body=None, x__xgafv=None)</a></code></p>
126<p class="firstline">Updates the monetization configuration for the developer.</p>
127<h3>Method Details</h3>
128<div class="method">
129    <code class="details" id="close">close()</code>
130  <pre>Close httplib2 connections.</pre>
131</div>
132
133<div class="method">
134    <code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
135  <pre>Creates a developer. Once created, the developer can register an app and obtain an API key. At creation time, a developer is set as `active`. To change the developer status, use the SetDeveloperStatus API.
136
137Args:
138  parent: string, Required. Name of the Apigee organization in which the developer is created. Use the following structure in your request: `organizations/{org}`. (required)
139  body: object, The request body.
140    The object takes the form of:
141
142{
143  &quot;accessType&quot;: &quot;A String&quot;, # Access type.
144  &quot;appFamily&quot;: &quot;A String&quot;, # Developer app family.
145  &quot;apps&quot;: [ # List of apps associated with the developer.
146    &quot;A String&quot;,
147  ],
148  &quot;attributes&quot;: [ # Optional. Developer attributes (name/value pairs). The custom attribute limit is 18.
149    { # Key-value pair to store extra metadata.
150      &quot;name&quot;: &quot;A String&quot;, # API key of the attribute.
151      &quot;value&quot;: &quot;A String&quot;, # Value of the attribute.
152    },
153  ],
154  &quot;companies&quot;: [ # List of companies associated with the developer.
155    &quot;A String&quot;,
156  ],
157  &quot;createdAt&quot;: &quot;A String&quot;, # Output only. Time at which the developer was created in milliseconds since epoch.
158  &quot;developerId&quot;: &quot;A String&quot;, # ID of the developer. **Note**: IDs are generated internally by Apigee and are not guaranteed to stay the same over time.
159  &quot;email&quot;: &quot;A String&quot;, # Required. Email address of the developer. This value is used to uniquely identify the developer in Apigee hybrid. Note that the email address has to be in lowercase only.
160  &quot;firstName&quot;: &quot;A String&quot;, # Required. First name of the developer.
161  &quot;lastModifiedAt&quot;: &quot;A String&quot;, # Output only. Time at which the developer was last modified in milliseconds since epoch.
162  &quot;lastName&quot;: &quot;A String&quot;, # Required. Last name of the developer.
163  &quot;organizationName&quot;: &quot;A String&quot;, # Output only. Name of the Apigee organization in which the developer resides.
164  &quot;status&quot;: &quot;A String&quot;, # Output only. Status of the developer. Valid values are `active` and `inactive`.
165  &quot;userName&quot;: &quot;A String&quot;, # Required. User name of the developer. Not used by Apigee hybrid.
166}
167
168  x__xgafv: string, V1 error format.
169    Allowed values
170      1 - v1 error format
171      2 - v2 error format
172
173Returns:
174  An object of the form:
175
176    {
177  &quot;accessType&quot;: &quot;A String&quot;, # Access type.
178  &quot;appFamily&quot;: &quot;A String&quot;, # Developer app family.
179  &quot;apps&quot;: [ # List of apps associated with the developer.
180    &quot;A String&quot;,
181  ],
182  &quot;attributes&quot;: [ # Optional. Developer attributes (name/value pairs). The custom attribute limit is 18.
183    { # Key-value pair to store extra metadata.
184      &quot;name&quot;: &quot;A String&quot;, # API key of the attribute.
185      &quot;value&quot;: &quot;A String&quot;, # Value of the attribute.
186    },
187  ],
188  &quot;companies&quot;: [ # List of companies associated with the developer.
189    &quot;A String&quot;,
190  ],
191  &quot;createdAt&quot;: &quot;A String&quot;, # Output only. Time at which the developer was created in milliseconds since epoch.
192  &quot;developerId&quot;: &quot;A String&quot;, # ID of the developer. **Note**: IDs are generated internally by Apigee and are not guaranteed to stay the same over time.
193  &quot;email&quot;: &quot;A String&quot;, # Required. Email address of the developer. This value is used to uniquely identify the developer in Apigee hybrid. Note that the email address has to be in lowercase only.
194  &quot;firstName&quot;: &quot;A String&quot;, # Required. First name of the developer.
195  &quot;lastModifiedAt&quot;: &quot;A String&quot;, # Output only. Time at which the developer was last modified in milliseconds since epoch.
196  &quot;lastName&quot;: &quot;A String&quot;, # Required. Last name of the developer.
197  &quot;organizationName&quot;: &quot;A String&quot;, # Output only. Name of the Apigee organization in which the developer resides.
198  &quot;status&quot;: &quot;A String&quot;, # Output only. Status of the developer. Valid values are `active` and `inactive`.
199  &quot;userName&quot;: &quot;A String&quot;, # Required. User name of the developer. Not used by Apigee hybrid.
200}</pre>
201</div>
202
203<div class="method">
204    <code class="details" id="delete">delete(name, x__xgafv=None)</code>
205  <pre>Deletes a developer. All apps and API keys associated with the developer are also removed. **Warning**: This API will permanently delete the developer and related artifacts. To avoid permanently deleting developers and their artifacts, set the developer status to `inactive` using the SetDeveloperStatus API. **Note**: The delete operation is asynchronous. The developer app is deleted immediately, but its associated resources, such as apps and API keys, may take anywhere from a few seconds to a few minutes to be deleted.
206
207Args:
208  name: string, Required. Email address of the developer. Use the following structure in your request: `organizations/{org}/developers/{developer_email}` (required)
209  x__xgafv: string, V1 error format.
210    Allowed values
211      1 - v1 error format
212      2 - v2 error format
213
214Returns:
215  An object of the form:
216
217    {
218  &quot;accessType&quot;: &quot;A String&quot;, # Access type.
219  &quot;appFamily&quot;: &quot;A String&quot;, # Developer app family.
220  &quot;apps&quot;: [ # List of apps associated with the developer.
221    &quot;A String&quot;,
222  ],
223  &quot;attributes&quot;: [ # Optional. Developer attributes (name/value pairs). The custom attribute limit is 18.
224    { # Key-value pair to store extra metadata.
225      &quot;name&quot;: &quot;A String&quot;, # API key of the attribute.
226      &quot;value&quot;: &quot;A String&quot;, # Value of the attribute.
227    },
228  ],
229  &quot;companies&quot;: [ # List of companies associated with the developer.
230    &quot;A String&quot;,
231  ],
232  &quot;createdAt&quot;: &quot;A String&quot;, # Output only. Time at which the developer was created in milliseconds since epoch.
233  &quot;developerId&quot;: &quot;A String&quot;, # ID of the developer. **Note**: IDs are generated internally by Apigee and are not guaranteed to stay the same over time.
234  &quot;email&quot;: &quot;A String&quot;, # Required. Email address of the developer. This value is used to uniquely identify the developer in Apigee hybrid. Note that the email address has to be in lowercase only.
235  &quot;firstName&quot;: &quot;A String&quot;, # Required. First name of the developer.
236  &quot;lastModifiedAt&quot;: &quot;A String&quot;, # Output only. Time at which the developer was last modified in milliseconds since epoch.
237  &quot;lastName&quot;: &quot;A String&quot;, # Required. Last name of the developer.
238  &quot;organizationName&quot;: &quot;A String&quot;, # Output only. Name of the Apigee organization in which the developer resides.
239  &quot;status&quot;: &quot;A String&quot;, # Output only. Status of the developer. Valid values are `active` and `inactive`.
240  &quot;userName&quot;: &quot;A String&quot;, # Required. User name of the developer. Not used by Apigee hybrid.
241}</pre>
242</div>
243
244<div class="method">
245    <code class="details" id="get">get(name, action=None, x__xgafv=None)</code>
246  <pre>Returns the developer details, including the developer&#x27;s name, email address, apps, and other information. **Note**: The response includes only the first 100 developer apps.
247
248Args:
249  name: string, Required. Email address of the developer. Use the following structure in your request: `organizations/{org}/developers/{developer_email}` (required)
250  action: string, Status of the developer. Valid values are `active` or `inactive`.
251  x__xgafv: string, V1 error format.
252    Allowed values
253      1 - v1 error format
254      2 - v2 error format
255
256Returns:
257  An object of the form:
258
259    {
260  &quot;accessType&quot;: &quot;A String&quot;, # Access type.
261  &quot;appFamily&quot;: &quot;A String&quot;, # Developer app family.
262  &quot;apps&quot;: [ # List of apps associated with the developer.
263    &quot;A String&quot;,
264  ],
265  &quot;attributes&quot;: [ # Optional. Developer attributes (name/value pairs). The custom attribute limit is 18.
266    { # Key-value pair to store extra metadata.
267      &quot;name&quot;: &quot;A String&quot;, # API key of the attribute.
268      &quot;value&quot;: &quot;A String&quot;, # Value of the attribute.
269    },
270  ],
271  &quot;companies&quot;: [ # List of companies associated with the developer.
272    &quot;A String&quot;,
273  ],
274  &quot;createdAt&quot;: &quot;A String&quot;, # Output only. Time at which the developer was created in milliseconds since epoch.
275  &quot;developerId&quot;: &quot;A String&quot;, # ID of the developer. **Note**: IDs are generated internally by Apigee and are not guaranteed to stay the same over time.
276  &quot;email&quot;: &quot;A String&quot;, # Required. Email address of the developer. This value is used to uniquely identify the developer in Apigee hybrid. Note that the email address has to be in lowercase only.
277  &quot;firstName&quot;: &quot;A String&quot;, # Required. First name of the developer.
278  &quot;lastModifiedAt&quot;: &quot;A String&quot;, # Output only. Time at which the developer was last modified in milliseconds since epoch.
279  &quot;lastName&quot;: &quot;A String&quot;, # Required. Last name of the developer.
280  &quot;organizationName&quot;: &quot;A String&quot;, # Output only. Name of the Apigee organization in which the developer resides.
281  &quot;status&quot;: &quot;A String&quot;, # Output only. Status of the developer. Valid values are `active` and `inactive`.
282  &quot;userName&quot;: &quot;A String&quot;, # Required. User name of the developer. Not used by Apigee hybrid.
283}</pre>
284</div>
285
286<div class="method">
287    <code class="details" id="getBalance">getBalance(name, x__xgafv=None)</code>
288  <pre>Gets the account balance for the developer.
289
290Args:
291  name: string, Required. Account balance for the developer. Use the following structure in your request: `organizations/{org}/developers/{developer}/balance` (required)
292  x__xgafv: string, V1 error format.
293    Allowed values
294      1 - v1 error format
295      2 - v2 error format
296
297Returns:
298  An object of the form:
299
300    { # Account balance for the developer.
301  &quot;wallets&quot;: [ # Output only. List of all wallets. Each individual wallet stores the account balance for a particular currency.
302    { # Wallet used to manage an account balance for a particular currency.
303      &quot;balance&quot;: { # Represents an amount of money with its currency type. # Current remaining balance of the developer for a particular currency.
304        &quot;currencyCode&quot;: &quot;A String&quot;, # The three-letter currency code defined in ISO 4217.
305        &quot;nanos&quot;: 42, # Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
306        &quot;units&quot;: &quot;A String&quot;, # The whole units of the amount. For example if `currencyCode` is `&quot;USD&quot;`, then 1 unit is one US dollar.
307      },
308      &quot;lastCreditTime&quot;: &quot;A String&quot;, # Output only. Time at which the developer last added credit to the account in milliseconds since epoch.
309    },
310  ],
311}</pre>
312</div>
313
314<div class="method">
315    <code class="details" id="getMonetizationConfig">getMonetizationConfig(name, x__xgafv=None)</code>
316  <pre>Gets the monetization configuration for the developer.
317
318Args:
319  name: string, Required. Monetization configuration for the developer. Use the following structure in your request: `organizations/{org}/developers/{developer}/monetizationConfig` (required)
320  x__xgafv: string, V1 error format.
321    Allowed values
322      1 - v1 error format
323      2 - v2 error format
324
325Returns:
326  An object of the form:
327
328    { # Monetization configuration for the developer.
329  &quot;billingType&quot;: &quot;A String&quot;, # Billing type.
330}</pre>
331</div>
332
333<div class="method">
334    <code class="details" id="list">list(parent, app=None, count=None, expand=None, ids=None, includeCompany=None, startKey=None, x__xgafv=None)</code>
335  <pre>Lists all developers in an organization by email address. By default, the response does not include company developers. Set the `includeCompany` query parameter to `true` to include company developers. **Note**: A maximum of 1000 developers are returned in the response. You paginate the list of developers returned using the `startKey` and `count` query parameters.
336
337Args:
338  parent: string, Required. Name of the Apigee organization. Use the following structure in your request: `organizations/{org}`. (required)
339  app: string, Optional. List only Developers that are associated with the app. Note that start_key, count are not applicable for this filter criteria.
340  count: string, Optional. Number of developers to return in the API call. Use with the `startKey` parameter to provide more targeted filtering. The limit is 1000.
341  expand: boolean, Specifies whether to expand the results. Set to `true` to expand the results. This query parameter is not valid if you use the `count` or `startKey` query parameters.
342  ids: string, Optional. List of IDs to include, separated by commas.
343  includeCompany: boolean, Flag that specifies whether to include company details in the response.
344  startKey: string, **Note**: Must be used in conjunction with the `count` parameter. Email address of the developer from which to start displaying the list of developers. For example, if the an unfiltered list returns: ``` westley@example.com fezzik@example.com buttercup@example.com ``` and your `startKey` is `fezzik@example.com`, the list returned will be ``` fezzik@example.com buttercup@example.com ```
345  x__xgafv: string, V1 error format.
346    Allowed values
347      1 - v1 error format
348      2 - v2 error format
349
350Returns:
351  An object of the form:
352
353    {
354  &quot;developer&quot;: [ # List of developers.
355    {
356      &quot;accessType&quot;: &quot;A String&quot;, # Access type.
357      &quot;appFamily&quot;: &quot;A String&quot;, # Developer app family.
358      &quot;apps&quot;: [ # List of apps associated with the developer.
359        &quot;A String&quot;,
360      ],
361      &quot;attributes&quot;: [ # Optional. Developer attributes (name/value pairs). The custom attribute limit is 18.
362        { # Key-value pair to store extra metadata.
363          &quot;name&quot;: &quot;A String&quot;, # API key of the attribute.
364          &quot;value&quot;: &quot;A String&quot;, # Value of the attribute.
365        },
366      ],
367      &quot;companies&quot;: [ # List of companies associated with the developer.
368        &quot;A String&quot;,
369      ],
370      &quot;createdAt&quot;: &quot;A String&quot;, # Output only. Time at which the developer was created in milliseconds since epoch.
371      &quot;developerId&quot;: &quot;A String&quot;, # ID of the developer. **Note**: IDs are generated internally by Apigee and are not guaranteed to stay the same over time.
372      &quot;email&quot;: &quot;A String&quot;, # Required. Email address of the developer. This value is used to uniquely identify the developer in Apigee hybrid. Note that the email address has to be in lowercase only.
373      &quot;firstName&quot;: &quot;A String&quot;, # Required. First name of the developer.
374      &quot;lastModifiedAt&quot;: &quot;A String&quot;, # Output only. Time at which the developer was last modified in milliseconds since epoch.
375      &quot;lastName&quot;: &quot;A String&quot;, # Required. Last name of the developer.
376      &quot;organizationName&quot;: &quot;A String&quot;, # Output only. Name of the Apigee organization in which the developer resides.
377      &quot;status&quot;: &quot;A String&quot;, # Output only. Status of the developer. Valid values are `active` and `inactive`.
378      &quot;userName&quot;: &quot;A String&quot;, # Required. User name of the developer. Not used by Apigee hybrid.
379    },
380  ],
381}</pre>
382</div>
383
384<div class="method">
385    <code class="details" id="setDeveloperStatus">setDeveloperStatus(name, action=None, x__xgafv=None)</code>
386  <pre>Sets the status of a developer. A developer is `active` by default. If you set a developer&#x27;s status to `inactive`, the API keys assigned to the developer apps are no longer valid even though the API keys are set to `approved`. Inactive developers can still sign in to the developer portal and create apps; however, any new API keys generated during app creation won&#x27;t work. To set the status of a developer, set the `action` query parameter to `active` or `inactive`, and the `Content-Type` header to `application/octet-stream`. If successful, the API call returns the following HTTP status code: `204 No Content`
387
388Args:
389  name: string, Required. Name of the developer. Use the following structure in your request: `organizations/{org}/developers/{developer_id}` (required)
390  action: string, Status of the developer. Valid values are `active` and `inactive`.
391  x__xgafv: string, V1 error format.
392    Allowed values
393      1 - v1 error format
394      2 - v2 error format
395
396Returns:
397  An object of the form:
398
399    { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
400}</pre>
401</div>
402
403<div class="method">
404    <code class="details" id="update">update(name, body=None, x__xgafv=None)</code>
405  <pre>Updates a developer. This API replaces the existing developer details with those specified in the request. Include or exclude any existing details that you want to retain or delete, respectively. The custom attribute limit is 18. **Note**: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (current default). Any custom attributes associated with these entities are cached for at least 180 seconds after the entity is accessed at runtime. Therefore, an `ExpiresIn` element on the OAuthV2 policy won&#x27;t be able to expire an access token in less than 180 seconds.
406
407Args:
408  name: string, Required. Email address of the developer. Use the following structure in your request: `organizations/{org}/developers/{developer_email}` (required)
409  body: object, The request body.
410    The object takes the form of:
411
412{
413  &quot;accessType&quot;: &quot;A String&quot;, # Access type.
414  &quot;appFamily&quot;: &quot;A String&quot;, # Developer app family.
415  &quot;apps&quot;: [ # List of apps associated with the developer.
416    &quot;A String&quot;,
417  ],
418  &quot;attributes&quot;: [ # Optional. Developer attributes (name/value pairs). The custom attribute limit is 18.
419    { # Key-value pair to store extra metadata.
420      &quot;name&quot;: &quot;A String&quot;, # API key of the attribute.
421      &quot;value&quot;: &quot;A String&quot;, # Value of the attribute.
422    },
423  ],
424  &quot;companies&quot;: [ # List of companies associated with the developer.
425    &quot;A String&quot;,
426  ],
427  &quot;createdAt&quot;: &quot;A String&quot;, # Output only. Time at which the developer was created in milliseconds since epoch.
428  &quot;developerId&quot;: &quot;A String&quot;, # ID of the developer. **Note**: IDs are generated internally by Apigee and are not guaranteed to stay the same over time.
429  &quot;email&quot;: &quot;A String&quot;, # Required. Email address of the developer. This value is used to uniquely identify the developer in Apigee hybrid. Note that the email address has to be in lowercase only.
430  &quot;firstName&quot;: &quot;A String&quot;, # Required. First name of the developer.
431  &quot;lastModifiedAt&quot;: &quot;A String&quot;, # Output only. Time at which the developer was last modified in milliseconds since epoch.
432  &quot;lastName&quot;: &quot;A String&quot;, # Required. Last name of the developer.
433  &quot;organizationName&quot;: &quot;A String&quot;, # Output only. Name of the Apigee organization in which the developer resides.
434  &quot;status&quot;: &quot;A String&quot;, # Output only. Status of the developer. Valid values are `active` and `inactive`.
435  &quot;userName&quot;: &quot;A String&quot;, # Required. User name of the developer. Not used by Apigee hybrid.
436}
437
438  x__xgafv: string, V1 error format.
439    Allowed values
440      1 - v1 error format
441      2 - v2 error format
442
443Returns:
444  An object of the form:
445
446    {
447  &quot;accessType&quot;: &quot;A String&quot;, # Access type.
448  &quot;appFamily&quot;: &quot;A String&quot;, # Developer app family.
449  &quot;apps&quot;: [ # List of apps associated with the developer.
450    &quot;A String&quot;,
451  ],
452  &quot;attributes&quot;: [ # Optional. Developer attributes (name/value pairs). The custom attribute limit is 18.
453    { # Key-value pair to store extra metadata.
454      &quot;name&quot;: &quot;A String&quot;, # API key of the attribute.
455      &quot;value&quot;: &quot;A String&quot;, # Value of the attribute.
456    },
457  ],
458  &quot;companies&quot;: [ # List of companies associated with the developer.
459    &quot;A String&quot;,
460  ],
461  &quot;createdAt&quot;: &quot;A String&quot;, # Output only. Time at which the developer was created in milliseconds since epoch.
462  &quot;developerId&quot;: &quot;A String&quot;, # ID of the developer. **Note**: IDs are generated internally by Apigee and are not guaranteed to stay the same over time.
463  &quot;email&quot;: &quot;A String&quot;, # Required. Email address of the developer. This value is used to uniquely identify the developer in Apigee hybrid. Note that the email address has to be in lowercase only.
464  &quot;firstName&quot;: &quot;A String&quot;, # Required. First name of the developer.
465  &quot;lastModifiedAt&quot;: &quot;A String&quot;, # Output only. Time at which the developer was last modified in milliseconds since epoch.
466  &quot;lastName&quot;: &quot;A String&quot;, # Required. Last name of the developer.
467  &quot;organizationName&quot;: &quot;A String&quot;, # Output only. Name of the Apigee organization in which the developer resides.
468  &quot;status&quot;: &quot;A String&quot;, # Output only. Status of the developer. Valid values are `active` and `inactive`.
469  &quot;userName&quot;: &quot;A String&quot;, # Required. User name of the developer. Not used by Apigee hybrid.
470}</pre>
471</div>
472
473<div class="method">
474    <code class="details" id="updateMonetizationConfig">updateMonetizationConfig(name, body=None, x__xgafv=None)</code>
475  <pre>Updates the monetization configuration for the developer.
476
477Args:
478  name: string, Required. Monetization configuration for the developer. Use the following structure in your request: `organizations/{org}/developers/{developer}/monetizationConfig` (required)
479  body: object, The request body.
480    The object takes the form of:
481
482{ # Monetization configuration for the developer.
483  &quot;billingType&quot;: &quot;A String&quot;, # Billing type.
484}
485
486  x__xgafv: string, V1 error format.
487    Allowed values
488      1 - v1 error format
489      2 - v2 error format
490
491Returns:
492  An object of the form:
493
494    { # Monetization configuration for the developer.
495  &quot;billingType&quot;: &quot;A String&quot;, # Billing type.
496}</pre>
497</div>
498
499</body></html>