Permission interface
通过此角色定义允许的数据平面作集。
属性
| data |
允许的数据作数组。 |
| not |
拒绝的数据作数组。 |
属性详细信息
dataActions
允许的数据作数组。
dataActions?: string[]
属性值
string[]
notDataActions
拒绝的数据作数组。
notDataActions?: string[]
属性值
string[]