ALBHTTPSecurityActionType (type)

{
  "description": "Valid ENUM values for ALBHTTPSecurityActionType", 
  "enum": [
    "HTTP_SECURITY_ACTION_CLOSE_CONN", 
    "HTTP_SECURITY_ACTION_SEND_RESPONSE", 
    "HTTP_SECURITY_ACTION_ALLOW", 
    "HTTP_SECURITY_ACTION_REDIRECT_TO_HTTPS", 
    "HTTP_SECURITY_ACTION_RATE_LIMIT", 
    "HTTP_SECURITY_ACTION_REQUEST_CHECK_ICAP"
  ], 
  "id": "ALBHTTPSecurityActionType", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "title": "HTTPSecurityActionType type", 
  "type": "string"
}