Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 668 Bytes

core.listpoliciesrequest.versionregexp.md

File metadata and controls

20 lines (11 loc) · 668 Bytes

Home > @cerbos/core > ListPoliciesRequest > versionRegexp

ListPoliciesRequest.versionRegexp property

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

Signature:

versionRegexp?: string | undefined;

Remarks

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

Requires the Cerbos policy decision point server to be at least v0.29.