Attribute of an DU-Link node.
DULINK_ATTR stores information about a node, including its type and all of the access permissions allowed by other DU Link elements.

Data Fields | |
| DULINK_NODE_TYPE | type |
| Type of this DU-Link node: file, directory, or element. More... | |
| uint32_t | numACL |
| Number of valid ACL entries stored in ACL table. More... | |
| DULINK_ACL_ENTRY | acl [DULINK_MAX_ACL] |
| Content of Access Control List. More... | |
| DULINK_ACL_ENTRY DULINK_ATTR::acl[DULINK_MAX_ACL] |
Content of Access Control List.
It will have at least one entry.
The first entry must have sourcePath of length 2, with first character '/' followed by '*' which represents global ACL behavior
Entries are applied on top of each other, one element can be present in different ACL entry.
One element would allow to access if either of the entries covered it allow access AND none of the entries covered it deny access
| uint32_t DULINK_ATTR::numACL |
| DULINK_NODE_TYPE DULINK_ATTR::type |