Model Rules
Security rules from a model's method call
// CB Security
cbSecurity : {
firewall : {
rules : {
provider : {
"source" : "model",
"properties" : {
"model" : "SecurityService",
"method" : "getSecurityRules"
}
}
}
}
}Last updated
Was this helpful?