Skip to main content

Type Alias: PluginInstanceWithPlugin

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

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
pluginunknownYesPlugin definition

Defined in

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