Identity and Access Management API, REST: AccessPolicyTemplate.List
Returns list of available access policy templates.
HTTP request
GET https://iam.api.yandexcloud.kz/iam/v1/accessPolicyTemplates
Query parameters
|
Field |
Description |
|
pageSize |
string (int64) The maximum number of results per page to return. If the number of available |
|
pageToken |
string Page token. To get the next page of results, set |
Response
HTTP Code: 200 - OK
{
"accessPolicyTemplates": [
{
"id": "string",
"name": "string",
"description": "string"
}
],
"nextPageToken": "string"
}
|
Field |
Description |
|
accessPolicyTemplates[] |
List of available access policy templates. |
|
nextPageToken |
string This token allows you to get the next page of results for list requests. If the number of results |
AccessPolicy
|
Field |
Description |
|
id |
string ID of the access policy template. |
|
name |
string Name of the access policy template. |
|
description |
string Description of the access policy template. |