ACTION_ACCEPT allows the request to proceed.
from enum value: ACTION_ACCEPT = 1;
ACTION_DENY denies the request.
from enum value: ACTION_DENY = 2;
ACTION_UNKNOWN is the default action for ACLs. It is synonymous with ACTION_DENY.
from enum value: ACTION_UNKNOWN = 0;
Generated using TypeDoc
ACLAction is the action to take when a request matches an ACL.
Generated
from enum v1.ACLAction