allowPattern property

List<String>? allowPattern
getter/setter pair

A disjunction of image patterns to allow.

If any of these patterns match, then the image is considered exempted by this allowlist.

Required.

Implementation

core.List<core.String>? allowPattern;