AgentP2pParam
AgentP2pParam - Table that relation between Agent and P2pParam. Agent has access to getting adding or other operations with only related P2pParams.

agentId - Id of Agent.
p2pParamsRegex - agent accessed p2pParams ids as regex.
Example
.+
All P2pParams
^(3$|4$|40$)
Only P2pParams with ids 3,4,5
Last updated