1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-18 09:51:28 +02:00
Files
OpenIntegrations/docs/en/examples/MongoDB/GetRolePrivilegeStructure.txt
T
Vitaly the Alpaca (bot) c25ed70ac3 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);