We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
需求来源: DBM 需求详情: 在权限中心申请权限时,能够按照主机的主/备负责人, 进行属性条件授权。
初步评估结论: 1、属性假如要支持主备负责人,需要从目标系统拉取主机的主备负责人信息后去重展示,对目标系统压力过大。 2、支持user类型的属性条件,value值从用户管理的接口拉取全量人员列表。 2、后台底层模型变更,在模型注册阶段支持value值类型的定义,包括整型、枚举、字符等。
The text was updated successfully, but these errors were encountered:
Shutulee
No branches or pull requests
需求来源:
DBM
需求详情:
在权限中心申请权限时,能够按照主机的主/备负责人, 进行属性条件授权。
初步评估结论:
1、属性假如要支持主备负责人,需要从目标系统拉取主机的主备负责人信息后去重展示,对目标系统压力过大。
2、支持user类型的属性条件,value值从用户管理的接口拉取全量人员列表。
2、后台底层模型变更,在模型注册阶段支持value值类型的定义,包括整型、枚举、字符等。
The text was updated successfully, but these errors were encountered: