Description

AllowList defines a list of allowed and/or denied matches and tests if a particular value conforms to the conditions.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
allow.allVALUEBooleanfalseAllows all strings to match (subject to "deny" conditions)
allow.exactLISTString Exact strings to allow
allow.patternLISTPattern Patterns specifying strings to allow
allow.prefixLISTString Prefixes specifying strings to allow
allow.suffixLISTString Suffixes specifying strings to allow
deny.exactLISTString Exact strings to deny
deny.patternLISTPattern Patterns specifying strings to deny
deny.prefixLISTString Prefixes specifying strings to deny
deny.suffixLISTString Suffixes specifying strings to deny

See the manifest for all available types.