Resource: DeveloperApp
JSON representation |
---|
{ "appId": string, "attributes": [ { object ( |
Fields | |
---|---|
appId |
ID of the developer app. |
attributes[] |
List of attributes for the developer app. |
callbackUrl |
Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to developer apps. |
createdAt |
Output only. Time the developer app was created in milliseconds since epoch. |
credentials[] |
Output only. Set of credentials for the developer app consisting of the consumer key/secret pairs associated with the API products. |
developerId |
ID of the developer. |
lastModifiedAt |
Output only. Time the developer app was modified in milliseconds since epoch. |
name |
Name of the developer app. |
scopes[] |
Scopes to apply to the developer app. The specified scopes must already exist for the API product that you associate with the developer app. |
status |
Status of the credential. Valid values include |
keyExpiresIn |
Expiration time, in milliseconds, for the consumer key that is generated for the developer app. If not set or left to the default value of |
appFamily |
Developer app family. |
apiProducts[] |
List of API products associated with the developer app. |
Methods |
|
---|---|
|
Updates attributes for a developer app. |
|
Creates an app associated with a developer. |
|
Deletes a developer app. |
|
Manages access to a developer app by enabling you to:
To approve or revoke a developer app, set the |
|
Returns the details for a developer app. |
|
Lists all apps created by a developer in an Apigee organization. |
|
Updates the details for a developer app. |