| Name | Type | Writable | Restrictions | Description | 
|---|
| createdAt | int |  |  | Creation time as Unix timestamp (In seconds) 
 | 
| expiry | int | V |  | Expiry time of current token (unix timestamp in seconds) 
 | 
| hashType | KalturaAppTokenHashType | V |  |  | 
| id | string |  |  | The id of the application token 
 | 
| partnerId | int |  |  |  | 
| sessionDuration | int | V |  | Expiry duration of KS (Kaltura Session) that created using the current token (in seconds) 
 | 
| sessionPrivileges | string | V |  | Comma separated privileges to be applied on KS (Kaltura Session) that created using the current token 
 | 
| sessionType | KalturaSessionType | V |  | Type of KS (Kaltura Session) that created using the current token 
 | 
| sessionUserId | string | V |  | User id of KS (Kaltura Session) that created using the current token 
 | 
| status | KalturaAppTokenStatus |  |  | Application token status 
 | 
| token | string |  |  | The application token 
 | 
| updatedAt | int |  |  | Update time as Unix timestamp (In seconds) 
 |