Thank you that was what i was looking for.
In case someone was wondering I will answer my initial question of adding additional access commands to check against you would do something like this...
local whateverAccess = "ulx whatever"
if SERVER then ULib.ucl.registerAccess( whateverAccess, ULib.ACCESS_ALL, "Description", "Other" ) end
then check it like this...
if ULib.ucl.query( ply, whateverAccess )