Interface: ModelSecurityEvaluationListOptions
Defined in: src/model-security/scans-client.ts:58
Options for listing rule evaluations within a scan.
Extends
Properties
skip?
optional skip?: number;
Defined in: src/listing.ts:8
Number of records to skip from the start.
Inherited from
limit?
optional limit?: number;
Defined in: src/listing.ts:10
Max records to return.
Inherited from
search?
optional search?: string;
Defined in: src/listing.ts:12
Free-text search filter.
Inherited from
sort_field?
optional sort_field?: string;
Defined in: src/model-security/scans-client.ts:60
Sort field: 'created_at' or 'updated_at'.
sort_order?
optional sort_order?: string;
Defined in: src/model-security/scans-client.ts:62
Sort order: 'asc' or 'desc'.
result?
optional result?: string;
Defined in: src/model-security/scans-client.ts:64
Filter by evaluation result: 'PASSED', 'FAILED', or 'ERROR'.
rule_instance_uuid?
optional rule_instance_uuid?: string;
Defined in: src/model-security/scans-client.ts:66
Filter by rule instance UUID.