---
title: "Manage access to storage"
sidebar_label: "Manage access to storage"
sidebar_position: 3
description: "How access to storage is governed by a role model"
---

import Formbricks from '@theme/MDXComponents/Formbricks'
import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import {TabItemLabel} from '@selectel/docux/components'
import {CustomTable} from '@selectel/docux/components'

# Manage access to storage

Access to the storage system is regulated by a role-based model that defines access within an account; for more details, see the instructions [Access Control in Selectel Products](/access-control/access-management.mdx). You can see role capabilities across all products in the [role reference](/access-control/role-reference.mdx).

## member \{#member}

A user with full access to all Selectel products. Does not have access to manage: [users](/access-control/manage/), [service users](/access-control/user-types.mdx#service-users), [user groups](/access-control/groups/), and [federations](/access-control/federations/).

<CustomTable>
  <table>
    <tbody>
      <tr>
        <th>Access scopes</th>

        <td>
          * account;
          * project
        </td>
      </tr>

      <tr>
        <th>Who can be assigned</th>

        <td>
          * users;
          * service users;
          * user groups
        </td>
      </tr>

      <tr>
        <th rowspan="2">Available operations with storage</th>

        <td>
          In the Account access scope:

          * storage management:

            * ordering storage;
            * modifying storage;
            * canceling storage
        </td>
      </tr>

      <tr>
        <td>
          In the Project access scope, operations with storage are unavailable
        </td>
      </tr>
    </tbody>
  </table>
</CustomTable>

## billing \{#billing}

A user with access to billing management and no access to service management.

<CustomTable>
  <table>
    <tbody>
      <tr>
        <th>Access scopes</th><td>Account</td>
      </tr>

      <tr>
        <th>Who can be assigned</th>

        <td>
          * users;
          * service users;
          * user groups
        </td>
      </tr>

      <tr>
        <th>Available operations with storage</th>

        <td>
          * billing management:

            * balance top-ups and transferring funds between balances;
            * management of autobills, monthly payments, payment deferrals;
            * management of balance notifications;
            * bank card management;
            * viewing reporting documents;
            * management of the partner program and fund withdrawal;

          * viewing connected services and service statuses
        </td>
      </tr>
    </tbody>
  </table>
</CustomTable>

## iam.admin \{#iam-admin}

A user with access to manage users and no access to services or billing. Cannot manage their own account: change permissions, manage notifications, or delete the user. The first user with the `iam.admin` role is created by the [Account Owner](/access-control/user-types.mdx#account-owner).

<CustomTable>
  <table>
    <tbody>
      <tr>
        <th>Access scopes</th><td>Account</td>
      </tr>

      <tr>
        <th>Who can be assigned</th>

        <td>
          * users;
          * service users;
          * user groups
        </td>
      </tr>

      <tr>
        <th>Available operations with storage</th>

        <td>
          * manage [control panel users](/access-control/user-types.mdx#panel-users), [service users](/access-control/user-types.mdx#service-users), [user groups](/access-control/groups/) with access to block storage, as well as manage [federations](/access-control/federations/)
        </td>
      </tr>
    </tbody>
  </table>
</CustomTable>

## iam.viewer \{#iam-viewer}

A user with access to view everything managed by [iam.admin](#iam-admin).

<CustomTable>
  <table>
    <tbody>
      <tr>
        <th>Access scopes</th><td>Account</td>
      </tr>

      <tr>
        <th>Who can be assigned</th>

        <td>
          <ul>
            <li>users;</li><li>service users;</li><li>user groups</li>
          </ul>
        </td>
      </tr>

      <tr>
        <th>Available operations</th>

        <td>
          <ul>
            <li>view [control panel users](/access-control/user-types.mdx#panel-users), [service users](/access-control/user-types.mdx#service-users), [user groups](/access-control/groups/) and [federations](/access-control/federations/);</li><li>viewing user keys;</li><li>viewing [notifications](/account/notifications.mdx) of other users;</li><li>viewing [account access restrictions](/account/limit-access-to-account.mdx)</li>
          </ul>
        </td>
      </tr>
    </tbody>
  </table>
</CustomTable>

## reader \{#reader}

A user with access to view everything managed by [`member`](#member) in the same access scope.

<CustomTable>
  <table>
    <tbody>
      <tr>
        <th>Access scopes</th>

        <td>
          * account;
          * project
        </td>
      </tr>

      <tr>
        <th>Who can be assigned</th>

        <td>
          * users;
          * service users;
          * user groups
        </td>
      </tr>

      <tr>
        <th rowspan="2">Available operations with storage</th>

        <td>
          In the Account access scope:

          * viewing the list of storage devices and information about them
        </td>
      </tr>

      <tr>
        <td>
          In the Project access scope, operations with storage are unavailable
        </td>
      </tr>
    </tbody>
  </table>
</CustomTable>

## dedicated.admin \{#dedicated-admin}

A user with access to storage management.

The `dedicated.admin` role also provides access to managing:

* [dedicated servers](/dedicated/);
* [colocation](/server-colocation/);
* [firewalls](/firewalls/);
* [basic firewall](/basic-firewall/);
* [network volumes for dedicated servers](/block-storage/);
* [rented network hardware](/network-hardware/).

<CustomTable>
  <table>
    <tbody>
      <tr>
        <th>Access scopes</th>

        <td>
          * account;
          * project
        </td>
      </tr>

      <tr>
        <th>Who can be assigned</th>

        <td>
          * users;
          * service users;
          * user groups
        </td>
      </tr>

      <tr>
        <th rowspan="2">Available operations with storage</th>

        <td>
          In the Account access scope:

          * storage management:

            * ordering storage;
            * modifying storage;
            * canceling storage
        </td>
      </tr>

      <tr>
        <td>
          In the Project access scope, operations with storage are unavailable
        </td>
      </tr>
    </tbody>
  </table>
</CustomTable>

## dedicated.viewer \{#dedicated-viewer}

A user with access to view everything managed by [`dedicated.admin`](#dedicated-admin) in the same access scope.

<CustomTable>
  <table>
    <tbody>
      <tr>
        <th>Access scopes</th>

        <td>
          * account;
          * project
        </td>
      </tr>

      <tr>
        <th>Who can be assigned</th>

        <td>
          * users;
          * service users;
          * user groups
        </td>
      </tr>

      <tr>
        <th rowspan="2">Available operations with storage</th>

        <td>
          In the Account access scope:

          * viewing the list of storage devices and information about them
        </td>
      </tr>

      <tr>
        <td>
          In the Project access scope, operations with storage are unavailable
        </td>
      </tr>
    </tbody>
  </table>
</CustomTable>

<Formbricks />
