> ## Documentation Index
> Fetch the complete documentation index at: https://docs.automq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Role-Based Access Control

> AutoMQ's Role-Based Access Control (RBAC) system ensures fine-grained, least-privilege permissions for secure, stable resource management in a cloud-native Kafka-compatible environment.

AutoMQ supports Role-Based Access Control (RBAC), providing fine-grained permission management to ensure that member accounts and service accounts can access necessary resources with the principle of least privilege. Through RBAC, environment administrators can effectively manage and control access to AutoMQ resources, ensuring system security and stability.

### RBAC Principles

The core principle of RBAC is to bind predefined roles to member accounts and service accounts. Each role contains a set of predefined permissions that determine the actions an account can perform. This approach allows administrators to flexibly assign and manage permissions, ensuring users can only access and operate on the resources they are authorized to.

### Appendix: Predefined System Roles

AutoMQ provides a series of built-in roles, each corresponding to different levels of permissions to meet the needs of various scenarios. Below is a list of the built-in roles supported by AutoMQ along with their operation lists:

<table>
  <thead>
    <tr>
      <th colspan="1" rowspan="1">
        Role

        <br />
      </th>

      <th colspan="1" rowspan="1">
        Action

        <br />
      </th>

      <th colspan="1" rowspan="1">
        Permission Level and Applicable Scenarios

        <br />
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td colspan="1" rowspan="13">
        InstanceViewer

        <br />
      </td>

      <td colspan="1" rowspan="1">
        Instance:ListInstances

        <br />
      </td>

      <td colspan="1" rowspan="13">
        <ul>
          <li>Role Description: Instance Viewer Role</li>

          <li>Permission Scope: Read-only access to specified instances within the environment (excluding message viewing).</li>
        </ul>
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:GetInstance

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:GetInstanceMetadata

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:ListInstanceACLPolicies

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:ListInstanceACLUsers

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:ListConsumerGroups

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:GetConsumerGroup

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:GetTopic

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:ListTopics

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Profile:GetDeployProfile

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Profile:ListDeployProfiles

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        KafkaLinking:ListKafkaLinks

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        KafkaLinking:GetKafkaLink

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="23">
        InstanceDeveloper

        <br />
      </td>

      <td colspan="1" rowspan="1">
        Instance:GetInstance

        <br />
      </td>

      <td colspan="1" rowspan="23">
        <ul>
          <li>Role Description: Instance Developer</li>

          <li>Permission Scope: Access to specified instances within the environment and management of resources like Topic and Group within the instance. Instance developers cannot perform instance configuration changes, upgrades, etc.</li>
        </ul>
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:ListInstances

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:ListInstanceACLPolicies

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:CreateInstanceACLPolicy

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:DeleteInstanceACLPolicy

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:GetInstanceMetadata

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:ListInstanceACLUsers

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:CreateInstanceACLUser

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:DeleteInstanceACLUser

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:ListConsumerGroups

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:CreateConsumerGroup

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:GetConsumerGroup

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:UpdateConsumerGroup

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:DeleteConsumerGroup

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:ListTopics

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:CreateTopic

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:GetTopic

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:DeleteTopic

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:UpdateTopic

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:CreateMessage

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Profile:GetDeployProfile

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Profile:ListDeployProfiles

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:GetMessage

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="32">
        InstanceAdmin

        <br />
      </td>

      <td colspan="1" rowspan="1">
        Instance:GetInstance

        <br />
      </td>

      <td colspan="1" rowspan="32">
        <ul>
          <li>Role Description: Instance Admin Role</li>

          <li>Permission Scope: Access to view, modify, and delete specified instances within the environment.</li>
        </ul>
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:ListInstances

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:UpdateInstance

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:GetInstanceMetadata

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:DeleteInstance

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:UpdateInstanceIntegration

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:ListInstanceACLUsers

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:CreateInstanceACLUser

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:DeleteInstanceACLUser

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:ListInstanceACLPolicies

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:CreateInstanceACLPolicy

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:DeleteInstanceACLPolicy

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:ListConsumerGroups

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:CreateConsumerGroup

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:GetConsumerGroup

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:UpdateConsumerGroup

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:DeleteConsumerGroup

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:CreateTopic

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:GetTopic

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:DeleteTopic

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:UpdateTopic

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:ListTopics

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:CreateMessage

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Profile:GetDeployProfile

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Profile:ListDeployProfiles

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:GetMessage

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Integration:ListIntegrations

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Integration:ListIntegrationTypes

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        KafkaLinking:CreateKafkaLink

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        KafkaLinking:ListKafkaLinks

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        KafkaLinking:GetKafkaLink

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        KafkaLinking:DeleteKafkaLink

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="8">
        IntegrationAdmin

        <br />
      </td>

      <td colspan="1" rowspan="1">
        Integration:UpdateInstanceIntegration

        <br />
      </td>

      <td colspan="1" rowspan="8">
        <ul>
          <li>Role Description: Integration Administrator</li>

          <li>Permission Scope: Access and edit specified integrations within the environment.</li>
        </ul>
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Integration:ListIntegrations

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Integration:GetIntegration

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Integration:UpdateIntegration

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Integration:DeleteIntegration

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Integration:ListIntegrationTypes

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Profile:ListDeployProfiles

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Profile:GetDeployProfile

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="26">
        EnvironmentViewer

        <br />
      </td>

      <td colspan="1" rowspan="1">
        Instance:GetInstance

        <br />
      </td>

      <td colspan="1" rowspan="26">
        <ul>
          <li>Role Description: Environment Read-Only Member Role</li>

          <li>Permission Scope: Read-only access to instance resources within the environment; cannot manage the environment or other members (excluding message viewing).</li>

          <ul>
            <li>Instance Viewing</li>

            <li>Integration Viewing</li>
          </ul>
        </ul>
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:ListInstances

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:ListInstanceACLPolicies

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:GetInstanceMetadata

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:ListInstanceACLUsers

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:ListConsumerGroups

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:GetConsumerGroup

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:ListTopics

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:GetTopic

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Integration:ListIntegrations

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Integration:GetIntegration

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Integration:ListIntegrationTypes

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Migration:ListMigrations

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Migration:GetMigration

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Profile:ListDeployProfiles

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Profile:GetDeployProfile

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:ListProductVersions

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:ListProviders

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:ListRegions

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:ListZones

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:ListSubnets

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:ListNodeGroups

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:GetNodeGroup

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:GetEnvironment

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        KafkaLinking:ListKafkaLinks

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        KafkaLinking:GetKafkaLink

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="56">
        EnvironmentOperator

        <br />
      </td>

      <td colspan="1" rowspan="1">
        Instance:GetInstance

        <br />
      </td>

      <td colspan="1" rowspan="56">
        <ul>
          <li>Role Description: Environment Operator Member Role</li>

          <li>Permission Scope: Write access to instance resources within the environment; cannot manage the environment or other members:</li>

          <ul>
            <li>Integration Management</li>

            <li>Instance Management</li>
          </ul>
        </ul>
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:ListInstances

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:ListInstanceACLPolicies

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:CreateInstanceACLPolicy

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:DeleteInstanceACLPolicy

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:CreateInstance

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:UpdateInstance

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:DeleteInstance

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:GetInstanceMetadata

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:UpdateInstanceIntegration

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:ListInstanceACLUsers

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:CreateInstanceACLUser

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Instance:DeleteInstanceACLUser

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:ListTopics

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:CreateTopic

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:GetTopic

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:DeleteTopic

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:UpdateTopic

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic:CreateMessage

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:ListConsumerGroups

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:CreateConsumerGroup

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:GetConsumerGroup

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:UpdateConsumerGroup

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        ConsumerGroup:DeleteConsumerGroup

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Integration:ListIntegrations

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Integration:CreateIntegration

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Integration:GetIntegration

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Integration:UpdateIntegration

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Integration:DeleteIntegration

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Integration:ListIntegrationTypes

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Migration:CreateMigration

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Migration:UpdateMigration

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Migration:ListMigrations

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Migration:GetMigration

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Migration:DeleteMigration

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Profile:ListDeployProfiles

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Profile:GetDeployProfile

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Profile:CreateDeployProfile

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Profile:UpdateDeployProfile

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Profile:DeleteDeployProfile

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:CreateProductVersion

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:GetDeploymentOrder

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:ListProductVersions

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:ListProviders

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:ListRegions

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:ListZones

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:ListSubnets

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:ListNodeGroups

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:GetNodeGroup

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:GetMessage

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:DeleteEndPoint

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Environment:CreateEndPoint

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        KafkaLinking:CreateKafkaLink

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        KafkaLinking:ListKafkaLinks

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        KafkaLinking:GetKafkaLink

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        KafkaLinking:DeleteKafkaLink

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        EnvironmentAdmin

        <br />
      </td>

      <td colspan="1" rowspan="1">
        All

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>Role Description: Environment Administrator</li>

          <li>Permissions: Has full operational access to all resources within the environment, including but not limited to:</li>

          <ul>
            <li>Manage Members</li>

            <li>Manage Integrations</li>

            <li>Manage Instances</li>
          </ul>
        </ul>
      </td>
    </tr>
  </tbody>
</table>

By utilizing built-in roles and their corresponding operations, administrators can flexibly manage permissions in the AutoMQ console, ensuring both system security and efficiency.
