Skip to main content

Interface: AdapterOperationOptions

Defined in: src/red-team/adapters-client.ts:22

Options for adapter create/update operations.

Properties

validate?

optional validate?: boolean;

Defined in: src/red-team/adapters-client.ts:29

Run the adapter script end-to-end against its configured target during save. When true the adapter is saved as ACTIVE on success, DRAFT on failure. When false (or omitted) the adapter is saved as DRAFT without validation. Note: requires the network channel client (v1.4.0+) to be running and ONLINE.