Interface: ModelSecurityFileListOptions
Defined in: src/model-security/scans-client.ts:83
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
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
recursive?
optional recursive?: boolean;
Defined in: src/model-security/scans-client.ts:85
Include descendants of query_path.
sort_field?
optional sort_field?: string;
Defined in: src/model-security/scans-client.ts:87
Sort field: 'path' or 'type'.
sort_dir?
optional sort_dir?: string;
Defined in: src/model-security/scans-client.ts:89
Sort direction: 'asc' or 'desc'.
type?
optional type?: string;
Defined in: src/model-security/scans-client.ts:91
Filter by file type.
result?
optional result?: string;
Defined in: src/model-security/scans-client.ts:93
Filter by file result.
query_path?
optional query_path?: string;
Defined in: src/model-security/scans-client.ts:95
Filter files by path within the scan (default "/").