Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 593 Bytes

core.inspectpoliciesrequest.nameregexp.md

File metadata and controls

18 lines (10 loc) · 593 Bytes

Home > @cerbos/core > InspectPoliciesRequest > nameRegexp

InspectPoliciesRequest.nameRegexp property

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

Signature:

nameRegexp?: string | undefined;

Remarks

Regular expressions must use the RE2 syntax. Note that backreferences are not supported.