Skip to content

Latest commit

 

History

History
133 lines (59 loc) · 1.59 KB

core.inspectpoliciesrequest.md

File metadata and controls

133 lines (59 loc) · 1.59 KB

Home > @cerbos/core > InspectPoliciesRequest

InspectPoliciesRequest interface

Input to Client.inspectPolicies().

Signature:

export interface InspectPoliciesRequest 

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.