API网关 APIG-查询自定义认证列表:响应消息
响应消息
名称 |
类型 |
说明 |
---|---|---|
total |
Integer |
满足条件的自定义认证总数 |
size |
Integer |
本次返回的列表长度 |
authorizer_list |
Array |
自定义认证列表 |
名称 |
类型 |
说明 |
---|---|---|
id |
String |
编号 |
name |
String |
自定义认证的名称 |
type |
String |
自定义认证类型:
|
authorizer_type |
String |
只能为:FUNC |
authorizer_uri |
String |
函数urn |
identities |
Array |
认证来源 |
ttl |
Integer |
缓存时间 |
user_data |
String |
用户数据 |
create_time |
Time |
创建时间 |