You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

inheritance-buWide.json 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "profile": {
  3. "key": "xoo-my-bu-profile-23456",
  4. "name": "My BU Profile",
  5. "parent": "xoo-my-company-profile-12345",
  6. "activeRuleCount": 2,
  7. "overridingRuleCount": 1,
  8. "inactiveRuleCount": 1,
  9. "isBuiltIn": false
  10. },
  11. "ancestors": [
  12. {
  13. "key": "xoo-my-company-profile-12345",
  14. "name": "My Company Profile",
  15. "parent": "xoo-sonar-way",
  16. "activeRuleCount": 2,
  17. "overridingRuleCount": 0,
  18. "inactiveRuleCount": 1,
  19. "isBuiltIn": false
  20. },
  21. {
  22. "key": "xoo-sonar-way",
  23. "name": "Sonar way",
  24. "activeRuleCount": 2,
  25. "overridingRuleCount": 0,
  26. "inactiveRuleCount": 1,
  27. "isBuiltIn": true
  28. }
  29. ],
  30. "children": [
  31. {
  32. "key": "xoo-for-project-one-34567",
  33. "name": "For Project One",
  34. "parent": "xoo-my-bu-profile-23456",
  35. "activeRuleCount": 3,
  36. "overridingRuleCount": 0,
  37. "inactiveRuleCount": 0,
  38. "isBuiltIn": false
  39. },
  40. {
  41. "key": "xoo-for-project-two-45678",
  42. "name": "For Project Two",
  43. "parent": "xoo-my-bu-profile-23456",
  44. "activeRuleCount": 2,
  45. "overridingRuleCount": 1,
  46. "inactiveRuleCount": 1,
  47. "isBuiltIn": false
  48. }
  49. ]
  50. }