---
title: "Manage access to firewalls"
sidebar_label: "Manage access to firewalls"
sidebar_position: 4
description: "How access to firewalls 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 firewalls

Access to firewalls is regulated by a role model that defines access within an account; for more details, see the guide [Access Management for Selectel Products](/access-control/access-management.mdx). Capabilities of roles across all products can be viewed 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 firewalls</th>

        <td>
          In the Account access scope:

          * managing firewalls:

            * ordering firewalls;
            * modifying firewalls;
            * canceling a firewall rental
        </td>
      </tr>

      <tr>
        <td>
          In the Project access scope, operations with firewalls are not available
        </td>
      </tr>
    </tbody>
  </table>
</CustomTable>

## billing \{#billing}

A user with access to billing management and 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 firewalls</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 the 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 managing users and without access to services and billing. Cannot manage their own account: change permissions, manage notifications, 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 firewalls</th>

        <td>
          * managing [users](/access-control/user-types.mdx#users), [service users](/access-control/user-types.mdx#service-users), [user groups](/access-control/groups/) with access to firewalls, as well as managing [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 [users](/access-control/user-types.mdx#users), [service users](/access-control/user-types.mdx#service-users), [user group](/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>view [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 firewalls</th>

        <td>
          In the Account access scope:

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

      <tr>
        <td>
          In the Project access scope, operations with firewalls are not available
        </td>
      </tr>
    </tbody>
  </table>
</CustomTable>

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

User with access to firewall management.

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

* [dedicated servers](/dedicated/);
* [colocation](/server-colocation/);
* [basic firewall](/basic-firewall/);
* [data storage system](/data-storage-system/);
* [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 firewalls</th>

        <td>
          In the Account access scope:

          * managing firewalls:

            * ordering firewalls;
            * modifying firewalls;
            * canceling a firewall rental
        </td>
      </tr>

      <tr>
        <td>
          In the Project access scope, operations with firewalls are not available
        </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 firewalls</th>

        <td>
          In the Account access scope:

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

      <tr>
        <td>
          In the Project access scope, operations with firewalls are not available
        </td>
      </tr>
    </tbody>
  </table>
</CustomTable>

<Formbricks />
