Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Identity Hub
    • All guides
    • Subscribing a user to notifications
      • Overview
      • Assigning a user as an organization administrator
      • Assigning a role to a user
      • Assigning a role to a user group
      • Viewing roles assigned in an organization
      • Viewing a list of a subject's accesses
      • Revoking a user's role
    • Syncing users and groups with Active Directory
  • Access management
  • Pricing policy
  • Terraform reference
  • Audit Trails events
  • Release notes
  1. Step-by-step guides
  2. Access management
  3. Viewing a list of a subject's accesses

Viewing a list of a subject's accesses

Written by
Yandex Cloud
Updated at November 12, 2025

You can have a centralized view of the full list of access permissions for the organization's resources held by individual subjects and groups. This can be done either via Yandex Security Deck's CIEM module or the Yandex Cloud CLI.

Only organization members who have the organization-manager.viewer role or higher for the organization can view access permissions in the Security Deck interface.

Access diagnostics via the Yandex Cloud CLI is available from release 0.171 onward.

To get a list of a subject's accesses to the organization's resources:

Security Deck UI
CLI
  1. Log in as an organization user with the organization-manager.viewer role or higher for the organization.

  2. Go to Yandex Security Deck.

  3. In the left-hand panel, select CIEM.

  4. Click Select subject and in the window that opens:

    1. Select the user, service account, user group, system group, or public group you need.

      Use search, if required.

    2. Click Select.

This will open a list of accesses assigned to the selected subject. For each access, the list indicates the resource name/ID and type, role assigned to the subject for that resource, and information about whether the role was assigned to the subject directly or inherited from a group to which the subject belongs.

If the selected subject has multiple accesses, only some of them will be displayed. To display the remaining access permissions, click Load more at the bottom of the page.

Use filtering by resource ID, role ID, or access assignment method (Directly appointed or Assigned via group) as needed.

If you do not have the Yandex Cloud CLI installed yet, install and initialize it.

By default, the CLI uses the folder specified when creating the profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also set a different folder for any specific command using the --folder-name or --folder-id parameter.

  1. See the description of the CLI command to get a list of subject’s accesses:

    yc iam access-analyzer list-subject-access-bindings --help
    
  2. Get the ID of a user, service account, or user group to view their list of accesses.

  3. Use the yc iam access-analyzer list-subject-access-bindings command to get a list of subject’s accesses:

    yc iam access-analyzer list-subject-access-bindings \
       --organization-id=<organization_ID> \
       --subject-id=<subject_ID>
    

    Where:

    • --organization-id: Organization ID.
    • --subject-id: ID of a subject, i.e., a user, service account, user group, system group, or public group.

    Result:

    +---------+-------------------------+----------------------+----------+
    | ROLE ID |      RESOURCE TYPE      |     RESOURCE ID      | GROUP ID |
    +---------+-------------------------+----------------------+----------+
    | admin   | resource-manager.cloud  | b1g2c5615qja******** |          |
    | admin   | resource-manager.folder | b1gq979gqitb******** |          |
    +---------+-------------------------+----------------------+----------+
    

    You will get the list of accesses as a table. For each access, the list indicates a role assigned to the subject for a resource as well as the resource type and ID. If the subject has not been assigned any role directly, but has inherited it from a group, the list will indicate the group ID.

See alsoSee also

  • Cloud Infrastructure Entitlement Management (CIEM)
  • Common Yandex Security Deck roles

Was the article helpful?

Previous
Viewing roles assigned in an organization
Next
Revoking a user's role
© 2025 Direct Cursus Technology L.L.C.