ltm rule command ANTIFRAUD alert originΒΆ

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

ANTIFRAUD::alert_origin
       Returns or sets the origin of the alert, e.g. clientside, serverside or secure alert cookie.

SYNOPSIS
       ANTIFRAUD::alert_origin (VALUE)?

DESCRIPTION
       ANTIFRAUD::alert_origin ;
	   Returns the origin of the alert, e.g. clientside, serverside or secure alert cookie.

       ANTIFRAUD::alert_origin VALUE ;
	   Sets the origin of the alert, e.g. clientside, serverside or secure alert cookie.

RETURN VALUE
       ANTIFRAUD::alert_origin ;
	   Returns the origin of the alert, e.g. clientside, serverside or secure alert cookie.

       ANTIFRAUD::alert_origin VALUE ;
	   No return value (sets the origin of the alert, e.g. clientside, serverside or secure alert cookie).

VALID DURING
       ANTIFRAUD_ALERT

EXAMPLES
	when ANTIFRAUD_ALERT {
	    log local0. "original Alert origin: [ANTIFRAUD::alert_origin]."
	    ANTIFRAUD::alert_origin new_value
	    log local0. "new Alert origin: [ANTIFRAUD::alert_origin]."
	}

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

BIG-IP						      2020-06-23					     iRule(1)