权限组
This commit is contained in:
parent
8b8bfc1a2b
commit
46b16ebc29
|
@ -143,15 +143,10 @@ message LdapGroupFilter {
|
||||||
optional int64 sort = 7;
|
optional int64 sort = 7;
|
||||||
|
|
||||||
optional bytes other_filter = 101; // 其他过滤条件
|
optional bytes other_filter = 101; // 其他过滤条件
|
||||||
optional LdapGroupIds ldap_grouop_ids = 102; // 资源ID列表
|
repeated int64 ldap_grouop_ids = 102; // 资源ID列表
|
||||||
optional bytes metadata = 103;
|
optional bytes metadata = 103;
|
||||||
}
|
}
|
||||||
|
|
||||||
message LdapGroupIds {
|
|
||||||
repeated int64 ldap_grouop_ids = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//获取ldap部门列表
|
//获取ldap部门列表
|
||||||
message GetLdapOrganizationsRsp{
|
message GetLdapOrganizationsRsp{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user