diff --git a/sources/platform/account/collaboration/list_of_permissions.md b/sources/platform/account/collaboration/list_of_permissions.md deleted file mode 100644 index db2933a6ac..0000000000 --- a/sources/platform/account/collaboration/list_of_permissions.md +++ /dev/null @@ -1,90 +0,0 @@ ---- -title: List of permissions -description: Learn about the access rights you can grant to other users. See all access options for Apify resources such as Actors, tasks, storage, and schedules. -sidebar_position: 12.2 -slug: /account/collaboration/list-of-permissions ---- - -This document contains all the access options that can be granted to resources on the Apify platform. - -## Actor - -Permissions that can be granted for an [Actor](/actors). - -| Permission | Description | -|----------------------|------------------------------------------------------------| -| Read | View Actor settings, source code and builds. | -| Write | Edit Actor settings and source code, and delete the Actor. | -| Run | Run any of an Actor's builds. | -| Build | Build the Actor. | -| View owner runs | View owner's runs of the Actor and their details. | -| Manage access rights | Manage Actor access rights. | - -## Actor task - -Permissions that can be granted for an [Actor task](/actors/running/tasks). - -| Permission | Description | -|----------------------|------------------------------------------------------------| -| Read | View task configuration. | -| Write | Edit task configuration and settings, and delete the task. | -| View owner runs | View owner's runs of the Actor task and their details. | -| Manage access rights | Manage Actor task access rights. | - -## Storage - -Permissions that can be granted for [storage](/storage). - -| Permission | Description | -|----------------------|------------------------------------------------------------------| -| Read | View storage information and its data. | -| Write | Edit storage settings, push data to it, and remove data from it. | -| Manage access rights | Manage storage access rights. | - -## Schedule - -Permissions that can be granted for a [schedule](/actors/running/schedules). - -| Permission | Description | -|------------|--------------------------------------------------------------------| -| Read | View schedule configuration. | -| Write | Edit schedule configuration and settings, and delete the schedule. | - -## Organization - -Permissions that can be granted to members of an [organization](/account/collaboration/organization). - -| Permission | Description | -|----------------------|-----------------------------------------------------------------------------| -| Manage organization | Change the organization's settings. | -| Manage access tokens | Manage the organization's access tokens, i.e. API token and proxy password. | -| Update email | Update the organization's contact email. | -| Update profile | Make changes to the organization's profile information. | -| Manage billing | Update the type of subscription, billing details and payment methods. | -| View invoices | See the organization's invoices. | -| View payouts | See the organization's payouts. | -| View monetization | See the organization's monetization details. | - -## Proxy - -Permissions that can be granted for [Apify Proxy](/proxy). - -| Permission | Description | -|------------|---------------------------| -| Proxy | Allow to use Apify Proxy. | - -## Actor issue - -| Permission | Description | -|---------------|---------------------------------------------------------| -| Read | View an Actor's issues and their details. | -| Write | Create and edit Actor issues. | -| Update status | Change an issue's status, for example open or close it. | - -## Actor issue comment - -| Permission | Description | -|----------------|--------------------------------| -| Read comment | View comments on Actor issues. | -| Write comment | Add comments to Actor issues. | -| Update comment | Edit comments on Actor issues. |