user-with-minimum-privileges.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. [
  2. {
  3. "model": "sentry.user",
  4. "pk": 1,
  5. "fields": {
  6. "password": "pbkdf2_sha256$150000$iEvdIknqYjTr$+QsGn0tfIJ1FZLxQI37mVU1gL2KbL/wqjMtG/dFhsMA=",
  7. "last_login": null,
  8. "username": "testing@example.com",
  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. "last_password_change": "2023-06-22T22:59:57.023Z",
  18. "flags": "0",
  19. "session_nonce": null,
  20. "date_joined": "2023-06-22T22:59:55.488Z",
  21. "last_active": "2023-06-22T22:59:55.489Z",
  22. "avatar_type": 0,
  23. "avatar_url": null
  24. }
  25. },
  26. {
  27. "model": "sentry.authenticator",
  28. "pk": 1,
  29. "fields": {
  30. "user": 1,
  31. "created_at": "2023-07-27T16:30:53.325Z",
  32. "last_used_at": null,
  33. "type": 1,
  34. "config": "\"\""
  35. }
  36. },
  37. {
  38. "model": "sentry.useremail",
  39. "pk": 1,
  40. "fields": {
  41. "user": 1,
  42. "email": "testing@example.com",
  43. "validation_hash": "mCnWesSVvYQcq7qXQ36AZHwosAd6cghE",
  44. "date_hash_added": "2023-06-22T22:59:55.521Z",
  45. "is_verified": true
  46. }
  47. },
  48. {
  49. "model": "sentry.userip",
  50. "pk": 1,
  51. "fields": {
  52. "user": 1,
  53. "ip_address": "127.0.0.2",
  54. "country_code": null,
  55. "region_code": null,
  56. "first_seen": "2012-04-05T03:29:45.000Z",
  57. "last_seen": "2012-04-05T03:29:45.000Z"
  58. }
  59. },
  60. {
  61. "model": "sentry.useroption",
  62. "pk": 1,
  63. "fields": {
  64. "user": 1,
  65. "project_id": null,
  66. "organization_id": null,
  67. "key": "timezone",
  68. "value": "\"Europe/Vienna\""
  69. }
  70. }
  71. ]