Skip to main content

Type Alias: PluginInstance

type PluginInstance: components["schemas"]["PluginInstance"];

Properties

PropertyTypeRequiredDescription
idstringYesInstance UUID
tenantIdstringYesTenant ID
projectIdstringNoProject ID (null = all projects)
pluginIdstringYesPlugin ID
settingsobjectYesUser-configured settings
isEnabledbooleanYesWhether this instance is enabled
createdAtstringYesCreation timestamp
updatedAtstringYesLast update timestamp

Defined in

4Players/cortex-typescript-sdk/src/resources/plugins.ts:14