Skip to main content

Guide: Managing Roles

This guide describes how to view, create, and manage roles in IAM.


Viewing the Roles List

  1. From the left navigation bar, select IAMRoles.

    The roles list page appears.

    Roles List

  2. The table includes the following columns:

ColumnDescription
NameThe identifying name of the role.
TypeThe role type: System (provided by the system) or Custom (created by users).
No. of groupThe number of User Groups currently using this role.
DescriptionA description of the role's permissions.
StatusThe status: Active or Inactive.
Created AtWhen the role was created.

System Roles

The system provides two built-in default roles that cannot be edited or deleted:

RoleScopeDescription
ORG Super AdminEntire organizationFull administrative rights over all resources and users in the organization.
VPC Super AdminSpecific VPCFull administrative rights over all resources within a VPC.

Creating a Custom Role

  1. On the Roles page, click Create role.

    The role creation page appears.

    Create Role Form

  2. Fill in the fields:

FieldRequiredDescription
Role nameYesThe identifying name of the role.
DescriptionNoA description of the role's purpose or permission scope.
Service TypeYesThe service type to which the permissions apply (e.g., Compute, Network, Storage).
Search permissionSearch for and select the specific permissions to assign to this role.
ScopeChoose All (all resources) or Specific (specific resources or projects only).
  1. Click Save to create the role.

Editing and Deleting Custom Roles

  • Edit: Click the role name in the list → update the information → Save.
  • Delete: Click the delete icon or select Delete from the action menu → confirm.

Note: System roles (ORG Super Admin, VPC Super Admin) cannot be edited or deleted.