Personal access token entity generated for consumer access
| Property | Type | Description |
|---|---|---|
| kind | String | Uniquely identifies the object schema type |
| id | Integer | Unique identifier for the token |
| status | Integer | Status code indicating if the token is active or revoked |
| name | String | User-assigned label or name for the token |
| scopes | List of scopes assigned to this token | |
| ip | String | IP address restriction associated with the token |
| expire | Date | Expiration date of the access token |
| date | DateTime | Creation date of the token |