新增权限组
This commit is contained in:
parent
041e95c50a
commit
b33f6b66d7
|
@ -128,7 +128,7 @@ message LdapGroup {
|
||||||
int64 status = 6;
|
int64 status = 6;
|
||||||
int64 sort = 7;
|
int64 sort = 7;
|
||||||
|
|
||||||
google.protobuf.Struct metadata = 101;
|
google.bytes metadata = 101;
|
||||||
string ctime = 102;
|
string ctime = 102;
|
||||||
string utime = 103;
|
string utime = 103;
|
||||||
}
|
}
|
||||||
|
@ -142,9 +142,9 @@ message LdapGroupFilter {
|
||||||
optional int64 status = 6;
|
optional int64 status = 6;
|
||||||
optional int64 sort = 7;
|
optional int64 sort = 7;
|
||||||
|
|
||||||
optional google.protobuf.Struct other_filter = 101; // 其他过滤条件
|
optional bytes other_filter = 101; // 其他过滤条件
|
||||||
optional LdapGroupIds ldap_grouop_ids = 102; // 资源ID列表
|
optional LdapGroupIds ldap_grouop_ids = 102; // 资源ID列表
|
||||||
optional string metadata = 103;
|
optional bytes metadata = 103;
|
||||||
}
|
}
|
||||||
|
|
||||||
message LdapGroupIds {
|
message LdapGroupIds {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user