user-with-minimum-privileges.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. [
  2. {
  3. "model": "sentry.user",
  4. "pk": 2,
  5. "fields": {
  6. "password": "pbkdf2_sha256$150000$iEvdIknqYjTr$+QsGn0tfIJ1FZLxQI37mVU1gL2KbL/wqjMtG/dFhsMA=",
  7. "last_login": null,
  8. "username": "min_user",
  9. "name": "",
  10. "email": "testing@example.com",
  11. "is_staff": false,
  12. "is_active": true,
  13. "is_superuser": false,
  14. "is_managed": false,
  15. "is_sentry_app": null,
  16. "is_password_expired": false,
  17. "is_unclaimed": false,
  18. "last_password_change": "2023-06-22T22:59:57.023Z",
  19. "flags": "0",
  20. "session_nonce": null,
  21. "date_joined": "2023-06-22T22:59:55.488Z",
  22. "last_active": "2023-06-22T22:59:55.489Z",
  23. "avatar_type": 0,
  24. "avatar_url": null
  25. }
  26. },
  27. {
  28. "model": "sentry.email",
  29. "pk": 2,
  30. "fields": {
  31. "email": "testing@example.com",
  32. "date_added": "2023-06-22T22:59:54.521Z"
  33. }
  34. },
  35. {
  36. "model": "sentry.authenticator",
  37. "pk": 2,
  38. "fields": {
  39. "user": 2,
  40. "created_at": "2023-07-27T16:30:53.325Z",
  41. "last_used_at": null,
  42. "type": 1,
  43. "config": "\"\""
  44. }
  45. },
  46. {
  47. "model": "sentry.useremail",
  48. "pk": 2,
  49. "fields": {
  50. "user": 2,
  51. "email": "testing@example.com",
  52. "validation_hash": "mCnWesSVvYQcq7qXQ36AZHwosAd6cghE",
  53. "date_hash_added": "2023-06-22T22:59:55.521Z",
  54. "is_verified": true
  55. }
  56. },
  57. {
  58. "model": "sentry.userip",
  59. "pk": 2,
  60. "fields": {
  61. "user": 2,
  62. "ip_address": "127.0.0.2",
  63. "country_code": null,
  64. "region_code": null,
  65. "first_seen": "2012-04-05T03:29:45.000Z",
  66. "last_seen": "2012-04-05T03:29:45.000Z"
  67. }
  68. },
  69. {
  70. "model": "sentry.useroption",
  71. "pk": 2,
  72. "fields": {
  73. "user": 2,
  74. "project_id": null,
  75. "organization_id": null,
  76. "key": "timezone",
  77. "value": "\"Europe/Vienna\""
  78. }
  79. }
  80. ]