Interface: DictionaryListAllParams
Defined in: src/management/dlp/dictionaries.ts:26
Options controlling collection of an async listing.
Extends
Omit<DictionaryListParams,"page">.CollectAllOptions
Properties
max?
optional max?: number;
Defined in: src/listing.ts:26
Maximum records to collect. Defaults to 10,000. Use 0 for no limit.
Inherited from
size?
optional size?: number;
Defined in: src/management/dlp/dictionaries.ts:21
Inherited from
sort?
optional sort?: string[];
Defined in: src/management/dlp/dictionaries.ts:22
Inherited from
keywords?
optional keywords?: boolean;
Defined in: src/management/dlp/dictionaries.ts:24
When true, the API includes the keywords array in each response entry.