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 |
|---|---|---|
accessToken1 | string | |
accessToken2 | string | |
apiKeyinherited | string | Only to be present if appType is apikey |
apiToken1Activeinherited | boolean | |
apiToken2Activeinherited | boolean | |
client_idinherited | string | |
httpReferrersinherited | string[] | |
isPersonalAPITokeninherited | boolean | |
item | IItem | Represent item info attached to this API Key. |
itemIdinherited | string | |
modifiedinherited | Date | |
privilegesinherited | string[] | |
registeredinherited | Date |
apiToken1Active
inheritedinherited
Interface PropertyapiToken1Active: booleanInherited from IApiKeyInfo.apiToken1Active
apiToken2Active
inheritedinherited
Interface PropertyapiToken2Active: booleanInherited from IApiKeyInfo.apiToken2Active
client_id
inheritedinherited
Interface Propertyclient_id: stringInherited from IApiKeyInfo.client_id
httpReferrers
inheritedinherited
Interface PropertyhttpReferrers: string[]Inherited from IApiKeyInfo.httpReferrers
isPersonalAPIToken
inheritedinherited
Interface PropertyisPersonalAPIToken: booleanInherited from IApiKeyInfo.isPersonalAPIToken
item
Interface Propertyitem: IItemRepresent item info attached to this API Key.
itemId
inheritedinherited
Interface PropertyitemId: stringInherited from IApiKeyInfo.itemId
modified
inheritedinherited
Interface Propertymodified: DateInherited from IApiKeyInfo.modified
privileges
inheritedinherited
Interface Propertyprivileges: string[]Inherited from IApiKeyInfo.privileges
registered
inheritedinherited
Interface Propertyregistered: DateInherited from IApiKeyInfo.registered