interface ACLRule {
    description: string;
    id: string;
    ip: string;
}

Properties

Properties

description: string

Description of the ACL rule.

id: string

Unique identifier.

ip: string

Allowed IP address or CIDR range.