Skip to main content

Interface: ModelSecurityRuleListAllOptions

Defined in: src/model-security/security-rules-client.ts:32

Options controlling collection of an async listing.

Extends​

Properties​

limit?​

optional limit?: number;

Defined in: src/listing.ts:10

Max records to return.

Inherited from​

ListingOptions.limit


optional search?: string;

Defined in: src/listing.ts:12

Free-text search filter.

Inherited from​

ListingOptions.search


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


generation?​

optional generation?: number;

Defined in: src/model-security/security-rules-client.ts:26

Read a historical snapshot by generation.

Inherited from​

ModelSecurityRuleListOptions.generation


source_type?​

optional source_type?: string;

Defined in: src/model-security/security-rules-client.ts:28

Filter by source type.

Inherited from​

ModelSecurityRuleListOptions.source_type


search_query?​

optional search_query?: string;

Defined in: src/model-security/security-rules-client.ts:30

Search term (matches UUID or Name, 3-1000 chars).

Inherited from​

ModelSecurityRuleListOptions.search_query