Interface: ModelSecurityRuleListOptions
Defined in: src/model-security/security-rules-client.ts:14
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
limit?
optional limit?: number;
Defined in: src/listing.ts:10
Max records to return.
Inherited from
search?
optional search?: string;
Defined in: src/listing.ts:12
Free-text search filter.
Inherited from
source_type?
optional source_type?: string;
Defined in: src/model-security/security-rules-client.ts:16
Filter by source type.
search_query?
optional search_query?: string;
Defined in: src/model-security/security-rules-client.ts:18
Search term (matches UUID or Name, 3-1000 chars).