Yandex Cloud
Search
Contact UsTry it for free
  • 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
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Resource Manager
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • ListOperations
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
        • ListAccessPolicyBindings
        • BindAccessPolicy
        • UnbindAccessPolicy
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • HTTP request
  • Path parameters
  • Query parameters
  • Response
  • AccessPolicyBinding
  1. API reference
  2. REST
  3. Cloud
  4. ListAccessPolicyBindings

Resource Manager API, REST: Cloud.ListAccessPolicyBindings

Written by
Yandex Cloud
Updated at December 15, 2025
  • HTTP request
  • Path parameters
  • Query parameters
  • Response
  • AccessPolicyBinding

Returns list of access policy bindings for the cloud.

HTTP requestHTTP request

GET https://resource-manager.api.cloud.yandex.net/resource-manager/v1/clouds/{resourceId}:listAccessPolicyBindings

Path parametersPath parameters

Field

Description

resourceId

string

Required field. ID of the resource to list access policy bindings for.

To get the resource ID, use a corresponding List request.
For example, use the yandex.cloud.resourcemanager.v1.CloudService.List request to get the Cloud resource ID.

The maximum string length in characters is 50.

Query parametersQuery parameters

Field

Description

pageSize

string (int64)

The maximum number of results per page that should be returned.
If the number of available results is larger than pageSize, the service returns a
ListAccessPolicyBindingsResponse.nextPageToken
that can be used to get the next page of results in subsequent list requests.
Default value: 100.

Acceptable values are 0 to 1000, inclusive.

pageToken

string

Page token. Set pageToken to the
ListAccessPolicyBindingsResponse.nextPageToken
returned by a previous list request to get the next page of results.

The maximum string length in characters is 100.

ResponseResponse

HTTP Code: 200 - OK

{
  "accessPolicyBindings": [
    {
      "accessPolicyTemplateId": "string",
      "parameters": "object"
    }
  ],
  "nextPageToken": "string"
}

Field

Description

accessPolicyBindings[]

AccessPolicyBinding

List of access policy bindings for the specified resource.

nextPageToken

string

This token allows you to get the next page of results for list requests.
If the number of results is larger than
ListAccessPolicyBindingsRequest.pageSize
, use the nextPageToken as the value for the
ListAccessPolicyBindingsRequest.pageToken
query parameter in the next list request. Each subsequent list request will have its own
nextPageToken to continue paging through the results.

AccessPolicyBindingAccessPolicyBinding

Field

Description

accessPolicyTemplateId

string

Required field. ID of the access policy template being applied.

The maximum string length in characters is 50.

parameters

object (map<string, string>)

Was the article helpful?

Previous
UpdateAccessBindings
Next
BindAccessPolicy
© 2025 Direct Cursus Technology L.L.C.