Skip to main content

Interface: RedTeamScanListAllOptions

Defined in: src/red-team/scans-client.ts:34

Options controlling collection of an async listing.

Extends​

Properties​

limit?​

optional limit?: number;

Defined in: src/listing.ts:10

Max records to return.

Inherited from​

ListingOptions.limit


optional search?: string;

Defined in: src/listing.ts:12

Free-text search filter.

Inherited from​

ListingOptions.search


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​

CollectAllOptions.max


status?​

optional status?: string;

Defined in: src/red-team/scans-client.ts:30

Inherited from​

RedTeamScanListOptions.status


job_type?​

optional job_type?: string;

Defined in: src/red-team/scans-client.ts:31

Inherited from​

RedTeamScanListOptions.job_type


target_id?​

optional target_id?: string;

Defined in: src/red-team/scans-client.ts:32

Inherited from​

RedTeamScanListOptions.target_id