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 policies
      • Assigning a policy for a resource
      • Viewing policies assigned for a resource
      • Revoking a policy
  • Secure use of Yandex Cloud
  • Access management
  • Pricing policy
  • Role reference
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  1. Step-by-step guides
  2. Access policies
  3. Getting a list of supported policies

Getting a list of supported access policies

Written by
Yandex Cloud
Updated at February 25, 2026

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 complement the role system for more flexible access management.

To get a list of supported access policies:

CLI
API

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

Run this command:

yc iam access-policy-template list

Result:

+----------------------------------------------------+---------------------------------------------------------+--------------------------------+
|                         ID                         |                          NAME                           |          DESCRIPTION           |
+----------------------------------------------------+---------------------------------------------------------+--------------------------------+
| iam.denyServiceAccountAccessKeysCreation           | iam-deny-service-account-access-keys-creation           | Deny creation of service       |
|                                                    |                                                         | account access keys            |
| iam.denyServiceAccountApiKeysCreation              | iam-deny-service-account-api-keys-creation              | Deny creation of service       |
|                                                    |                                                         | account api keys               |
| iam.denyServiceAccountAuthorizedKeysCreation       | iam-deny-service-account-authorized-keys-creation       | Deny creation of service       |
|                                                    |                                                         | account authorized keys        |
| iam.denyServiceAccountCreation                     | iam-deny-service-account-creation                       | Deny creation of service       |
|                                                    |                                                         | accounts                       |
| iam.denyServiceAccountCredentialsCreation          | iam-deny-service-account-credentials-creation           | Deny creation of service       |
|                                                    |                                                         | account credentials            |
| iam.denyServiceAccountFederatedCredentialsCreation | iam-deny-service-account-federated-credentials-creation | Deny creation of service       |
|                                                    |                                                         | account federated credentials  |
| iam.denyServiceAccountImpersonation                | iam-deny-service-account-impersonation                  | Deny impersonation into the    |
|                                                    |                                                         | service account                |
| organization.denyMemberInvitation                  | organization-deny-member-invitation                     | Deny invitation of new members |
|                                                    |                                                         | to the organization            |
| organization.denyUserListing                       | organization-deny-user-listing                          | Deny listing of users in the   |
|                                                    |                                                         | organization                   |
+----------------------------------------------------+---------------------------------------------------------+--------------------------------+

Use the list REST API method for the AccessPolicyTemplate resource or the AccessPolicyTemplateService/List gRPC API call.

See alsoSee also

  • Access policies
  • Assigning an access policy
  • Viewing assigned access policies
  • Revoking an access policy

Was the article helpful?

Previous
Deleting a service account
Next
Assigning a policy for a resource
© 2026 Direct Cursus Technology L.L.C.