Adds custom filters based on this policy to the `filters` map
(filters map[string]interface{}, tenantId string)
| 652 | |
| 653 | // Adds custom filters based on this policy to the `filters` map |
| 654 | func (policy *ResourceCondition) AddCustomFilters(filters map[string]interface{}, tenantId string) { |
| 655 | addCustomFilters(filters, tenantId, policy.actionFilter) |
| 656 | } |
| 657 | |
| 658 | func (policy *Policy) GetResourcePathRegexp() *regexp.Regexp { |
| 659 | return policy.resource.Path |
no test coverage detected