Resource: DeveloperApp
| JSON representation |
|---|
{ "appId" : string , "attributes" : [ { object ( |
| Fields | |
|---|---|
appId
|
ID of the developer app. This ID is not user specified but is automatically generated on app creation. appId is a UUID. |
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
Manages access to a developer app by enabling you to:
- Approve or revoke a developer app
- Generate a new consumer key and secret for a developer app
To approve or revoke a developer app, set the action
query parameter to approve
or revoke
, respectively, and the Content-Type
header to application/octet-stream
.

