Skip to main content

Interface: ModelSecurityRuleListOptions

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

Options for listing security rules.

Extends​

Properties​

skip?​

optional skip?: number;

Defined in: src/listing.ts:8

Number of records to skip from the start.

Inherited from​

ListingOptions.skip


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


generation?​

optional generation?: number;

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

Read a historical snapshot by generation.


source_type?​

optional source_type?: string;

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

Filter by 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).