ACLAction is the action to take when a request matches an ACL.

Generated

from enum v1.ACLAction

Enumeration Members

ACTION_ACCEPT: 1

ACTION_ACCEPT allows the request to proceed.

Generated

from enum value: ACTION_ACCEPT = 1;

ACTION_DENY: 2

ACTION_DENY denies the request.

Generated

from enum value: ACTION_DENY = 2;

ACTION_UNKNOWN: 0

ACTION_UNKNOWN is the default action for ACLs. It is synonymous with ACTION_DENY.

Generated

from enum value: ACTION_UNKNOWN = 0;

Generated using TypeDoc