Skip to main content

Interface: DictionaryListAllParams

Defined in: src/management/dlp/dictionaries.ts:26

Options controlling collection of an async listing.

Extends​

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​

CollectAllOptions.max


size?​

optional size?: number;

Defined in: src/management/dlp/dictionaries.ts:21

Inherited from​

DictionaryListParams.size


sort?​

optional sort?: string[];

Defined in: src/management/dlp/dictionaries.ts:22

Inherited from​

DictionaryListParams.sort


keywords?​

optional keywords?: boolean;

Defined in: src/management/dlp/dictionaries.ts:24

When true, the API includes the keywords array in each response entry.

Inherited from​

DictionaryListParams.keywords