Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1.  
  2. "if": {
  3. "not": {
  4. "anyOf": [
  5. {
  6. "field": "tags",
  7. "containsKey": "CostCentre"
  8. },
  9. {
  10. "field": "tags",
  11. "containsKey": "Environment"
  12. }
  13. ]
  14. }
  15. },
  16. "then": {
  17. "effect": "deny"
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement