interface UniFiFirewallGroup {
    _id: string;
    name: string;
    group_type: FirewallGroupType;
    group_members?: string[];
    site_id?: string;
    attr_hidden_id?: string;
    attr_no_delete?: boolean;
    attr_no_edit?: boolean;
}

Properties

_id: string
name: string
group_type: FirewallGroupType
group_members?: string[]
site_id?: string
attr_hidden_id?: string
attr_no_delete?: boolean
attr_no_edit?: boolean