Interface
Return value of createApiKey
, getApiKey
, updateApiKey
representing an API Key entity. accessToken1
/accessToken2
properties are only available when generateToken1
/generateToken2
are true
.
Properties
Property | Type | Notes |
---|---|---|
string | ||
string | ||
apiKey inherited | string | Only to be present if appType is apikey |
apiToken1Active inherited | boolean | |
apiToken2Active inherited | boolean | |
client_id inherited | string | |
httpReferrers inherited | string[] | |
isPersonalAPIToken inherited | boolean | |
Represent item info attached to this API Key. | ||
itemId inherited | string | |
modified inherited | Date | |
privileges inherited | string[] | |
registered inherited | Date |
apiToken1Active
apiToken1Active: boolean
apiToken2Active
apiToken2Active: boolean
client_id
client_id: string
httpReferrers
httpReferrers: string[]
isPersonalAPIToken
isPersonalAPIToken: boolean
item
Interface Propertyitem: IItem
Represent item info attached to this API Key.
itemId
itemId: string
modified
modified: Date
privileges
privileges: string[]
registered
registered: Date