Guest User

Untitled

a guest
Nov 17th, 2014
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. "organizationUnits": [
  2. {
  3.  
  4. "kind": "admin#directory#orgUnit",
  5. "name": "subOrgA",
  6. "description": "Sub organization A",
  7. "orgUnitPath": "/subOrgA",
  8. "parentOrgUnitPath": "/",
  9. "blockInheritance": false
  10. },
  11. {
  12.  
  13. "kind": "admin#directory#orgUnit",
  14. "name": "SubOrgB",
  15. "description": "Sub Organization B",
  16. "orgUnitPath": "/SubOrgB",
  17. "parentOrgUnitPath": "/",
  18. "blockInheritance": false
  19. },
  20. {
  21.  
  22. "kind": "admin#directory#orgUnit",
  23. "name": "SubOrgAA",
  24. "description": "Sub organization A under another sub organization A",
  25. "orgUnitPath": "/subOrgA/SubOrgAA",
  26. "parentOrgUnitPath": "/subOrgA",
  27. "blockInheritance": false
  28. },
  29. {
  30.  
  31. "kind": "admin#directory#orgUnit",
  32. "name": "AdminOrg",
  33. "description": "Organization for admins",
  34. "orgUnitPath": "/AdminOrg",
  35. "parentOrgUnitPath": "/",
  36. "blockInheritance": false
  37. }
  38. ]
Advertisement
Add Comment
Please, Sign In to add comment