ltm rule command ANTIFRAUD alert componentΒΆ

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

ANTIFRAUD::alert_component
       Returns or sets error type according to alert_type.

SYNOPSIS
       ANTIFRAUD::alert_component (VALUE)?

DESCRIPTION
       ANTIFRAUD::alert_component ;
	   Returns error type according to alert_type.

       ANTIFRAUD::alert_component VALUE ;
	   Sets error type according to alert_type.

RETURN VALUE
       ANTIFRAUD::alert_component ;
	   Returns error type according to alert_type.

       ANTIFRAUD::alert_component VALUE ;
	   No return value (sets error type according to alert_type).

VALID DURING
       ANTIFRAUD_ALERT

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

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

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