Skip to content

Commit c7ea825

Browse files
committed
add missing ACL Actions
1 parent afa0813 commit c7ea825

File tree

1 file changed

+9
-6
lines changed
  • docs/deploy-and-configure/configuration/access-conditions

1 file changed

+9
-6
lines changed

docs/deploy-and-configure/configuration/access-conditions/index.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,22 @@ PREFIX : <https://vocab.eccenca.com/auth/Action/>
7979

8080
| Resource | Explanation |
8181
| ---------| ------------|
82-
| `:AllActions` | Represents all actions. You can use it to grant execution rights to all actions |
82+
| `:AllActions` | Represents all actions. You can use it to grant execution rights to all actions. |
8383
| `:Build` | Represents the action needed to use eccenca Build (DataIntegration) component of eccenca Corporate Memory. |
8484
| `:Build-AdminPython` | Represents the action needed to use eccenca Build (DataIntegration)'s Python plugin management component of eccenca Corporate Memory. |
8585
| `:Build-AdminWorkspace` | Represents the action needed to use eccenca Build (DataIntegration)'s workspace administration component of eccenca Corporate Memory. |
8686
| `:ChangeAccessConditions` | Represents the action needed to use the Authorization management API (see Developer Manual). You can use it as object of the `eccauth:allowedAction` property to grant access to the Authorization management API if the user fulfills the access condition. |
8787
| `:Explore-BKE-Manage` | Represents the action needed to view, create, edit and delete visualisations in the BKE-Module (needs access to config graph as well). |
8888
| `:Explore-BKE-Read` | Allows to use the BKE-Module interface in read-only mode (needs access to config graph as well). |
89-
| `:Explore-KnowledgeGraphs` | Represents the action needed to use the Explore Tab (needs access to at least one graph as well) |
89+
| `:Explore-ChartsCatalog` | Allows to use the Charts-Module interface. |
90+
| `:Explore-GraphInsight-Manage` | Allows management of databases via the API in Explore. Authorizes graph insights API for database management. |
91+
| `:Explore-GraphInsight-Read` | Allows to use the Graph Insight UI actions in graph list and tab view of explore module. Authorizes graph insights API for specific database access. |
92+
| `:Explore-KnowledgeGraphs` | Represents the action needed to use the Explore Tab (needs access to at least one graph as well). |
9093
| `:Explore-ListSystemGraphs` | Represents the action needed to list Corporate Memory system graphs (tagged with shui:isSystemResource) in the Knowledge Graph list. |
91-
| `:Explore-QueryCatalog` | Represents the action needed to use the Query Catalog (needs access to catalog graph as well if changes should be allowed) |
92-
| `:Explore-ThesaurusCatalog` | Represents the action needed to use the Thesaurus Catalog as well as Thesaurus Project editing interface (needs access to specific thesaurus graphs as well) |
93-
| `:Explore-VocabularyCatalog` | Represents the action needed to use the Vocabulary Catalog (needs access to specific vocabulary graphs as well) |
94+
| `:Explore-QueryCatalog` | Represents the action needed to use the Query Catalog (needs access to catalog graph as well if changes should be allowed). |
95+
| `:Explore-ThesaurusCatalog` | Represents the action needed to use the Thesaurus Catalog as well as Thesaurus Project editing interface (needs access to specific thesaurus graphs as well). |
96+
| `:Explore-VocabularyCatalog` | Represents the action needed to use the Vocabulary Catalog (needs access to specific vocabulary graphs as well). |
97+
| `:LinkRulesUserInterface` | Represents the action needed to use the Link Rules Module. |
9498

9599
In addition to these attributes, you can use the following special attributes to grant partial access to the access conditions itself:
96100

@@ -314,4 +318,3 @@ The following list, provides grants which work together:
314318
- Allowed Actions: **Build - Workspace** (`:Build`)
315319
- Allow write graphs:
316320
- **All Graphs** (`https://vocab.eccenca.com/auth/AllGraphs`)
317-

0 commit comments

Comments
 (0)