Skip to main content

Interface: ModelSecurityFileListOptions

Defined in: src/model-security/scans-client.ts:70

Options for listing files 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

ListingOptions.skip


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


sort_field?

optional sort_field?: string;

Defined in: src/model-security/scans-client.ts:72

Sort field: 'path' or 'type'.


sort_dir?

optional sort_dir?: string;

Defined in: src/model-security/scans-client.ts:74

Sort direction: 'asc' or 'desc'.


type?

optional type?: string;

Defined in: src/model-security/scans-client.ts:76

Filter by file type.


result?

optional result?: string;

Defined in: src/model-security/scans-client.ts:78

Filter by file result.


query_path?

optional query_path?: string;

Defined in: src/model-security/scans-client.ts:80

Filter files by path within the scan (default "/").