Skip to main content

Interface: TargetListAllOptions

Defined in: src/red-team/targets-client.ts:61

Options for walking every target page.

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


adapter_uuid?​

optional adapter_uuid?: string;

Defined in: src/red-team/targets-client.ts:55

Filter targets using a particular custom adapter.

Inherited from​

TargetListOptions.adapter_uuid


target_type?​

optional target_type?: string;

Defined in: src/red-team/targets-client.ts:56

Inherited from​

TargetListOptions.target_type


status?​

optional status?: string;

Defined in: src/red-team/targets-client.ts:57

Inherited from​

TargetListOptions.status