apps
Overview
Name | apps |
Type | Resource |
Id | linode.profile.apps |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | This authorization's ID, used for revoking access. |
created | string | When this app was authorized. |
expiry | string | When the app's access to your account expires. If null , the app's access must be revoked manually. |
label | string | The name of the application you've authorized. |
scopes | string | The OAuth scopes this app was authorized with. This defines what parts of your Account the app is allowed to access. |
thumbnail_url | string | The URL at which this app's thumbnail may be accessed. |
website | string | The website where you can get more information about this app. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getProfileApp | SELECT | appId | Returns information about a single app you've authorized to access your Account. |
getProfileApps | SELECT | This is a collection of OAuth apps that you've given access to your Account, and includes the level of access granted. | |
deleteProfileApp | DELETE | appId | Expires this app token. This token may no longer be used to access your Account. |
_getProfileApp | EXEC | appId | Returns information about a single app you've authorized to access your Account. |
_getProfileApps | EXEC | This is a collection of OAuth apps that you've given access to your Account, and includes the level of access granted. |