Resource: App
JSON representation |
---|
{ "appId" : string , "attributes" : [ { object ( |
Fields | |
---|---|
appId
|
ID of the app. |
attributes[]
|
List of attributes. |
callbackUrl
|
Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to apps. |
createdAt
|
Output only. Unix time when the app was created. |
credentials[]
|
Output only. Set of credentials for the app. Credentials are API key/secret pairs associated with API products. |
companyName
|
Name of the company that owns the app. |
developerId
|
ID of the developer. |
lastModifiedAt
|
Output only. Last modified time as milliseconds since epoch. |
name
|
Name of the app. |
scopes[]
|
Scopes to apply to the app. The specified scope names must already exist on the API product that you associate with the app. |
status
|
Status of the credential. |
apiProducts[]
|
List of API products associated with the app. |
keyExpiresIn
|
Duration, in milliseconds, of the consumer key that will be generated for the app. The default value, -1, indicates an infinite validity period. Once set, the expiration can't be updated. json key: keyExpiresIn |
developerEmail
|
Email of the developer. |
appGroup
|
Name of the AppGroup |
Methods |
|
---|---|
|
Gets the app profile for the specified app ID. |
|
Lists IDs of apps within an organization that have the specified app status (approved or revoked) or are of the specified app type (developer or company). |