Skip to content

Commit

Permalink
update: manage app users permission description
Browse files Browse the repository at this point in the history
  • Loading branch information
staceysalamon-aiven committed Jan 22, 2025
1 parent 0e11196 commit 27a5242
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 28 deletions.
14 changes: 7 additions & 7 deletions docs/platform/concepts/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ and services within it.

### Organization permissions

| Console name | API name | Allowed actions |
| ------------------------------- | -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Manage application users | `organization:app_users:write` | <ul> <li> Create, edit, and delete application users. </li> <li> View all application users. </li> <li> Generate and revoke application tokens. </li> <li> List all application tokens. </li> </ul> |
| View organization audit log | `organization:audit_logs:read` | <ul> <li> View the audit log. </li> </ul> |
| Manage domains | `organization:domains:write` | <ul> <li> Add, edit, and remove domains. </li> <li> View all organization domains. </li> </ul> |
| Manage groups | `organization:groups:write` | <ul> <li> Create, edit, and delete groups. </li> <li> Add organization and application users to groups. </li> <li> Remove organization and application users from groups. </li> </ul> |
| Manage organization users | `organization:users:write` | <ul> <li> Invite new users to the organization. </li> <li> View all invited users. </li> <li> Remove user invites. </li> <li> Deactivate, edit and delete [managed users](/docs/platform/concepts/managed-users). </li> <li> Remove non-managed users from the organization. </li> <li> Reset passwords for managed users. </li> <li> View all authentication methods for an organization user. </li> <li> Revoke tokens for managed users. </li> <li> View all tokens generated by managed users. </li> </ul> |
| Console name | API name | Allowed actions |
| --------------------------- | ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Manage application users | `organization:app_users:write` | <ul> <li> Create, edit, and delete application users. </li> <li> View all application users. </li> <li> List all application tokens. </li> </ul> |
| View organization audit log | `organization:audit_logs:read` | <ul> <li> View the audit log. </li> </ul> |
| Manage domains | `organization:domains:write` | <ul> <li> Add, edit, and remove domains. </li> <li> View all organization domains. </li> </ul> |
| Manage groups | `organization:groups:write` | <ul> <li> Create, edit, and delete groups. </li> <li> Add organization and application users to groups. </li> <li> Remove organization and application users from groups. </li> </ul> |
| Manage organization users | `organization:users:write` | <ul> <li> Invite new users to the organization. </li> <li> View all invited users. </li> <li> Remove user invites. </li> <li> Deactivate, edit and delete [managed users](/docs/platform/concepts/managed-users). </li> <li> Remove non-managed users from the organization. </li> <li> Reset passwords for managed users. </li> <li> View all authentication methods for an organization user. </li> <li> Revoke tokens for managed users. </li> <li> View all tokens generated by managed users. </li> </ul> |


## Project roles and permissions
Expand Down
21 changes: 0 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6436,7 +6436,6 @@ __metadata:
rehype-katex: "npm:7"
remark-math: "npm:6"
search-insights: "npm:^2.13.0"
typescript: "npm:^5.7.3"
webpack: "npm:^5.94.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -16127,26 +16126,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.7.3":
version: 5.7.3
resolution: "typescript@npm:5.7.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.7.3#optional!builtin<compat/typescript>":
version: 5.7.3
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=cef18b"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/3b56d6afa03d9f6172d0b9cdb10e6b1efc9abc1608efd7a3d2f38773d5d8cfb9bbc68dfb72f0a7de5e8db04fc847f4e4baeddcd5ad9c9feda072234f0d788896
languageName: node
linkType: hard

"ufo@npm:^1.5.4":
version: 1.5.4
resolution: "ufo@npm:1.5.4"
Expand Down

0 comments on commit 27a5242

Please sign in to comment.