Skip to content

Latest commit

 

History

History
133 lines (59 loc) · 1.56 KB

core.listpoliciesrequest.md

File metadata and controls

133 lines (59 loc) · 1.56 KB

Home > @cerbos/core > ListPoliciesRequest

ListPoliciesRequest interface

Input to Client.listPolicies().

Signature:

export interface ListPoliciesRequest 

Properties

Property

Modifiers

Type

Description

ids?

string[] | undefined

(Optional) Only include policies with the given IDs.

includeDisabled?

boolean | undefined

(Optional) Include disabled policies in the list?

nameRegexp?

string | undefined

(Optional) Only include policies with a name matching the given regular expression.

scopeRegexp?

string | undefined

(Optional) Only include policies with a scope matching the given regular expression.

versionRegexp?

string | undefined

(Optional) Only include policies with a version matching the given regular expression.