ltm rule command ANTIFRAUD guidΒΆ

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



ANTIFRAUD::guid
       Returns GUID value, only in context of ANTIFRAUD_LOGIN event.

SYNOPSIS
       ANTIFRAUD::guid

DESCRIPTION
       returns GUID value, only in context of ANTIFRAUD_LOGIN event.

RETURN VALUE
       returns GUID value, only in context of ANTIFRAUD_LOGIN event.

VALID DURING
       ANTIFRAUD_LOGIN

EXAMPLES
	when ANTIFRAUD_LOGIN {
			log local0. "Infected username with GUID [ANTIFRAUD::guid] tried to log in."
	}

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



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