ltm rule command ANTIFRAUD alert expected valueΒΆ

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



ANTIFRAUD::alert_expected_value
       Returns expected (verified) value, for example in strong integrity
       check.

SYNOPSIS
       ANTIFRAUD::alert_expected_value

DESCRIPTION
       returns expected (verified) value, for example in strong integrity
       check.

RETURN VALUE
       returns expected (verified) value, for example in strong integrity
       check.

VALID DURING
       ANTIFRAUD_ALERT

EXAMPLES
	when ANTIFRAUD_ALERT {
	    log local0. "Alert expected value: [ANTIFRAUD::alert_expected_value]."
	}

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



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