Interface: AdapterListAllOptions
Defined in: src/red-team/adapters-client.ts:36
Options controlling collection of an async listing.
Extends
Omit<AdapterListOptions,"skip">.CollectAllOptions
Properties
limit?
optional limit?: number;
Defined in: src/listing.ts:10
Max records to return.
Inherited from
search?
optional search?: string;
Defined in: src/listing.ts:12
Free-text search filter.
Inherited from
max?
optional max?: number;
Defined in: src/listing.ts:26
Maximum records to collect. Defaults to 10,000. Use 0 for no limit.
Inherited from
status?
optional status?: "ACTIVE" | "DRAFT";
Defined in: src/red-team/adapters-client.ts:33
Inherited from
Omit.status
include_target_count?
optional include_target_count?: boolean;
Defined in: src/red-team/adapters-client.ts:34