security.yml 573 B

123456789101112131415161718192021222324252627282930313233343536
  1. - type: accessLevel
  2. id: HeadOfSecurity
  3. name: id-card-access-level-head-of-security
  4. - type: accessLevel
  5. id: Security
  6. name: id-card-access-level-security
  7. - type: accessLevel
  8. id: Armory
  9. name: id-card-access-level-armory
  10. - type: accessLevel
  11. id: Brig
  12. name: id-card-access-level-brig
  13. - type: accessLevel
  14. id: Detective
  15. name: id-card-access-level-detective
  16. - type: accessGroup
  17. id: Security
  18. tags:
  19. - HeadOfSecurity
  20. - Security
  21. - Armory
  22. - Brig
  23. - Detective
  24. - Cryogenics
  25. - type: accessGroup
  26. id: Armory
  27. tags:
  28. - Security
  29. - Armory
  30. - Brig