Interface
Return value of createApiKey
, getApiKey
, updateApiKey
representing an API Key entity. accessToken1
/accessToken2
properties are only available when generateToken1
/generateToken2
are true
.
Inheritance: IApiKeyResponseIApiKeyInfo
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
inherited
Interface PropertyapiToken1Active: boolean
Inherited from IApiKeyInfo.apiToken1Active
apiToken2Active
inherited
Interface PropertyapiToken2Active: boolean
Inherited from IApiKeyInfo.apiToken2Active
client_id
inherited
Interface Propertyclient_id: string
Inherited from IApiKeyInfo.client_id
httpReferrers
inherited
Interface PropertyhttpReferrers: string[]
Inherited from IApiKeyInfo.httpReferrers
isPersonalAPIToken
inherited
Interface PropertyisPersonalAPIToken: boolean
Inherited from IApiKeyInfo.isPersonalAPIToken
item
Interface Propertyitem: IItem
Represent item info attached to this API Key.
itemId
inherited
Interface PropertyitemId: string
Inherited from IApiKeyInfo.itemId
modified
inherited
Interface Propertymodified: Date
Inherited from IApiKeyInfo.modified
privileges
inherited
Interface Propertyprivileges: string[]
Inherited from IApiKeyInfo.privileges
registered
inherited
Interface Propertyregistered: Date
Inherited from IApiKeyInfo.registered