Skip to main content

Interface: RedTeamScanListOptions

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

Extended list options for scan/job listing.

Extends

Properties

skip?

optional skip?: number;

Defined in: src/listing.ts:8

Number of records to skip from the start.

Inherited from

RedTeamListOptions.skip

limit?

optional limit?: number;

Defined in: src/listing.ts:10

Max records to return.

Inherited from

RedTeamListOptions.limit

optional search?: string;

Defined in: src/listing.ts:12

Free-text search filter.

Inherited from

RedTeamListOptions.search

status?

optional status?: string;

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


job_type?

optional job_type?: string;

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


target_id?

optional target_id?: string;

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