Validation transformation that allows IP addresses.
new
ValidateAllowIpTransformation(logger?: ILogger)
Creates a new ValidateAllowIpTransformation
readonly
name: string
Human-readable name of the transformation
readonly
type: TransformationType
The transformation type identifier
private
readonly
validator: ValidateTransformation
executeSync(rules: string[]): string[]
Executes the validation transformation synchronously.