---
title: "Manage access to leased network equipment"
sidebar_label: "Manage access to leased network equipment"
sidebar_position: 3
description: "How access to leased network equipment 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 leased network equipment

Access to leased network equipment is regulated by a role-based access control model that defines access within an account. For more information, see the [Access Management in Selectel Products](/access-control/access-management.mdx) guide. You can view the capabilities of roles for 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 management access to: [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 leased network equipment</th>

        <td>
          In the Account access scope:

          * network equipment management:

            * ordering network equipment;
            * modifying network equipment;
            * canceling network equipment
        </td>
      </tr>

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

## billing \{#billing}

A user with access to billing management but without 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 leased network equipment</th>

        <td>
          * billing management:

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

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

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

A user with access to user management 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 leased network equipment</th>

        <td>
          * management of [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 leased network equipment, and management of [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>viewing [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>view [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 leased network equipment</th>

        <td>
          In the Account access scope:

          * viewing the list of leased network equipment and information about it
        </td>
      </tr>

      <tr>
        <td>
          In the Project access scope, operations with leased network equipment 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 manage:

* [dedicated servers](/dedicated/);
* [colocation](/server-colocation/);
* [firewalls](/firewalls/);
* [basic firewall](/basic-firewall/);
* [network volumes for dedicated servers](/block-storage/);
* [leased network equipment](/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 leased network equipment</th>

        <td>
          In the Account access scope:

          * network equipment management:

            * ordering network equipment;
            * modifying network equipment;
            * canceling network equipment
        </td>
      </tr>

      <tr>
        <td>
          In the Project access scope, operations with leased network equipment 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 leased network equipment</th>

        <td>
          In the Account access scope:

          * viewing the list of leased network equipment and information about it
        </td>
      </tr>

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

<Formbricks />
