Skip to content

Commit

Permalink
Added a quick JSON example of updating a database ACL
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelProminic committed Oct 18, 2024
1 parent 57ca90b commit d09fd88
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Super.Human.Portal_Agents/data/update_acl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"title": "Update the ACL to give all users in this organization sufficient access for the agents:",
"versionjson": "1.0.0",
"steps": [
{
"title": "--- Import Documents ---",
"databases": [
{
"action": "update",
"filePath": "SuperHumanPortal.nsf",
"ACL":{
"ACLEntries": [
{
"name": "*/{{ domino_organization }}",
"level": "depositor",
"type": "personGroup",
"isPublicReader": true,
"isPublicWriter": false,
"canCreateDocuments": true,
"canDeleteDocuments": false
}
]
}
}
]
}
]
}

0 comments on commit d09fd88

Please sign in to comment.