@itentialopensource/adapter-delinea 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (287) hide show
  1. package/.eslintignore +6 -0
  2. package/.eslintrc.js +18 -0
  3. package/.gitlab/.gitkeep +0 -0
  4. package/.gitlab/issue_templates/.gitkeep +0 -0
  5. package/.gitlab/issue_templates/Default.md +17 -0
  6. package/.gitlab/issue_templates/bugReportTemplate.md +76 -0
  7. package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
  8. package/.jshintrc +0 -0
  9. package/AUTH.md +39 -0
  10. package/BROKER.md +199 -0
  11. package/CALLS.md +4964 -0
  12. package/CHANGELOG.md +9 -0
  13. package/CODE_OF_CONDUCT.md +43 -0
  14. package/CONTRIBUTING.md +172 -0
  15. package/ENHANCE.md +69 -0
  16. package/LICENSE +201 -0
  17. package/PROPERTIES.md +641 -0
  18. package/README.md +337 -0
  19. package/SUMMARY.md +9 -0
  20. package/SYSTEMINFO.md +11 -0
  21. package/TROUBLESHOOT.md +47 -0
  22. package/adapter.js +66067 -0
  23. package/adapterBase.js +1787 -0
  24. package/entities/.generic/action.json +214 -0
  25. package/entities/.generic/schema.json +28 -0
  26. package/entities/.system/action.json +50 -0
  27. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  28. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  29. package/entities/.system/schema.json +19 -0
  30. package/entities/.system/schemaTokenReq.json +53 -0
  31. package/entities/.system/schemaTokenResp.json +53 -0
  32. package/entities/Activations/action.json +24 -0
  33. package/entities/Activations/schema.json +19 -0
  34. package/entities/ActiveDirectory/action.json +24 -0
  35. package/entities/ActiveDirectory/schema.json +19 -0
  36. package/entities/ApiToken/action.json +25 -0
  37. package/entities/ApiToken/schema.json +19 -0
  38. package/entities/AppClients/action.json +106 -0
  39. package/entities/AppClients/schema.json +23 -0
  40. package/entities/ApplicationAccounts/action.json +25 -0
  41. package/entities/ApplicationAccounts/schema.json +85 -0
  42. package/entities/ApplicationRequest/action.json +87 -0
  43. package/entities/ApplicationRequest/schema.json +77 -0
  44. package/entities/CategorizedLists/action.json +370 -0
  45. package/entities/CategorizedLists/schema.json +124 -0
  46. package/entities/CharacterSets/action.json +107 -0
  47. package/entities/CharacterSets/schema.json +67 -0
  48. package/entities/Configuration/action.json +1416 -0
  49. package/entities/Configuration/mockdatafiles/configurationServiceGetSiteConnectors-default.json +7 -0
  50. package/entities/Configuration/schema.json +131 -0
  51. package/entities/ConnectionManagerSettings/action.json +25 -0
  52. package/entities/ConnectionManagerSettings/schema.json +19 -0
  53. package/entities/DevOpsSecretsVaultSync/action.json +106 -0
  54. package/entities/DevOpsSecretsVaultSync/mockdatafiles/devOpsSecretsVaultSyncServiceSyncSecret-default.json +439 -0
  55. package/entities/DevOpsSecretsVaultSync/schema.json +89 -0
  56. package/entities/DevOpsSecretsVaultTenant/action.json +128 -0
  57. package/entities/DevOpsSecretsVaultTenant/schema.json +101 -0
  58. package/entities/Diagnostics/action.json +295 -0
  59. package/entities/Diagnostics/mockdatafiles/diagnosticsServiceGetBackgroundProcesses-default.json +10 -0
  60. package/entities/Diagnostics/mockdatafiles/diagnosticsServiceGetQuartzJobs-default.json +34 -0
  61. package/entities/Diagnostics/schema.json +32 -0
  62. package/entities/DiagnosticsV2/action.json +25 -0
  63. package/entities/DiagnosticsV2/schema.json +74 -0
  64. package/entities/DirectoryServices/action.json +333 -0
  65. package/entities/DirectoryServices/schema.json +122 -0
  66. package/entities/DisasterRecovery/action.json +289 -0
  67. package/entities/DisasterRecovery/schema.json +87 -0
  68. package/entities/Discovery/action.json +375 -0
  69. package/entities/Discovery/mockdatafiles/discoveryServiceGetAvailableDiscoverySourceScanners-default.json +23 -0
  70. package/entities/Discovery/mockdatafiles/discoveryServiceGetScanTypes-default.json +17 -0
  71. package/entities/Discovery/mockdatafiles/discoveryServiceSearchDiscoverySourceScannerSettings-default.json +10 -0
  72. package/entities/Discovery/mockdatafiles/discoveryServiceSearchForDomainOu-default.json +10 -0
  73. package/entities/Discovery/schema.json +124 -0
  74. package/entities/DistributedEngine/action.json +561 -0
  75. package/entities/DistributedEngine/mockdatafiles/distributedEngineServiceGetServerCapabilities-default.json +22 -0
  76. package/entities/DistributedEngine/schema.json +199 -0
  77. package/entities/DomainNameIndex/action.json +145 -0
  78. package/entities/DomainNameIndex/schema.json +91 -0
  79. package/entities/DualControls/action.json +189 -0
  80. package/entities/DualControls/mockdatafiles/dualControlsServiceGetTypes-default.json +18 -0
  81. package/entities/DualControls/schema.json +71 -0
  82. package/entities/Enterprise/action.json +45 -0
  83. package/entities/Enterprise/schema.json +20 -0
  84. package/entities/EventPipeline/action.json +189 -0
  85. package/entities/EventPipeline/mockdatafiles/eventPipelineServiceReorderPipeline-default.json +8 -0
  86. package/entities/EventPipeline/schema.json +137 -0
  87. package/entities/EventPipelineAudit/action.json +25 -0
  88. package/entities/EventPipelineAudit/schema.json +63 -0
  89. package/entities/EventPipelinePolicy/action.json +414 -0
  90. package/entities/EventPipelinePolicy/mockdatafiles/eventPipelinePolicyServiceGetChildFolderDataForPipelinePolicyFolder-default.json +22 -0
  91. package/entities/EventPipelinePolicy/mockdatafiles/eventPipelinePolicyServiceGetEventPipelinePolicyRunActivity-default.json +22 -0
  92. package/entities/EventPipelinePolicy/mockdatafiles/eventPipelinePolicyServiceGetFoldersForPipelinePolicies-default.json +20 -0
  93. package/entities/EventPipelinePolicy/mockdatafiles/eventPipelinePolicyServiceGetGroupsForPipelinePolicies-default.json +16 -0
  94. package/entities/EventPipelinePolicy/schema.json +148 -0
  95. package/entities/EventPipelineSettings/action.json +109 -0
  96. package/entities/EventPipelineSettings/mockdatafiles/eventPipelineSettingsServiceGetEventPipelineFilterSettings-default.json +294 -0
  97. package/entities/EventPipelineSettings/mockdatafiles/eventPipelineSettingsServiceGetEventPipelineTaskSettings-default.json +222 -0
  98. package/entities/EventPipelineSettings/mockdatafiles/eventPipelineSettingsServiceGetPipelineFilterOptions-default.json +29 -0
  99. package/entities/EventPipelineSettings/mockdatafiles/eventPipelineSettingsServiceGetPipelineTaskOptions-default.json +22 -0
  100. package/entities/EventPipelineSettings/schema.json +67 -0
  101. package/entities/EventPipelineTrigger/action.json +67 -0
  102. package/entities/EventPipelineTrigger/mockdatafiles/eventPipelineTriggerServiceGetEventPipelineTriggerOptions-default.json +18 -0
  103. package/entities/EventPipelineTrigger/mockdatafiles/eventPipelineTriggerServiceGetEventPipelineTriggers-default.json +26 -0
  104. package/entities/EventPipelineTrigger/schema.json +21 -0
  105. package/entities/EventSubscriptions/action.json +128 -0
  106. package/entities/EventSubscriptions/mockdatafiles/eventSubscriptionsServiceGetSubscriptionEntityTypes-default.json +348 -0
  107. package/entities/EventSubscriptions/schema.json +68 -0
  108. package/entities/ExtendedFields/action.json +25 -0
  109. package/entities/ExtendedFields/schema.json +19 -0
  110. package/entities/FolderPermissions/action.json +127 -0
  111. package/entities/FolderPermissions/schema.json +123 -0
  112. package/entities/Folders/action.json +331 -0
  113. package/entities/Folders/schema.json +122 -0
  114. package/entities/Groups/action.json +392 -0
  115. package/entities/Groups/schema.json +147 -0
  116. package/entities/HealthCheck/action.json +25 -0
  117. package/entities/HealthCheck/schema.json +19 -0
  118. package/entities/HsmConfiguration/action.json +25 -0
  119. package/entities/HsmConfiguration/schema.json +63 -0
  120. package/entities/Inbox/action.json +455 -0
  121. package/entities/Inbox/mockdatafiles/inboxServiceGetInboxMessageDataNames-default.json +14 -0
  122. package/entities/Inbox/mockdatafiles/inboxServiceGetInboxMessageTypes-default.json +22 -0
  123. package/entities/Inbox/schema.json +205 -0
  124. package/entities/InboxRules/action.json +331 -0
  125. package/entities/InboxRules/schema.json +265 -0
  126. package/entities/IpAddressRestrictions/action.json +312 -0
  127. package/entities/IpAddressRestrictions/schema.json +66 -0
  128. package/entities/JumpboxRoute/action.json +209 -0
  129. package/entities/JumpboxRoute/schema.json +94 -0
  130. package/entities/KeyManagement/action.json +169 -0
  131. package/entities/KeyManagement/mockdatafiles/keyManagementServiceGetKeyRotationAuditUsers-default.json +14 -0
  132. package/entities/KeyManagement/schema.json +103 -0
  133. package/entities/LauncherAgents/action.json +190 -0
  134. package/entities/LauncherAgents/schema.json +104 -0
  135. package/entities/Launchers/action.json +129 -0
  136. package/entities/Launchers/schema.json +90 -0
  137. package/entities/License/action.json +25 -0
  138. package/entities/License/schema.json +19 -0
  139. package/entities/Metadata/action.json +168 -0
  140. package/entities/Metadata/schema.json +125 -0
  141. package/entities/Mobile/action.json +25 -0
  142. package/entities/Mobile/schema.json +19 -0
  143. package/entities/OAuthExpiration/action.json +24 -0
  144. package/entities/OAuthExpiration/schema.json +19 -0
  145. package/entities/OneTimePasswordCode/action.json +25 -0
  146. package/entities/OneTimePasswordCode/mockdatafiles/oneTimePasswordCodeServiceGet-default.json +12 -0
  147. package/entities/OneTimePasswordCode/schema.json +19 -0
  148. package/entities/PasswordRequirements/action.json +106 -0
  149. package/entities/PasswordRequirements/schema.json +56 -0
  150. package/entities/PbaConfiguration/action.json +125 -0
  151. package/entities/PbaConfiguration/schema.json +24 -0
  152. package/entities/Proxy/action.json +476 -0
  153. package/entities/Proxy/mockdatafiles/proxyServiceGetTerminalClientOverrides-default.json +17 -0
  154. package/entities/Proxy/schema.json +140 -0
  155. package/entities/RemotePasswordChanging/action.json +187 -0
  156. package/entities/RemotePasswordChanging/schema.json +93 -0
  157. package/entities/Reports/action.json +803 -0
  158. package/entities/Reports/mockdatafiles/reportsServiceGetCategories-default.json +22 -0
  159. package/entities/Reports/mockdatafiles/reportsServiceGetChartTypes-default.json +14 -0
  160. package/entities/Reports/mockdatafiles/reportsServiceGetReportCategoryPermissionOptions-default.json +14 -0
  161. package/entities/Reports/mockdatafiles/reportsServiceGetReportPermissionOptions-default.json +10 -0
  162. package/entities/Reports/schema.json +156 -0
  163. package/entities/RoleAudit/action.json +25 -0
  164. package/entities/RoleAudit/schema.json +63 -0
  165. package/entities/RolePermissions/action.json +25 -0
  166. package/entities/RolePermissions/schema.json +19 -0
  167. package/entities/Roles/action.json +210 -0
  168. package/entities/Roles/schema.json +116 -0
  169. package/entities/Schedule/action.json +65 -0
  170. package/entities/Schedule/schema.json +21 -0
  171. package/entities/Script/action.json +66 -0
  172. package/entities/Script/schema.json +76 -0
  173. package/entities/SdkClientAccounts/action.json +147 -0
  174. package/entities/SdkClientAccounts/schema.json +91 -0
  175. package/entities/SdkClientAudits/action.json +25 -0
  176. package/entities/SdkClientAudits/schema.json +85 -0
  177. package/entities/SdkClientRules/action.json +148 -0
  178. package/entities/SdkClientRules/schema.json +91 -0
  179. package/entities/SecretAccessRequests/action.json +190 -0
  180. package/entities/SecretAccessRequests/schema.json +82 -0
  181. package/entities/SecretDependencies/action.json +251 -0
  182. package/entities/SecretDependencies/mockdatafiles/secretDependenciesServiceGetScripts-default.json +49 -0
  183. package/entities/SecretDependencies/mockdatafiles/secretDependenciesServiceGetTemplates-default.json +9 -0
  184. package/entities/SecretDependencies/schema.json +129 -0
  185. package/entities/SecretEraseRequests/action.json +170 -0
  186. package/entities/SecretEraseRequests/schema.json +114 -0
  187. package/entities/SecretExtensions/action.json +105 -0
  188. package/entities/SecretExtensions/mockdatafiles/secretExtensionsServiceGetWebSecretTemplates-default.json +706 -0
  189. package/entities/SecretExtensions/mockdatafiles/secretExtensionsServiceSearch-default.json +32 -0
  190. package/entities/SecretExtensions/mockdatafiles/secretExtensionsServiceSearchActiveDirectorySecrets-default.json +16 -0
  191. package/entities/SecretExtensions/mockdatafiles/secretExtensionsServiceSearchWindowsAccountSecrets-default.json +44 -0
  192. package/entities/SecretExtensions/schema.json +23 -0
  193. package/entities/SecretHealth/action.json +25 -0
  194. package/entities/SecretHealth/schema.json +63 -0
  195. package/entities/SecretHooks/action.json +230 -0
  196. package/entities/SecretHooks/mockdatafiles/secretHooksServiceGetHooks-default.json +54 -0
  197. package/entities/SecretHooks/mockdatafiles/secretHooksServiceGetHooksV2-default.json +54 -0
  198. package/entities/SecretHooks/schema.json +29 -0
  199. package/entities/SecretPermissions/action.json +147 -0
  200. package/entities/SecretPermissions/schema.json +124 -0
  201. package/entities/SecretPolicy/action.json +149 -0
  202. package/entities/SecretPolicy/schema.json +80 -0
  203. package/entities/SecretServerSettings/action.json +86 -0
  204. package/entities/SecretServerSettings/schema.json +22 -0
  205. package/entities/SecretSessions/action.json +150 -0
  206. package/entities/SecretSessions/schema.json +256 -0
  207. package/entities/SecretTemplatePermissions/action.json +107 -0
  208. package/entities/SecretTemplatePermissions/mockdatafiles/secretTemplatePermissionsServiceGetTemplatePermissionRoles-default.json +18 -0
  209. package/entities/SecretTemplatePermissions/schema.json +111 -0
  210. package/entities/SecretTemplates/action.json +822 -0
  211. package/entities/SecretTemplates/mockdatafiles/secretTemplatesServiceGetPasswordDictionaries-default.json +14 -0
  212. package/entities/SecretTemplates/schema.json +168 -0
  213. package/entities/Secrets/action.json +1101 -0
  214. package/entities/Secrets/mockdatafiles/secretsServiceGetFavorites-default.json +26 -0
  215. package/entities/Secrets/mockdatafiles/secretsServiceGetSecretExtendedSearchDetails-default.json +34 -0
  216. package/entities/Secrets/schema.json +391 -0
  217. package/entities/SecurityAuditLogs/action.json +25 -0
  218. package/entities/SecurityAuditLogs/schema.json +74 -0
  219. package/entities/ServerNodes/action.json +66 -0
  220. package/entities/ServerNodes/mockdatafiles/serverNodesServiceGetList-default.json +59 -0
  221. package/entities/ServerNodes/schema.json +21 -0
  222. package/entities/Sites/action.json +25 -0
  223. package/entities/Sites/mockdatafiles/sitesServiceGet-default.json +7 -0
  224. package/entities/Sites/schema.json +19 -0
  225. package/entities/Slack/action.json +106 -0
  226. package/entities/Slack/schema.json +23 -0
  227. package/entities/SshCommand/action.json +107 -0
  228. package/entities/SshCommand/schema.json +78 -0
  229. package/entities/SshCommandBlocklist/action.json +128 -0
  230. package/entities/SshCommandBlocklist/schema.json +101 -0
  231. package/entities/SshCommandMenu/action.json +149 -0
  232. package/entities/SshCommandMenu/schema.json +91 -0
  233. package/entities/Teams/action.json +251 -0
  234. package/entities/Teams/mockdatafiles/teamsServiceAddTeamMember-default.json +30 -0
  235. package/entities/Teams/mockdatafiles/teamsServiceAddTeamSite-default.json +14 -0
  236. package/entities/Teams/mockdatafiles/teamsServiceGetTeamMembers-default.json +23 -0
  237. package/entities/Teams/mockdatafiles/teamsServiceGetTeamSites-default.json +20 -0
  238. package/entities/Teams/schema.json +85 -0
  239. package/entities/TicketSystems/action.json +128 -0
  240. package/entities/TicketSystems/mockdatafiles/ticketSystemsServiceGetTicketSystems-default.json +24 -0
  241. package/entities/TicketSystems/schema.json +57 -0
  242. package/entities/Users/action.json +841 -0
  243. package/entities/Users/schema.json +202 -0
  244. package/entities/Version/action.json +25 -0
  245. package/entities/Version/schema.json +19 -0
  246. package/entities/WorkflowInstances/action.json +25 -0
  247. package/entities/WorkflowInstances/mockdatafiles/workflowInstancesServiceGetByTemplateId-default.json +47 -0
  248. package/entities/WorkflowInstances/schema.json +19 -0
  249. package/entities/WorkflowStepTemplates/action.json +127 -0
  250. package/entities/WorkflowStepTemplates/mockdatafiles/workflowStepTemplatesServiceUpdateStep-default.json +43 -0
  251. package/entities/WorkflowStepTemplates/schema.json +57 -0
  252. package/entities/WorkflowTemplates/action.json +169 -0
  253. package/entities/WorkflowTemplates/schema.json +81 -0
  254. package/error.json +190 -0
  255. package/package.json +85 -0
  256. package/pronghorn.json +47291 -0
  257. package/propertiesDecorators.json +14 -0
  258. package/propertiesSchema.json +1248 -0
  259. package/refs?service=git-upload-pack +0 -0
  260. package/report/Delinea_Swagger.json-OpenApi3Json.json +135346 -0
  261. package/report/adapterInfo.json +10 -0
  262. package/report/creationReport.json +5205 -0
  263. package/sampleProperties.json +195 -0
  264. package/test/integration/adapterTestBasicGet.js +83 -0
  265. package/test/integration/adapterTestConnectivity.js +93 -0
  266. package/test/integration/adapterTestIntegration.js +20829 -0
  267. package/test/unit/adapterBaseTestUnit.js +949 -0
  268. package/test/unit/adapterTestUnit.js +18668 -0
  269. package/utils/adapterInfo.js +206 -0
  270. package/utils/addAuth.js +94 -0
  271. package/utils/artifactize.js +146 -0
  272. package/utils/basicGet.js +50 -0
  273. package/utils/checkMigrate.js +63 -0
  274. package/utils/entitiesToDB.js +178 -0
  275. package/utils/findPath.js +74 -0
  276. package/utils/methodDocumentor.js +225 -0
  277. package/utils/modify.js +154 -0
  278. package/utils/packModificationScript.js +35 -0
  279. package/utils/patches2bundledDeps.js +90 -0
  280. package/utils/pre-commit.sh +32 -0
  281. package/utils/removeHooks.js +20 -0
  282. package/utils/setup.js +33 -0
  283. package/utils/tbScript.js +246 -0
  284. package/utils/tbUtils.js +490 -0
  285. package/utils/testRunner.js +298 -0
  286. package/utils/troubleshootingAdapter.js +195 -0
  287. package/workflows/README.md +3 -0
@@ -0,0 +1,1101 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "secretsServiceUpdateSecret",
5
+ "protocol": "REST",
6
+ "method": "PUT",
7
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "requestDatatype": "JSON",
13
+ "responseDatatype": "JSON",
14
+ "headers": {},
15
+ "responseObjects": [
16
+ {
17
+ "type": "default",
18
+ "key": "",
19
+ "mockFile": ""
20
+ }
21
+ ]
22
+ },
23
+ {
24
+ "name": "secretsServiceDelete",
25
+ "protocol": "REST",
26
+ "method": "DELETE",
27
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}?{query}",
28
+ "requestSchema": "schema.json",
29
+ "responseSchema": "schema.json",
30
+ "timeout": 0,
31
+ "sendEmpty": false,
32
+ "requestDatatype": "JSON",
33
+ "responseDatatype": "JSON",
34
+ "headers": {},
35
+ "responseObjects": [
36
+ {
37
+ "type": "default",
38
+ "key": "",
39
+ "mockFile": ""
40
+ }
41
+ ]
42
+ },
43
+ {
44
+ "name": "secretsServiceGetListFieldListDefinitions",
45
+ "protocol": "REST",
46
+ "method": "GET",
47
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/fields/{pathv2}/listdetails?{query}",
48
+ "requestSchema": "schema.json",
49
+ "responseSchema": "schema.json",
50
+ "timeout": 0,
51
+ "sendEmpty": false,
52
+ "sendGetBody": false,
53
+ "requestDatatype": "JSON",
54
+ "responseDatatype": "JSON",
55
+ "headers": {},
56
+ "responseObjects": [
57
+ {
58
+ "type": "default",
59
+ "key": "",
60
+ "mockFile": ""
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "name": "secretsServiceUpdateListFieldListDefinitions",
66
+ "protocol": "REST",
67
+ "method": "PUT",
68
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/fields/{pathv2}/listdetails?{query}",
69
+ "requestSchema": "schema.json",
70
+ "responseSchema": "schema.json",
71
+ "timeout": 0,
72
+ "sendEmpty": false,
73
+ "requestDatatype": "JSON",
74
+ "responseDatatype": "JSON",
75
+ "headers": {},
76
+ "responseObjects": [
77
+ {
78
+ "type": "default",
79
+ "key": "",
80
+ "mockFile": ""
81
+ }
82
+ ]
83
+ },
84
+ {
85
+ "name": "secretsServiceDeleteListFieldListDefinitions",
86
+ "protocol": "REST",
87
+ "method": "DELETE",
88
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/fields/{pathv2}/listdetails?{query}",
89
+ "requestSchema": "schema.json",
90
+ "responseSchema": "schema.json",
91
+ "timeout": 0,
92
+ "sendEmpty": false,
93
+ "requestDatatype": "JSON",
94
+ "responseDatatype": "JSON",
95
+ "headers": {},
96
+ "responseObjects": [
97
+ {
98
+ "type": "default",
99
+ "key": "",
100
+ "mockFile": ""
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "name": "secretsServiceSearchV2",
106
+ "protocol": "REST",
107
+ "method": "GET",
108
+ "entitypath": "{base_path}/{version}/v2/secrets?{query}",
109
+ "requestSchema": "schema.json",
110
+ "responseSchema": "schema.json",
111
+ "timeout": 0,
112
+ "sendEmpty": false,
113
+ "sendGetBody": false,
114
+ "requestDatatype": "JSON",
115
+ "responseDatatype": "JSON",
116
+ "headers": {},
117
+ "responseObjects": [
118
+ {
119
+ "type": "default",
120
+ "key": "",
121
+ "mockFile": ""
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "name": "secretsServiceSearchTotalV2",
127
+ "protocol": "REST",
128
+ "method": "GET",
129
+ "entitypath": "{base_path}/{version}/v2/secrets/search-total?{query}",
130
+ "requestSchema": "schema.json",
131
+ "responseSchema": "schema.json",
132
+ "timeout": 0,
133
+ "sendEmpty": false,
134
+ "sendGetBody": false,
135
+ "requestDatatype": "JSON",
136
+ "responseDatatype": "JSON",
137
+ "headers": {},
138
+ "responseObjects": [
139
+ {
140
+ "type": "default",
141
+ "key": "",
142
+ "mockFile": ""
143
+ }
144
+ ]
145
+ },
146
+ {
147
+ "name": "secretsServiceSearchSecretLookup",
148
+ "protocol": "REST",
149
+ "method": "GET",
150
+ "entitypath": "{base_path}/{version}/v1/secrets/lookup?{query}",
151
+ "requestSchema": "schema.json",
152
+ "responseSchema": "schema.json",
153
+ "timeout": 0,
154
+ "sendEmpty": false,
155
+ "sendGetBody": false,
156
+ "requestDatatype": "JSON",
157
+ "responseDatatype": "JSON",
158
+ "headers": {},
159
+ "responseObjects": [
160
+ {
161
+ "type": "default",
162
+ "key": "",
163
+ "mockFile": ""
164
+ }
165
+ ]
166
+ },
167
+ {
168
+ "name": "secretsServiceGetLookup",
169
+ "protocol": "REST",
170
+ "method": "GET",
171
+ "entitypath": "{base_path}/{version}/v1/secrets/lookup/{pathv1}?{query}",
172
+ "requestSchema": "schema.json",
173
+ "responseSchema": "schema.json",
174
+ "timeout": 0,
175
+ "sendEmpty": false,
176
+ "sendGetBody": false,
177
+ "requestDatatype": "JSON",
178
+ "responseDatatype": "JSON",
179
+ "headers": {},
180
+ "responseObjects": [
181
+ {
182
+ "type": "default",
183
+ "key": "",
184
+ "mockFile": ""
185
+ }
186
+ ]
187
+ },
188
+ {
189
+ "name": "secretsServiceStub",
190
+ "protocol": "REST",
191
+ "method": "GET",
192
+ "entitypath": "{base_path}/{version}/v1/secrets/stub?{query}",
193
+ "requestSchema": "schema.json",
194
+ "responseSchema": "schema.json",
195
+ "timeout": 0,
196
+ "sendEmpty": false,
197
+ "sendGetBody": false,
198
+ "requestDatatype": "JSON",
199
+ "responseDatatype": "JSON",
200
+ "headers": {},
201
+ "responseObjects": [
202
+ {
203
+ "type": "default",
204
+ "key": "",
205
+ "mockFile": ""
206
+ }
207
+ ]
208
+ },
209
+ {
210
+ "name": "secretsServiceGetSecretV2",
211
+ "protocol": "REST",
212
+ "method": "GET",
213
+ "entitypath": "{base_path}/{version}/v2/secrets/{pathv1}?{query}",
214
+ "requestSchema": "schema.json",
215
+ "responseSchema": "schema.json",
216
+ "timeout": 0,
217
+ "sendEmpty": false,
218
+ "sendGetBody": false,
219
+ "requestDatatype": "JSON",
220
+ "responseDatatype": "JSON",
221
+ "headers": {},
222
+ "responseObjects": [
223
+ {
224
+ "type": "default",
225
+ "key": "",
226
+ "mockFile": ""
227
+ }
228
+ ]
229
+ },
230
+ {
231
+ "name": "secretsServiceGetSummary",
232
+ "protocol": "REST",
233
+ "method": "GET",
234
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/summary?{query}",
235
+ "requestSchema": "schema.json",
236
+ "responseSchema": "schema.json",
237
+ "timeout": 0,
238
+ "sendEmpty": false,
239
+ "sendGetBody": false,
240
+ "requestDatatype": "JSON",
241
+ "responseDatatype": "JSON",
242
+ "headers": {},
243
+ "responseObjects": [
244
+ {
245
+ "type": "default",
246
+ "key": "",
247
+ "mockFile": ""
248
+ }
249
+ ]
250
+ },
251
+ {
252
+ "name": "secretsServiceGetField",
253
+ "protocol": "REST",
254
+ "method": "GET",
255
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/fields/{pathv2}?{query}",
256
+ "requestSchema": "schema.json",
257
+ "responseSchema": "schema.json",
258
+ "timeout": 0,
259
+ "sendEmpty": false,
260
+ "sendGetBody": false,
261
+ "requestDatatype": "JSON",
262
+ "responseDatatype": "JSON",
263
+ "headers": {},
264
+ "responseObjects": [
265
+ {
266
+ "type": "default",
267
+ "key": "",
268
+ "mockFile": ""
269
+ }
270
+ ]
271
+ },
272
+ {
273
+ "name": "secretsServicePutField",
274
+ "protocol": "REST",
275
+ "method": "PUT",
276
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/fields/{pathv2}?{query}",
277
+ "requestSchema": "schema.json",
278
+ "responseSchema": "schema.json",
279
+ "timeout": 0,
280
+ "sendEmpty": false,
281
+ "requestDatatype": "JSON",
282
+ "responseDatatype": "JSON",
283
+ "headers": {},
284
+ "responseObjects": [
285
+ {
286
+ "type": "default",
287
+ "key": "",
288
+ "mockFile": ""
289
+ }
290
+ ]
291
+ },
292
+ {
293
+ "name": "secretsServiceGetListField",
294
+ "protocol": "REST",
295
+ "method": "GET",
296
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/fields/{pathv2}/list?{query}",
297
+ "requestSchema": "schema.json",
298
+ "responseSchema": "schema.json",
299
+ "timeout": 0,
300
+ "sendEmpty": false,
301
+ "sendGetBody": false,
302
+ "requestDatatype": "JSON",
303
+ "responseDatatype": "JSON",
304
+ "headers": {},
305
+ "responseObjects": [
306
+ {
307
+ "type": "default",
308
+ "key": "",
309
+ "mockFile": ""
310
+ }
311
+ ]
312
+ },
313
+ {
314
+ "name": "secretsServiceGetFavorites",
315
+ "protocol": "REST",
316
+ "method": "GET",
317
+ "entitypath": "{base_path}/{version}/v1/secrets/favorite?{query}",
318
+ "requestSchema": "schema.json",
319
+ "responseSchema": "schema.json",
320
+ "timeout": 0,
321
+ "sendEmpty": false,
322
+ "sendGetBody": false,
323
+ "requestDatatype": "JSON",
324
+ "responseDatatype": "JSON",
325
+ "headers": {},
326
+ "responseObjects": [
327
+ {
328
+ "type": "default",
329
+ "key": "",
330
+ "mockFile": "mockdatafiles/secretsServiceGetFavorites-default.json"
331
+ }
332
+ ]
333
+ },
334
+ {
335
+ "name": "secretsServiceGetSecretAudits",
336
+ "protocol": "REST",
337
+ "method": "GET",
338
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/audits?{query}",
339
+ "requestSchema": "schema.json",
340
+ "responseSchema": "schema.json",
341
+ "timeout": 0,
342
+ "sendEmpty": false,
343
+ "sendGetBody": false,
344
+ "requestDatatype": "JSON",
345
+ "responseDatatype": "JSON",
346
+ "headers": {},
347
+ "responseObjects": [
348
+ {
349
+ "type": "default",
350
+ "key": "",
351
+ "mockFile": ""
352
+ }
353
+ ]
354
+ },
355
+ {
356
+ "name": "secretsServiceGetSecretState",
357
+ "protocol": "REST",
358
+ "method": "GET",
359
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/state?{query}",
360
+ "requestSchema": "schema.json",
361
+ "responseSchema": "schema.json",
362
+ "timeout": 0,
363
+ "sendEmpty": false,
364
+ "sendGetBody": false,
365
+ "requestDatatype": "JSON",
366
+ "responseDatatype": "JSON",
367
+ "headers": {},
368
+ "responseObjects": [
369
+ {
370
+ "type": "default",
371
+ "key": "",
372
+ "mockFile": ""
373
+ }
374
+ ]
375
+ },
376
+ {
377
+ "name": "secretsServiceGetGeneral",
378
+ "protocol": "REST",
379
+ "method": "GET",
380
+ "entitypath": "{base_path}/{version}/v1/secrets/secret-detail/{pathv1}/general/{isEditMode?{query}",
381
+ "requestSchema": "schema.json",
382
+ "responseSchema": "schema.json",
383
+ "timeout": 0,
384
+ "sendEmpty": false,
385
+ "sendGetBody": false,
386
+ "requestDatatype": "JSON",
387
+ "responseDatatype": "JSON",
388
+ "headers": {},
389
+ "responseObjects": [
390
+ {
391
+ "type": "default",
392
+ "key": "",
393
+ "mockFile": ""
394
+ }
395
+ ]
396
+ },
397
+ {
398
+ "name": "secretsServiceGetSecretSettings",
399
+ "protocol": "REST",
400
+ "method": "GET",
401
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/settings?{query}",
402
+ "requestSchema": "schema.json",
403
+ "responseSchema": "schema.json",
404
+ "timeout": 0,
405
+ "sendEmpty": false,
406
+ "sendGetBody": false,
407
+ "requestDatatype": "JSON",
408
+ "responseDatatype": "JSON",
409
+ "headers": {},
410
+ "responseObjects": [
411
+ {
412
+ "type": "default",
413
+ "key": "",
414
+ "mockFile": ""
415
+ }
416
+ ]
417
+ },
418
+ {
419
+ "name": "secretsServiceGetActiveSecretSessions",
420
+ "protocol": "REST",
421
+ "method": "GET",
422
+ "entitypath": "{base_path}/{version}/v1/secrets/launcher-sessions?{query}",
423
+ "requestSchema": "schema.json",
424
+ "responseSchema": "schema.json",
425
+ "timeout": 0,
426
+ "sendEmpty": false,
427
+ "sendGetBody": false,
428
+ "requestDatatype": "JSON",
429
+ "responseDatatype": "JSON",
430
+ "headers": {},
431
+ "responseObjects": [
432
+ {
433
+ "type": "default",
434
+ "key": "",
435
+ "mockFile": ""
436
+ }
437
+ ]
438
+ },
439
+ {
440
+ "name": "secretsServiceUpdateSecretSession",
441
+ "protocol": "REST",
442
+ "method": "PATCH",
443
+ "entitypath": "{base_path}/{version}/v1/secrets/launcher-sessions?{query}",
444
+ "requestSchema": "schema.json",
445
+ "responseSchema": "schema.json",
446
+ "timeout": 0,
447
+ "sendEmpty": false,
448
+ "requestDatatype": "JSON",
449
+ "responseDatatype": "JSON",
450
+ "headers": {},
451
+ "responseObjects": [
452
+ {
453
+ "type": "default",
454
+ "key": "",
455
+ "mockFile": ""
456
+ }
457
+ ]
458
+ },
459
+ {
460
+ "name": "secretsServiceGetSshRestrictedCommands",
461
+ "protocol": "REST",
462
+ "method": "GET",
463
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/ssh-restricted-commands?{query}",
464
+ "requestSchema": "schema.json",
465
+ "responseSchema": "schema.json",
466
+ "timeout": 0,
467
+ "sendEmpty": false,
468
+ "sendGetBody": false,
469
+ "requestDatatype": "JSON",
470
+ "responseDatatype": "JSON",
471
+ "headers": {},
472
+ "responseObjects": [
473
+ {
474
+ "type": "default",
475
+ "key": "",
476
+ "mockFile": ""
477
+ }
478
+ ]
479
+ },
480
+ {
481
+ "name": "secretsServiceUpdateGeneral",
482
+ "protocol": "REST",
483
+ "method": "PATCH",
484
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/general?{query}",
485
+ "requestSchema": "schema.json",
486
+ "responseSchema": "schema.json",
487
+ "timeout": 0,
488
+ "sendEmpty": false,
489
+ "requestDatatype": "JSON",
490
+ "responseDatatype": "JSON",
491
+ "headers": {},
492
+ "responseObjects": [
493
+ {
494
+ "type": "default",
495
+ "key": "",
496
+ "mockFile": ""
497
+ }
498
+ ]
499
+ },
500
+ {
501
+ "name": "secretsServiceUpdateEmail",
502
+ "protocol": "REST",
503
+ "method": "PATCH",
504
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/email?{query}",
505
+ "requestSchema": "schema.json",
506
+ "responseSchema": "schema.json",
507
+ "timeout": 0,
508
+ "sendEmpty": false,
509
+ "requestDatatype": "JSON",
510
+ "responseDatatype": "JSON",
511
+ "headers": {},
512
+ "responseObjects": [
513
+ {
514
+ "type": "default",
515
+ "key": "",
516
+ "mockFile": ""
517
+ }
518
+ ]
519
+ },
520
+ {
521
+ "name": "secretsServiceUpdateSecurity",
522
+ "protocol": "REST",
523
+ "method": "PATCH",
524
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/security-general?{query}",
525
+ "requestSchema": "schema.json",
526
+ "responseSchema": "schema.json",
527
+ "timeout": 0,
528
+ "sendEmpty": false,
529
+ "requestDatatype": "JSON",
530
+ "responseDatatype": "JSON",
531
+ "headers": {},
532
+ "responseObjects": [
533
+ {
534
+ "type": "default",
535
+ "key": "",
536
+ "mockFile": ""
537
+ }
538
+ ]
539
+ },
540
+ {
541
+ "name": "secretsServiceUpdateGeneralV2",
542
+ "protocol": "REST",
543
+ "method": "PATCH",
544
+ "entitypath": "{base_path}/{version}/v2/secrets/{pathv1}/general?{query}",
545
+ "requestSchema": "schema.json",
546
+ "responseSchema": "schema.json",
547
+ "timeout": 0,
548
+ "sendEmpty": false,
549
+ "requestDatatype": "JSON",
550
+ "responseDatatype": "JSON",
551
+ "headers": {},
552
+ "responseObjects": [
553
+ {
554
+ "type": "default",
555
+ "key": "",
556
+ "mockFile": ""
557
+ }
558
+ ]
559
+ },
560
+ {
561
+ "name": "secretsServiceUpdateEmailV2",
562
+ "protocol": "REST",
563
+ "method": "PATCH",
564
+ "entitypath": "{base_path}/{version}/v2/secrets/{pathv1}/email?{query}",
565
+ "requestSchema": "schema.json",
566
+ "responseSchema": "schema.json",
567
+ "timeout": 0,
568
+ "sendEmpty": false,
569
+ "requestDatatype": "JSON",
570
+ "responseDatatype": "JSON",
571
+ "headers": {},
572
+ "responseObjects": [
573
+ {
574
+ "type": "default",
575
+ "key": "",
576
+ "mockFile": ""
577
+ }
578
+ ]
579
+ },
580
+ {
581
+ "name": "secretsServiceUpdateSecurityCheckoutV3",
582
+ "protocol": "REST",
583
+ "method": "PATCH",
584
+ "entitypath": "{base_path}/{version}/v3/secrets/{pathv1}/security-checkout?{query}",
585
+ "requestSchema": "schema.json",
586
+ "responseSchema": "schema.json",
587
+ "timeout": 0,
588
+ "sendEmpty": false,
589
+ "requestDatatype": "JSON",
590
+ "responseDatatype": "JSON",
591
+ "headers": {},
592
+ "responseObjects": [
593
+ {
594
+ "type": "default",
595
+ "key": "",
596
+ "mockFile": ""
597
+ }
598
+ ]
599
+ },
600
+ {
601
+ "name": "secretsServiceUpdateSecurityV2",
602
+ "protocol": "REST",
603
+ "method": "PATCH",
604
+ "entitypath": "{base_path}/{version}/v2/secrets/{pathv1}/security-general?{query}",
605
+ "requestSchema": "schema.json",
606
+ "responseSchema": "schema.json",
607
+ "timeout": 0,
608
+ "sendEmpty": false,
609
+ "requestDatatype": "JSON",
610
+ "responseDatatype": "JSON",
611
+ "headers": {},
612
+ "responseObjects": [
613
+ {
614
+ "type": "default",
615
+ "key": "",
616
+ "mockFile": ""
617
+ }
618
+ ]
619
+ },
620
+ {
621
+ "name": "secretsServiceGetSecretExtendedSearchDetails",
622
+ "protocol": "REST",
623
+ "method": "POST",
624
+ "entitypath": "{base_path}/{version}/v1/secrets/extended-search-details?{query}",
625
+ "requestSchema": "schema.json",
626
+ "responseSchema": "schema.json",
627
+ "timeout": 0,
628
+ "sendEmpty": false,
629
+ "requestDatatype": "JSON",
630
+ "responseDatatype": "JSON",
631
+ "headers": {},
632
+ "responseObjects": [
633
+ {
634
+ "type": "default",
635
+ "key": "",
636
+ "mockFile": "mockdatafiles/secretsServiceGetSecretExtendedSearchDetails-default.json"
637
+ }
638
+ ]
639
+ },
640
+ {
641
+ "name": "secretsServiceGetRestricted",
642
+ "protocol": "REST",
643
+ "method": "POST",
644
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/restricted?{query}",
645
+ "requestSchema": "schema.json",
646
+ "responseSchema": "schema.json",
647
+ "timeout": 0,
648
+ "sendEmpty": false,
649
+ "requestDatatype": "JSON",
650
+ "responseDatatype": "JSON",
651
+ "headers": {},
652
+ "responseObjects": [
653
+ {
654
+ "type": "default",
655
+ "key": "",
656
+ "mockFile": ""
657
+ }
658
+ ]
659
+ },
660
+ {
661
+ "name": "secretsServiceCreateSecret",
662
+ "protocol": "REST",
663
+ "method": "POST",
664
+ "entitypath": "{base_path}/{version}/v1/secrets?{query}",
665
+ "requestSchema": "schema.json",
666
+ "responseSchema": "schema.json",
667
+ "timeout": 0,
668
+ "sendEmpty": false,
669
+ "requestDatatype": "JSON",
670
+ "responseDatatype": "JSON",
671
+ "headers": {},
672
+ "responseObjects": [
673
+ {
674
+ "type": "default",
675
+ "key": "",
676
+ "mockFile": ""
677
+ }
678
+ ]
679
+ },
680
+ {
681
+ "name": "secretsServiceRunHeartBeat",
682
+ "protocol": "REST",
683
+ "method": "POST",
684
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/heartbeat?{query}",
685
+ "requestSchema": "schema.json",
686
+ "responseSchema": "schema.json",
687
+ "timeout": 0,
688
+ "sendEmpty": false,
689
+ "requestDatatype": "JSON",
690
+ "responseDatatype": "JSON",
691
+ "headers": {},
692
+ "responseObjects": [
693
+ {
694
+ "type": "default",
695
+ "key": "",
696
+ "mockFile": ""
697
+ }
698
+ ]
699
+ },
700
+ {
701
+ "name": "secretsServiceExpire",
702
+ "protocol": "REST",
703
+ "method": "POST",
704
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/expire?{query}",
705
+ "requestSchema": "schema.json",
706
+ "responseSchema": "schema.json",
707
+ "timeout": 0,
708
+ "sendEmpty": false,
709
+ "requestDatatype": "JSON",
710
+ "responseDatatype": "JSON",
711
+ "headers": {},
712
+ "responseObjects": [
713
+ {
714
+ "type": "default",
715
+ "key": "",
716
+ "mockFile": ""
717
+ }
718
+ ]
719
+ },
720
+ {
721
+ "name": "secretsServiceChangePassword",
722
+ "protocol": "REST",
723
+ "method": "POST",
724
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/change-password?{query}",
725
+ "requestSchema": "schema.json",
726
+ "responseSchema": "schema.json",
727
+ "timeout": 0,
728
+ "sendEmpty": false,
729
+ "requestDatatype": "JSON",
730
+ "responseDatatype": "JSON",
731
+ "headers": {},
732
+ "responseObjects": [
733
+ {
734
+ "type": "default",
735
+ "key": "",
736
+ "mockFile": ""
737
+ }
738
+ ]
739
+ },
740
+ {
741
+ "name": "secretsServiceCheckIn",
742
+ "protocol": "REST",
743
+ "method": "POST",
744
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/check-in?{query}",
745
+ "requestSchema": "schema.json",
746
+ "responseSchema": "schema.json",
747
+ "timeout": 0,
748
+ "sendEmpty": false,
749
+ "requestDatatype": "JSON",
750
+ "responseDatatype": "JSON",
751
+ "headers": {},
752
+ "responseObjects": [
753
+ {
754
+ "type": "default",
755
+ "key": "",
756
+ "mockFile": ""
757
+ }
758
+ ]
759
+ },
760
+ {
761
+ "name": "secretsServiceCheckOut",
762
+ "protocol": "REST",
763
+ "method": "POST",
764
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/check-out?{query}",
765
+ "requestSchema": "schema.json",
766
+ "responseSchema": "schema.json",
767
+ "timeout": 0,
768
+ "sendEmpty": false,
769
+ "requestDatatype": "JSON",
770
+ "responseDatatype": "JSON",
771
+ "headers": {},
772
+ "responseObjects": [
773
+ {
774
+ "type": "default",
775
+ "key": "",
776
+ "mockFile": ""
777
+ }
778
+ ]
779
+ },
780
+ {
781
+ "name": "secretsServiceExtendCheckOut",
782
+ "protocol": "REST",
783
+ "method": "POST",
784
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/extend-check-out?{query}",
785
+ "requestSchema": "schema.json",
786
+ "responseSchema": "schema.json",
787
+ "timeout": 0,
788
+ "sendEmpty": false,
789
+ "requestDatatype": "JSON",
790
+ "responseDatatype": "JSON",
791
+ "headers": {},
792
+ "responseObjects": [
793
+ {
794
+ "type": "default",
795
+ "key": "",
796
+ "mockFile": ""
797
+ }
798
+ ]
799
+ },
800
+ {
801
+ "name": "secretsServiceRestrictedField",
802
+ "protocol": "REST",
803
+ "method": "POST",
804
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/restricted/fields/{pathv2}?{query}",
805
+ "requestSchema": "schema.json",
806
+ "responseSchema": "schema.json",
807
+ "timeout": 0,
808
+ "sendEmpty": false,
809
+ "requestDatatype": "JSON",
810
+ "responseDatatype": "JSON",
811
+ "headers": {},
812
+ "responseObjects": [
813
+ {
814
+ "type": "default",
815
+ "key": "",
816
+ "mockFile": ""
817
+ }
818
+ ]
819
+ },
820
+ {
821
+ "name": "secretsServiceGetSecretRdpProxyInfo",
822
+ "protocol": "REST",
823
+ "method": "POST",
824
+ "entitypath": "{base_path}/{version}/v1/secrets/rdpproxy?{query}",
825
+ "requestSchema": "schema.json",
826
+ "responseSchema": "schema.json",
827
+ "timeout": 0,
828
+ "sendEmpty": false,
829
+ "requestDatatype": "JSON",
830
+ "responseDatatype": "JSON",
831
+ "headers": {},
832
+ "responseObjects": [
833
+ {
834
+ "type": "default",
835
+ "key": "",
836
+ "mockFile": ""
837
+ }
838
+ ]
839
+ },
840
+ {
841
+ "name": "secretsServiceGetSecretSshProxyInfo",
842
+ "protocol": "REST",
843
+ "method": "POST",
844
+ "entitypath": "{base_path}/{version}/v1/secrets/sshproxy?{query}",
845
+ "requestSchema": "schema.json",
846
+ "responseSchema": "schema.json",
847
+ "timeout": 0,
848
+ "sendEmpty": false,
849
+ "requestDatatype": "JSON",
850
+ "responseDatatype": "JSON",
851
+ "headers": {},
852
+ "responseObjects": [
853
+ {
854
+ "type": "default",
855
+ "key": "",
856
+ "mockFile": ""
857
+ }
858
+ ]
859
+ },
860
+ {
861
+ "name": "secretsServiceGetSecretSshTerminalDetails",
862
+ "protocol": "REST",
863
+ "method": "POST",
864
+ "entitypath": "{base_path}/{version}/v1/secrets/sshterminal?{query}",
865
+ "requestSchema": "schema.json",
866
+ "responseSchema": "schema.json",
867
+ "timeout": 0,
868
+ "sendEmpty": false,
869
+ "requestDatatype": "JSON",
870
+ "responseDatatype": "JSON",
871
+ "headers": {},
872
+ "responseObjects": [
873
+ {
874
+ "type": "default",
875
+ "key": "",
876
+ "mockFile": ""
877
+ }
878
+ ]
879
+ },
880
+ {
881
+ "name": "secretsServiceFavorite",
882
+ "protocol": "REST",
883
+ "method": "POST",
884
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/favorite?{query}",
885
+ "requestSchema": "schema.json",
886
+ "responseSchema": "schema.json",
887
+ "timeout": 0,
888
+ "sendEmpty": false,
889
+ "requestDatatype": "JSON",
890
+ "responseDatatype": "JSON",
891
+ "headers": {},
892
+ "responseObjects": [
893
+ {
894
+ "type": "default",
895
+ "key": "",
896
+ "mockFile": ""
897
+ }
898
+ ]
899
+ },
900
+ {
901
+ "name": "secretsServiceStopPasswordChange",
902
+ "protocol": "REST",
903
+ "method": "POST",
904
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/stop-password-change?{query}",
905
+ "requestSchema": "schema.json",
906
+ "responseSchema": "schema.json",
907
+ "timeout": 0,
908
+ "sendEmpty": false,
909
+ "requestDatatype": "JSON",
910
+ "responseDatatype": "JSON",
911
+ "headers": {},
912
+ "responseObjects": [
913
+ {
914
+ "type": "default",
915
+ "key": "",
916
+ "mockFile": ""
917
+ }
918
+ ]
919
+ },
920
+ {
921
+ "name": "secretsServiceExportSecrets",
922
+ "protocol": "REST",
923
+ "method": "POST",
924
+ "entitypath": "{base_path}/{version}/v1/secrets/export?{query}",
925
+ "requestSchema": "schema.json",
926
+ "responseSchema": "schema.json",
927
+ "timeout": 0,
928
+ "sendEmpty": false,
929
+ "requestDatatype": "JSON",
930
+ "responseDatatype": "JSON",
931
+ "headers": {},
932
+ "responseObjects": [
933
+ {
934
+ "type": "default",
935
+ "key": "",
936
+ "mockFile": ""
937
+ }
938
+ ]
939
+ },
940
+ {
941
+ "name": "secretsServiceUpdateRpcScriptSecrets",
942
+ "protocol": "REST",
943
+ "method": "PUT",
944
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/rpc-script-secrets?{query}",
945
+ "requestSchema": "schema.json",
946
+ "responseSchema": "schema.json",
947
+ "timeout": 0,
948
+ "sendEmpty": false,
949
+ "requestDatatype": "JSON",
950
+ "responseDatatype": "JSON",
951
+ "headers": {},
952
+ "responseObjects": [
953
+ {
954
+ "type": "default",
955
+ "key": "",
956
+ "mockFile": ""
957
+ }
958
+ ]
959
+ },
960
+ {
961
+ "name": "secretsServiceUndeleteSecret",
962
+ "protocol": "REST",
963
+ "method": "PUT",
964
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/activate?{query}",
965
+ "requestSchema": "schema.json",
966
+ "responseSchema": "schema.json",
967
+ "timeout": 0,
968
+ "sendEmpty": false,
969
+ "requestDatatype": "JSON",
970
+ "responseDatatype": "JSON",
971
+ "headers": {},
972
+ "responseObjects": [
973
+ {
974
+ "type": "default",
975
+ "key": "",
976
+ "mockFile": ""
977
+ }
978
+ ]
979
+ },
980
+ {
981
+ "name": "secretsServiceUpdateRpcScriptSecretsV2",
982
+ "protocol": "REST",
983
+ "method": "PUT",
984
+ "entitypath": "{base_path}/{version}/v2/secrets/{pathv1}/rpc-script-secrets?{query}",
985
+ "requestSchema": "schema.json",
986
+ "responseSchema": "schema.json",
987
+ "timeout": 0,
988
+ "sendEmpty": false,
989
+ "requestDatatype": "JSON",
990
+ "responseDatatype": "JSON",
991
+ "headers": {},
992
+ "responseObjects": [
993
+ {
994
+ "type": "default",
995
+ "key": "",
996
+ "mockFile": ""
997
+ }
998
+ ]
999
+ },
1000
+ {
1001
+ "name": "secretsServiceUpdateSecurityApprovalV3",
1002
+ "protocol": "REST",
1003
+ "method": "PUT",
1004
+ "entitypath": "{base_path}/{version}/v3/secrets/{pathv1}/security-approval?{query}",
1005
+ "requestSchema": "schema.json",
1006
+ "responseSchema": "schema.json",
1007
+ "timeout": 0,
1008
+ "sendEmpty": false,
1009
+ "requestDatatype": "JSON",
1010
+ "responseDatatype": "JSON",
1011
+ "headers": {},
1012
+ "responseObjects": [
1013
+ {
1014
+ "type": "default",
1015
+ "key": "",
1016
+ "mockFile": ""
1017
+ }
1018
+ ]
1019
+ },
1020
+ {
1021
+ "name": "secretsServiceUndeleteSecretV2",
1022
+ "protocol": "REST",
1023
+ "method": "PUT",
1024
+ "entitypath": "{base_path}/{version}/v2/secrets/{pathv1}/activate?{query}",
1025
+ "requestSchema": "schema.json",
1026
+ "responseSchema": "schema.json",
1027
+ "timeout": 0,
1028
+ "sendEmpty": false,
1029
+ "requestDatatype": "JSON",
1030
+ "responseDatatype": "JSON",
1031
+ "headers": {},
1032
+ "responseObjects": [
1033
+ {
1034
+ "type": "default",
1035
+ "key": "",
1036
+ "mockFile": ""
1037
+ }
1038
+ ]
1039
+ },
1040
+ {
1041
+ "name": "secretsServiceUpdateExpiration",
1042
+ "protocol": "REST",
1043
+ "method": "PUT",
1044
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/expiration?{query}",
1045
+ "requestSchema": "schema.json",
1046
+ "responseSchema": "schema.json",
1047
+ "timeout": 0,
1048
+ "sendEmpty": false,
1049
+ "requestDatatype": "JSON",
1050
+ "responseDatatype": "JSON",
1051
+ "headers": {},
1052
+ "responseObjects": [
1053
+ {
1054
+ "type": "default",
1055
+ "key": "",
1056
+ "mockFile": ""
1057
+ }
1058
+ ]
1059
+ },
1060
+ {
1061
+ "name": "secretsServiceUpdateSshRestrictedCommands",
1062
+ "protocol": "REST",
1063
+ "method": "PUT",
1064
+ "entitypath": "{base_path}/{version}/v1/secrets/{pathv1}/update-ssh-restricted-commands?{query}",
1065
+ "requestSchema": "schema.json",
1066
+ "responseSchema": "schema.json",
1067
+ "timeout": 0,
1068
+ "sendEmpty": false,
1069
+ "requestDatatype": "JSON",
1070
+ "responseDatatype": "JSON",
1071
+ "headers": {},
1072
+ "responseObjects": [
1073
+ {
1074
+ "type": "default",
1075
+ "key": "",
1076
+ "mockFile": ""
1077
+ }
1078
+ ]
1079
+ },
1080
+ {
1081
+ "name": "secretsServiceUpdateJumpboxRouteSelection",
1082
+ "protocol": "REST",
1083
+ "method": "PUT",
1084
+ "entitypath": "{base_path}/{version}/v1/secret-detail/{pathv1}/jumpbox-route-selection?{query}",
1085
+ "requestSchema": "schema.json",
1086
+ "responseSchema": "schema.json",
1087
+ "timeout": 0,
1088
+ "sendEmpty": false,
1089
+ "requestDatatype": "JSON",
1090
+ "responseDatatype": "JSON",
1091
+ "headers": {},
1092
+ "responseObjects": [
1093
+ {
1094
+ "type": "default",
1095
+ "key": "",
1096
+ "mockFile": ""
1097
+ }
1098
+ ]
1099
+ }
1100
+ ]
1101
+ }