Interface: CustomAttacksReportListOptions
Defined in: src/red-team/custom-attack-reports-client.ts:29
Filter options for listing custom attacks in a report.
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/custom-attack-reports-client.ts:30
threat?
optional threat?: boolean;
Defined in: src/red-team/custom-attack-reports-client.ts:31
prompt_set_id?
optional prompt_set_id?: string;
Defined in: src/red-team/custom-attack-reports-client.ts:32
property_value?
optional property_value?: string;
Defined in: src/red-team/custom-attack-reports-client.ts:33