Token
Name |
Type |
Internal Field? |
Description |
---|---|---|---|
acpolicy |
String |
|
Access control policy (clob) |
active |
String |
|
Whether the token is currently active (Y/N) |
autodelete |
String |
|
Whether to delete the token automatically when the login count reaches 0 (Y/N) |
autorefresh |
String |
|
Whether to refresh the token automatically after the timetolive property value is exceeded (Y/N) |
cachelastchangetime |
Date |
|
Date and time this record was last changed in the master’s in-memory cache |
clientcachelastchangetime |
Date |
|
Date and time this record was last changed in the plugin cache |
createtime |
Date |
|
Date and time the token was created |
description |
String |
|
Description of the token (maxlength=4000 characters) |
dirty |
String |
|
Whether to delete the token’s associated database record |
expiredtime |
Date |
|
Date and time the token expires and can no longer be used to access the API |
firsttime |
Date |
|
Date and time the token was first used |
generatedtime |
Date |
|
Date and time the token was generated |
id |
String |
|
ID of the token |
lastchangetime |
Date |
|
Date and time the token was last changed |
lasttime |
Date |
|
Date and time the token was last used |
lastusermodifiedtime |
Date |
|
Date and time the token was most recently modified by a user |
maxapicall |
Integer |
|
Maximum number of API calls allowed, per minute, per Client Manager. Setting the value to -1 allows an unlimited number of API calls |
maxconcurrentlogin |
Integer |
|
Maximum number of concurrent client logins (API and web client). Setting the value to -1 allows unlimited concurrent logins |
name |
String |
|
User-defined name to identify the token |
nodeid |
Integer |
|
Unique connection ID for requesting this token |
ownerid |
Integer |
|
ID of the owner of the database record |
privatekey |
String |
|
Private encryption key used to sign and validate the token |
publicflag |
String |
|
Whether the token is publically accessible (Y/N) |
purgetime |
Date |
|
Time the token will be purged |
recordname |
String |
|
Name of Master model object |
remainlogincount |
Integer |
|
Number of remaining concurrent logins allowed by the token per Client Manager |
systemgen |
String |
|
Whether this token was generated internally (Y/N) For internally generated tokens, the following parameters are assigned default values:
|
timetolive |
Integer |
|
Number of seconds remaining before the token expires |
tokenstring |
String |
|
Encrypted token |
usecount |
Integer |
|
Number of times the token has been used |
userid |
Integer |
|
ID of the user for whom the token is generated |