Add storages to RoleDefinition
This commit is contained in:
parent
baaee6d31d
commit
1619222fb3
@ -427,6 +427,7 @@ impl ValidationRule {
|
||||
pub struct RoleDefinition {
|
||||
pub members: Vec<Member>,
|
||||
pub validation_rules: Vec<ValidationRule>,
|
||||
pub storages: Vec<String>,
|
||||
}
|
||||
|
||||
impl RoleDefinition {
|
||||
|
Loading…
x
Reference in New Issue
Block a user