| 名称 | 类型 | 描述 | 示例值 | 
|---|---|---|---|
| object | 权限  | ||
| collection | string | 权限集,设置全局权限时为 global,其他场景默认为空  | global | 
| resource_type | string | 资源类型,文件类型资源为 RT_File  | RT_File | 
| resource | string | 资源 ID  | fa212*** | 
| identity_type | string | 授予对象类型,当前支持 IT_User、IT_Group、IT_Role  | IT_User | 
| identity_id | string | 授予对象 ID  | af22*** | 
| action_list | array<object> | 操作列表  | |
| object | |||
| action | string | 具体操作,比如 FILE.ALL  | FILE.ALL | 
| effect | string | 作用,可填 allow、deny  | deny | 
| created_at | long | 创建时间,格式为毫秒时间戳  | 1703648502811 | 
| updated_at | long | 修改时间,格式为毫秒时间戳  | 1703648502811 | 
| condition | PermissionCondition | 条件  | |
| user_tags | array | 自定义标签  | |
| string | 自定义标签字符串  | 
该文章对您有帮助吗?