Skip to content

AppInstallation

Properties

NAME TYPE DESCRIPTION
$id
string

Installation ID.

$createdAt
string

Installation creation time in ISO 8601 format.

$updatedAt
string

Installation update time in ISO 8601 format.

appId
string

ID of the installed application.

teamId
string

ID of the team the application is installed on.

scopes
array

Scopes granted to the application. Snapshot of the application's installation scopes taken when the installation was created or last updated.

authorizationDetails
array

Authorization details granted to the application. Rich authorization request (RFC 9396) style entries; the Appwrite Console stores authorized project IDs here.

createdById
string

ID of the user who created the installation.

createdByName
string

Name of the user who created the installation.

lastAccessedAt
string

Time an access token was last issued for the installation in ISO 8601 format. Null if never used.

Example