AUTH:flags()
Gets authentication flags at the session level. This command returns the flags as an integer.
Syntax
AUTH:flags()
Arguments
N/A
Events
-
HTTP_REQUEST
-
HTTP_RESPONSE
-
HTTP_DATA_REQUEST
-
HTTP_DATA_RESPONSE
-
AUTH_RESULT
Example
when AUTH_RESULT {
flags = AUTH:flags()
debug("===>>Authentication session flags=%d\n", flags)
}
Supported Version
FortiADC version 5.2.x and later.