Type Alias: PluginInstance
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Instance UUID |
tenantId | string | Yes | Tenant ID |
projectId | string | No | Project ID (null = all projects) |
pluginId | string | Yes | Plugin ID |
settings | object | Yes | User-configured settings |
isEnabled | boolean | Yes | Whether this instance is enabled |
createdAt | string | Yes | Creation timestamp |
updatedAt | string | Yes | Last update timestamp |
Defined in
4Players/cortex-typescript-sdk/src/resources/plugins.ts:14