Resource Manager API, REST: Cloud.ListAccessPolicyBindings
Returns list of access policy bindings for the cloud.
HTTP request
GET https://resource-manager.api.cloud.yandex.net/resource-manager/v1/clouds/{resourceId}:listAccessPolicyBindings
Path 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. The maximum string length in characters is 50. |
Query parameters
|
Field |
Description |
|
pageSize |
string (int64) The maximum number of results per page that should be returned. Acceptable values are 0 to 1000, inclusive. |
|
pageToken |
string Page token. Set The maximum string length in characters is 100. |
Response
HTTP Code: 200 - OK
{
"accessPolicyBindings": [
{
"accessPolicyTemplateId": "string",
"parameters": "object"
}
],
"nextPageToken": "string"
}
|
Field |
Description |
|
accessPolicyBindings[] |
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. |
AccessPolicyBinding
|
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>) |