user-with-minimum-privileges.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. "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.authenticator",
  29. "pk": 1,
  30. "fields": {
  31. "user": 1,
  32. "created_at": "2023-07-27T16:30:53.325Z",
  33. "last_used_at": null,
  34. "type": 1,
  35. "config": "\"\""
  36. }
  37. },
  38. {
  39. "model": "sentry.useremail",
  40. "pk": 1,
  41. "fields": {
  42. "user": 1,
  43. "email": "testing@example.com",
  44. "validation_hash": "mCnWesSVvYQcq7qXQ36AZHwosAd6cghE",
  45. "date_hash_added": "2023-06-22T22:59:55.521Z",
  46. "is_verified": true
  47. }
  48. },
  49. {
  50. "model": "sentry.userip",
  51. "pk": 1,
  52. "fields": {
  53. "user": 1,
  54. "ip_address": "127.0.0.2",
  55. "country_code": null,
  56. "region_code": null,
  57. "first_seen": "2012-04-05T03:29:45.000Z",
  58. "last_seen": "2012-04-05T03:29:45.000Z"
  59. }
  60. },
  61. {
  62. "model": "sentry.useroption",
  63. "pk": 1,
  64. "fields": {
  65. "user": 1,
  66. "project_id": null,
  67. "organization_id": null,
  68. "key": "timezone",
  69. "value": "\"Europe/Vienna\""
  70. }
  71. }
  72. ]