Skip to main content

Interface: ProfileListAllOptions

Defined in: src/management/profiles.ts:29

Options for walking all security profile pages.

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


limit?​

optional limit?: number;

Defined in: src/management/profiles.ts:23

Max items to return. Defaults to 100.

Inherited from​

PaginationOptions.limit


latest?​

optional latest?: boolean;

Defined in: src/management/profiles.ts:25

Return only the latest revision of each profile when supported by the endpoint.

Inherited from​

PaginationOptions.latest