You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-18 09:51:28 +02:00
9 lines
271 B
Plaintext
Vendored
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); |