Interface: GatewayPluginCreateRequest
Defined in: src/ai-gateway/plugins-client.ts:14
Request body for binding a plugin (e.g. the Prisma AIRS scanner) to the organisation.
Properties
organisation_id
organisation_id: string;
Defined in: src/ai-gateway/plugins-client.ts:16
The TSG as a numeric string.
integration_id
integration_id: string;
Defined in: src/ai-gateway/plugins-client.ts:18
Plugin provider integration id, e.g. the panw-prisma-airs provider.
credentials
credentials: Record<string, string>;
Defined in: src/ai-gateway/plugins-client.ts:20
Provider-specific secrets, e.g. { AIRS_API_KEY: '...' }. Never log this.