Identity and Access Management API, gRPC: AccessPolicyTemplateService.List
Returns list of available access policy templates.
gRPC request
rpc List (ListAccessPolicyTemplatesRequest) returns (ListAccessPolicyTemplatesResponse)
ListAccessPolicyTemplatesRequest
{
"page_size": "int64",
"page_token": "string"
}
|
Field |
Description |
|
page_size |
int64 The maximum number of results per page to return. If the number of available |
|
page_token |
string Page token. To get the next page of results, set |
ListAccessPolicyTemplatesResponse
{
"access_policy_templates": [
{
"id": "string",
"name": "string",
"description": "string"
}
],
"next_page_token": "string"
}
|
Field |
Description |
|
access_policy_templates[] |
List of available access policy templates. |
|
next_page_token |
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. |