diff --git a/proto/common/common.proto b/proto/common/common.proto index a929133532359066ac5e57f91cf49988cd5812ef..d68468a71941446fe8c5d0258876b1352d996248 100644 --- a/proto/common/common.proto +++ b/proto/common/common.proto @@ -40,8 +40,8 @@ message Rule { repeated Action actions = 2; Access access = 3; repeated string hidden_fields = 5; - repeated string readonly_fields = 6; - repeated string writeonly_fields = 7; + repeated string deny_read_fields = 6; + repeated string deny_write_fields = 7; string read_filter = 8; string write_filter = 9; }