RemoveFilteredPolicy removes policy rules that match the filter from the storage. This is part of the Auto-Save feature.
(sec string, ptype string, fieldIndex int, fieldValues ...string)
| 76 | // RemoveFilteredPolicy removes policy rules that match the filter from the storage. |
| 77 | // This is part of the Auto-Save feature. |
| 78 | RemoveFilteredPolicy(sec string, ptype string, fieldIndex int, fieldValues ...string) error |
| 79 | } |
no outgoing calls
no test coverage detected