namespace ZB.MOM.WW.OtOpcUa.Configuration.Enums;
/// ACL scope level. Per acl-design.md ยง"Scope Hierarchy".
public enum NodeAclScopeKind
{
Cluster,
Namespace,
UnsArea,
UnsLine,
Equipment,
///
/// A Galaxy (SystemPlatform-kind) folder segment anchored below a namespace.
/// Distinguishes folder grants from UNS grants in the
/// AuthorizationDecision.Provenance audit trail and Admin UI diagnostics.
///
FolderSegment,
Tag,
}