ltm rule command CLASSIFICATION usernameΒΆ

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

CLASSIFICATION::username
       Provides username associated with classification results.

SYNOPSIS
       CLASSIFICATION::username

DESCRIPTION
       CLASSIFICATION::username

RETURN VALUE
VALID DURING
       CLASSIFICATION_DETECTED

EXAMPLES
	In the example, the CLASSIFICATION::username command returns username.

	    when CLASSIFICATION_DETECTED {
		set res [CLASSIFICATION::username]
		log local0.debug "DPI username: $res"
	    }

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

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