178 lines
3.6 KiB
Plaintext
178 lines
3.6 KiB
Plaintext
emqx_authz_api_mnesia {
|
|
users_username_get {
|
|
desc {
|
|
en: """Show the list of record for username"""
|
|
zh: """获取内置数据库中所有用户名类型的规则记录"""
|
|
}
|
|
}
|
|
|
|
users_username_post {
|
|
desc {
|
|
en: """Add new records for username"""
|
|
zh: """添加内置数据库中用户名类型的规则记录"""
|
|
}
|
|
}
|
|
|
|
users_clientid_get {
|
|
desc {
|
|
en: """Show the list of record for clientid"""
|
|
zh: """获取内置数据库中所有客户端标识符类型的规则记录"""
|
|
}
|
|
}
|
|
|
|
users_clientid_post {
|
|
desc {
|
|
en: """Add new records for clientid"""
|
|
zh: """添加内置数据库中客户端标识符类型的规则记录"""
|
|
}
|
|
}
|
|
|
|
|
|
user_username_get {
|
|
desc {
|
|
en: """Get record info for username"""
|
|
zh: """获取内置数据库中指定用户名类型的规则记录"""
|
|
}
|
|
}
|
|
|
|
user_username_put {
|
|
desc {
|
|
en: """Set record for username"""
|
|
zh: """更新内置数据库中指定用户名类型的规则记录"""
|
|
}
|
|
}
|
|
|
|
user_username_delete {
|
|
desc {
|
|
en: """Delete one record for username"""
|
|
zh: """删除内置数据库中指定用户名类型的规则记录"""
|
|
}
|
|
}
|
|
|
|
user_clientid_get {
|
|
desc {
|
|
en: """Get record info for clientid"""
|
|
zh: """获取内置数据库中指定客户端标识符类型的规则记录"""
|
|
}
|
|
}
|
|
|
|
user_clientid_put {
|
|
desc {
|
|
en: """Set record for clientid"""
|
|
zh: """更新内置数据库中指定客户端标识符类型的规则记录"""
|
|
}
|
|
}
|
|
|
|
user_clientid_delete {
|
|
desc {
|
|
en: """Delete one record for clientid"""
|
|
zh: """删除内置数据库中指定客户端标识符类型的规则记录"""
|
|
}
|
|
}
|
|
|
|
|
|
rules_for_all_get {
|
|
desc {
|
|
en: """Show the list of rules for all"""
|
|
zh: """列出为所有客户端启用的规则列表"""
|
|
}
|
|
}
|
|
|
|
rules_for_all_post {
|
|
desc {
|
|
en: """
|
|
Create/Update the list of rules for all.
|
|
Set a empty list to clean up rules
|
|
"""
|
|
zh: """
|
|
创建/更新 为所有客户端启用的规则列表。
|
|
设为空列表以清楚所有规则
|
|
"""
|
|
}
|
|
}
|
|
|
|
purge_all_delete {
|
|
desc {
|
|
en: """Purge all records for username/clientid/all"""
|
|
zh: """清除所有内置数据库中的规则, 用户名/客户端标识符/所有"""
|
|
}
|
|
}
|
|
|
|
fuzzy_username {
|
|
desc {
|
|
en: """Fuzzy search `username` as substring"""
|
|
zh: """使用字串匹配模糊搜索用户名"""
|
|
}
|
|
label {
|
|
en: """fuzzy_username"""
|
|
zh: """用户名子串"""
|
|
}
|
|
}
|
|
|
|
fuzzy_clientid {
|
|
desc {
|
|
en: """Fuzzy search `clientid` as substring"""
|
|
zh: """使用字串匹配模糊搜索客户端标识符"""
|
|
}
|
|
label {
|
|
en: """fuzzy_clientid"""
|
|
zh: """客户端标识符子串"""
|
|
}
|
|
}
|
|
|
|
topic {
|
|
desc {
|
|
en: """Rule on specific topic"""
|
|
zh: """在指定主题上的规则"""
|
|
}
|
|
label {
|
|
en: """topic"""
|
|
zh: """主题"""
|
|
}
|
|
}
|
|
|
|
permission {
|
|
desc {
|
|
en: """Permission"""
|
|
zh: """权限"""
|
|
}
|
|
label {
|
|
en: """permission"""
|
|
zh: """权限"""
|
|
}
|
|
}
|
|
|
|
action {
|
|
desc {
|
|
en: """Authorized action (pub/sub/all)"""
|
|
zh: """被授权的行为 (发布/订阅/所有)"""
|
|
}
|
|
label {
|
|
en: """action"""
|
|
zh: """行为"""
|
|
}
|
|
}
|
|
|
|
clientid {
|
|
desc {
|
|
en: """ClientID"""
|
|
zh: """客户端标识符"""
|
|
}
|
|
label {
|
|
en: """clientid"""
|
|
zh: """客户端标识符"""
|
|
}
|
|
}
|
|
|
|
username {
|
|
desc {
|
|
en: """Username"""
|
|
zh: """用户名"""
|
|
}
|
|
label {
|
|
en: """username"""
|
|
zh: """用户名"""
|
|
}
|
|
}
|
|
}
|