1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-09 23:56:48 +02:00
Files
OpenIntegrations/docs/en/examples/MongoDB/GetRolePrivilegeStructure.txt
Vitaly the Alpaca (bot) aeb4d14a82 Main build (Jenkins)
2026-02-13 14:09:07 +03:00

9 lines
271 B
Plaintext
Vendored

Base = "main";
Resource = New Structure("db,collection", Base, "new_collection");
Actions = New Array;
Actions.Add("find");
Actions.Add("insert");
Actions.Add("update");
Result = OPI_MongoDB.GetRolePrivilegeStructure(Resource, Actions);