ltm rule command ANTIFRAUD alert defined valueΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



ANTIFRAUD::alert_defined_value
       Returns defined (configured) value.

SYNOPSIS
       ANTIFRAUD::alert_defined_value

DESCRIPTION
       returns defined (configured) value.

RETURN VALUE
       returns defined (configured) value.

VALID DURING
       ANTIFRAUD_ALERT

EXAMPLES
	when ANTIFRAUD_ALERT {
	    log local0. "Alert defined value: [ANTIFRAUD::alert_defined_value]."
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-12.1.0
		   --First introduced the command.



BIG-IP				  2017-01-31			      iRule(1)