---
title: "Manage access to the basic firewall"
sidebar_label: "Manage access to the basic firewall"
sidebar_position: 2
description: "How access to the basic firewall 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 the basic firewall

Access to the basic firewall is governed by the role-based access control model, which defines access within an account; for more details, see the [Access Control in Selectel Products](/access-control/access-management.mdx) guide. Capabilities of roles for all products can be found 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>Can be assigned to</th>

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

      <tr>
        <th rowspan="2">Available operations with the basic firewall</th>

        <td>
          In the Account access scope:

          * basic firewall management:

            * creating a basic firewall;
            * modifying a basic firewall (adding rules, changing rules, etc.);
            * deleting a basic firewall
        </td>
      </tr>

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

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

User with access to view everything that [iam.admin](#iam-admin) manages.

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

      <tr>
        <th>Can be assigned to</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>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>

## 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>Can be assigned to</th>

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

      <tr>
        <th>Available operations with the basic firewall</th>

        <td>
          * managing [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 the basic firewall, as well as managing [federations](/access-control/federations/)
        </td>
      </tr>
    </tbody>
  </table>
</CustomTable>

## reader \{#reader}

User with access to view everything that [`member`](#member) manages in the same access scope.

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

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

      <tr>
        <th>Can be assigned to</th>

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

      <tr>
        <th rowspan="2">Available operations with the basic firewall</th>

        <td>
          In the Account access scope:

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

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

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

User with access to basic firewall management.

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

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

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

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

      <tr>
        <th>Can be assigned to</th>

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

      <tr>
        <th rowspan="2">Available operations with the basic firewall</th>

        <td>
          In the Account access scope:

          * basic firewall management:

            * creating a basic firewall;
            * modifying a basic firewall (adding rules, changing rules, etc.);
            * deleting a basic firewall
        </td>
      </tr>

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

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

User with access to view everything that [`dedicated.admin`](#dedicated-admin) manages in the same access scope.

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

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

      <tr>
        <th>Can be assigned to</th>

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

      <tr>
        <th rowspan="2">Available operations with the basic firewall</th>

        <td>
          In the Account access scope:

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

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

<Formbricks />
