ltm rule command ANTIFRAUD alert expected valueΒΆ

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



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

SYNOPSIS
       ANTIFRAUD::alert_expected_value (VALUE)?

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

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

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

       ANTIFRAUD::alert_expected_value VALUE ;
	   No return value (sets expected (verified) value, for example in
       strong integrity check).

VALID DURING
       ANTIFRAUD_ALERT

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

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



BIG-IP				  2019-05-10			      iRule(1)