Interface: AttackListOptions
Defined in: src/red-team/reports-client.ts:36
Attack list filter options.
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
search?
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/reports-client.ts:37
severity?
optional severity?: string;
Defined in: src/red-team/reports-client.ts:38
category?
optional category?: string;
Defined in: src/red-team/reports-client.ts:39
sub_category?
optional sub_category?: string;
Defined in: src/red-team/reports-client.ts:40
attack_type?
optional attack_type?: string;
Defined in: src/red-team/reports-client.ts:41
threat?
optional threat?: boolean;
Defined in: src/red-team/reports-client.ts:42