Interface: ProfileListAllOptions
Defined in: src/management/profiles.ts:29
Options for walking all security profile pages.
Extends
Omit<PaginationOptions,"offset">.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
limit?
optional limit?: number;
Defined in: src/management/profiles.ts:23
Max items to return. Defaults to 100.
Inherited from
latest?
optional latest?: boolean;
Defined in: src/management/profiles.ts:25
Return only the latest revision of each profile when supported by the endpoint.