Home > @cerbos/core > ListPoliciesRequest
Input to Client.listPolicies().
Signature:
export interface ListPoliciesRequest
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string[] | undefined |
(Optional) Only include policies with the given IDs. | ||
boolean | undefined |
(Optional) Include disabled policies in the list? | ||
string | undefined |
(Optional) Only include policies with a name matching the given regular expression. | ||
string | undefined |
(Optional) Only include policies with a scope matching the given regular expression. | ||
string | undefined |
(Optional) Only include policies with a version matching the given regular expression. |