acl.txt 374 B

123456789101112131415161718192021
  1. [
  2. {
  3. "entity": "allUsers",
  4. "role": "READER"
  5. },
  6. {
  7. "email": "smus@google.com",
  8. "entity": "user-smus@google.com",
  9. "role": "OWNER"
  10. },
  11. {
  12. "email": "bwuest@google.com",
  13. "entity": "user-bwuest@google.com",
  14. "role": "OWNER"
  15. },
  16. {
  17. "email": "nathanmartz@google.com",
  18. "entity": "user-nathanmartz@google.com",
  19. "role": "OWNER"
  20. }
  21. ]