Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • 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
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Identity and Access Management
    • All guides
    • Handling secrets that are available in the public domain
    • Users
    • User groups
      • Getting a list of supported policy templates
      • Creating a policy for a resource
      • Viewing policies created for a resource
      • Delete policy
  • Secure use of Yandex Cloud
  • Access management
  • Pricing policy
  • Role reference
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • Viewing access policies created for a folder
  • Viewing access policies created for a cloud
  • Viewing access policies created for an organization
  1. Step-by-step guides
  2. Access policies
  3. Viewing policies created for a resource

Viewing access policies created for a resource

Written by
Yandex Cloud
Updated at April 3, 2026
  • Viewing access policies created for a folder
  • Viewing access policies created for a cloud
  • Viewing access policies created for an organization

Note

This feature is in the Preview stage. To get access, contact tech support or your account manager.

Access policies are a Yandex Identity and Access Management mechanism that allows you to manage permissions for specific operations with Yandex Cloud resources. Access policies are based on templates and complement the role system for more flexible access management.

You can create access policies for a folder, cloud, or organization.

Note

To manage access policies, a user must have one of the following roles:

  • resource-manager.admin or admin for the folder or cloud to manage access policies at the folder or cloud level, respectively.
  • organization-manager.admin or admin for the organization to manage access policies at the organization level.

Viewing access policies created for a folderViewing access policies created for a folder

To view a list of access policies created for a folder:

CLI
API

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

Run this command by specifying the name or ID of the folder for which you want to view the new policies:

yc resource-manager folder list-access-policy-bindings <folder_name_or_ID>

Result:

+---------------------------------------+
|      ACCESS POLICY TEMPLATE ID        |
+---------------------------------------+
| iam.denyServiceAccountApiKeysCreation |
+---------------------------------------+

Use the listAccessPolicyBindings REST API method for the Folder resource or the FolderService/ListAccessPolicyBindings gRPC API call.

Viewing access policies created for a cloudViewing access policies created for a cloud

To view the list of cloud access policies:

CLI
API

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

Run the command, specifying the name or ID of the cloud for which you want to view the created policies:

yc resource-manager cloud list-access-policy-bindings <cloud_name_or_ID>

Result:

+---------------------------------------+
|      ACCESS POLICY TEMPLATE ID        |
+---------------------------------------+
| iam.denyServiceAccountApiKeysCreation |
+---------------------------------------+

Use the listAccessPolicyBindings REST API method for the Cloud resource or the CloudService/ListAccessPolicyBindings gRPC API call.

Viewing access policies created for an organizationViewing access policies created for an organization

To view the list of organization access policies:

CLI
API

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

Run the command, specifying the name or ID of the organization for which you want to view the created policies:

yc organization-manager organization list-access-policy-bindings <organization_name_or_ID>

Result:

+------------------------------+
|  ACCESS POLICY TEMPLATE ID   |
+------------------------------+
| organization.denyUserListing |
+------------------------------+

Use the listAccessPolicyBindings REST API method for the Organization resource or the OrganizationService/ListAccessPolicyBindings gRPC API call.

See alsoSee also

  • Access policies
  • Getting a list of supported access policy templates
  • Creating an access policy for a resource
  • Deleting an access policy

Was the article helpful?

Previous
Creating a policy for a resource
Next
Delete policy
© 2026 Direct Cursus Technology L.L.C.