test_data.json 913 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "Name": "ESO-test-secret",
  3. "FolderID": 73,
  4. "ID": 1000,
  5. "SiteID": 1,
  6. "SecretTemplateID": 6098,
  7. "SecretPolicyID": -1,
  8. "PasswordTypeWebScriptID": -1,
  9. "LauncherConnectAsSecretID": -1,
  10. "CheckOutIntervalMinutes": -1,
  11. "Active": true,
  12. "CheckedOut": false,
  13. "CheckOutEnabled": false,
  14. "AutoChangeEnabled": false,
  15. "CheckOutChangePasswordEnabled": false,
  16. "DelayIndexing": false,
  17. "EnableInheritPermissions": false,
  18. "EnableInheritSecretPolicy": false,
  19. "ProxyEnabled": false,
  20. "RequiresComment": false,
  21. "SessionRecordingEnabled": false,
  22. "WebLauncherRequiresIncognitoMode": false,
  23. "Items": [
  24. {
  25. "ItemID": 286259,
  26. "FieldID": 439,
  27. "FileAttachmentID": 0,
  28. "FieldName": "Data",
  29. "Slug": "data",
  30. "FieldDescription": "json text field",
  31. "Filename": "",
  32. "ItemValue": "{ \"user\": \"robertOppenheimer\", \"password\": \"badPassword\",\"server\":\"192.168.1.50\"}",
  33. "IsFile": false,
  34. "IsNotes": false,
  35. "IsPassword": false
  36. }
  37. ]
  38. }