Home > @cerbos/core > InspectPoliciesRequest
Input to Client.inspectPolicies().
Signature:
export interface InspectPoliciesRequest
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. |