Interface
Represent only the API key related properties from IApp
.
Inheritance: IApiKeyInfoOmit<IApp, "client_secret" | "redirect_uris" | "appType">
Subclasses: IApiKeyResponse
Properties
Property | Type | Notes |
---|---|---|
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 | |
itemId inherited | string | |
modified inherited | Date | |
privileges inherited | string[] | |
registered inherited | Date |
apiKey
optionalinherited
Interface PropertyapiKey: string
Only to be present if appType is apikey
Inherited from Omit.apiKey
apiToken1Active
inherited
Interface PropertyapiToken1Active: boolean
Inherited from Omit.apiToken1Active
apiToken2Active
inherited
Interface PropertyapiToken2Active: boolean
Inherited from Omit.apiToken2Active