allowlist

Represents a list of allowed values. Used by rules to represent allowed senders, recipients, assets, and blockchain senders.

Properties

Link copied to clipboard
val allow_all: boolean = false

whether all values are allowed. If true, the other field will be ignored

Link copied to clipboard

list of allowed values. Empty means no values are allowed (except if allow_all is true)