@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,439 @@
1
+ [
2
+ {
3
+ "active": {
4
+ "additionalLinks": [
5
+ {
6
+ "isExternal": false,
7
+ "linkText": "string",
8
+ "url": "string"
9
+ },
10
+ {
11
+ "isExternal": true,
12
+ "linkText": "string",
13
+ "url": "string"
14
+ },
15
+ {
16
+ "isExternal": true,
17
+ "linkText": "string",
18
+ "url": "string"
19
+ }
20
+ ],
21
+ "description": "string",
22
+ "fieldInputType": "string",
23
+ "hasHistory": false,
24
+ "helpLink": "string",
25
+ "helpLinkText": "string",
26
+ "hidden": true,
27
+ "hideOnView": false,
28
+ "isRequired": true,
29
+ "label": "string",
30
+ "maxLength": 10,
31
+ "name": "string",
32
+ "placeholder": "string",
33
+ "readOnly": false,
34
+ "readOnlyReason": "string",
35
+ "sortOrder": 5,
36
+ "value": true
37
+ },
38
+ "dateAdded": {
39
+ "additionalLinks": [
40
+ {
41
+ "isExternal": true,
42
+ "linkText": "string",
43
+ "url": "string"
44
+ },
45
+ {
46
+ "isExternal": true,
47
+ "linkText": "string",
48
+ "url": "string"
49
+ },
50
+ {
51
+ "isExternal": false,
52
+ "linkText": "string",
53
+ "url": "string"
54
+ },
55
+ {
56
+ "isExternal": false,
57
+ "linkText": "string",
58
+ "url": "string"
59
+ },
60
+ {
61
+ "isExternal": false,
62
+ "linkText": "string",
63
+ "url": "string"
64
+ }
65
+ ],
66
+ "description": "string",
67
+ "fieldInputType": "string",
68
+ "hasHistory": true,
69
+ "helpLink": "string",
70
+ "helpLinkText": "string",
71
+ "hidden": false,
72
+ "hideOnView": false,
73
+ "isRequired": false,
74
+ "label": "string",
75
+ "maxLength": 4,
76
+ "name": "string",
77
+ "placeholder": "string",
78
+ "readOnly": false,
79
+ "readOnlyReason": "string",
80
+ "sortOrder": 5,
81
+ "value": "string"
82
+ },
83
+ "devOpsSecretVaultPath": {
84
+ "additionalLinks": [
85
+ {
86
+ "isExternal": false,
87
+ "linkText": "string",
88
+ "url": "string"
89
+ }
90
+ ],
91
+ "description": "string",
92
+ "fieldInputType": "string",
93
+ "hasHistory": false,
94
+ "helpLink": "string",
95
+ "helpLinkText": "string",
96
+ "hidden": false,
97
+ "hideOnView": false,
98
+ "isRequired": false,
99
+ "label": "string",
100
+ "maxLength": 6,
101
+ "name": "string",
102
+ "placeholder": "string",
103
+ "readOnly": false,
104
+ "readOnlyReason": "string",
105
+ "sortOrder": 10,
106
+ "value": "string"
107
+ },
108
+ "devOpsSyncMapId": {
109
+ "additionalLinks": [
110
+ {
111
+ "isExternal": false,
112
+ "linkText": "string",
113
+ "url": "string"
114
+ },
115
+ {
116
+ "isExternal": false,
117
+ "linkText": "string",
118
+ "url": "string"
119
+ },
120
+ {
121
+ "isExternal": true,
122
+ "linkText": "string",
123
+ "url": "string"
124
+ },
125
+ {
126
+ "isExternal": true,
127
+ "linkText": "string",
128
+ "url": "string"
129
+ },
130
+ {
131
+ "isExternal": true,
132
+ "linkText": "string",
133
+ "url": "string"
134
+ },
135
+ {
136
+ "isExternal": false,
137
+ "linkText": "string",
138
+ "url": "string"
139
+ }
140
+ ],
141
+ "description": "string",
142
+ "fieldInputType": "string",
143
+ "hasHistory": false,
144
+ "helpLink": "string",
145
+ "helpLinkText": "string",
146
+ "hidden": false,
147
+ "hideOnView": true,
148
+ "isRequired": false,
149
+ "label": "string",
150
+ "maxLength": 3,
151
+ "name": "string",
152
+ "placeholder": "string",
153
+ "readOnly": false,
154
+ "readOnlyReason": "string",
155
+ "sortOrder": 7,
156
+ "value": 3
157
+ },
158
+ "lastSyncTime": {
159
+ "additionalLinks": [
160
+ {
161
+ "isExternal": true,
162
+ "linkText": "string",
163
+ "url": "string"
164
+ },
165
+ {
166
+ "isExternal": true,
167
+ "linkText": "string",
168
+ "url": "string"
169
+ },
170
+ {
171
+ "isExternal": false,
172
+ "linkText": "string",
173
+ "url": "string"
174
+ },
175
+ {
176
+ "isExternal": false,
177
+ "linkText": "string",
178
+ "url": "string"
179
+ },
180
+ {
181
+ "isExternal": false,
182
+ "linkText": "string",
183
+ "url": "string"
184
+ },
185
+ {
186
+ "isExternal": true,
187
+ "linkText": "string",
188
+ "url": "string"
189
+ },
190
+ {
191
+ "isExternal": true,
192
+ "linkText": "string",
193
+ "url": "string"
194
+ },
195
+ {
196
+ "isExternal": false,
197
+ "linkText": "string",
198
+ "url": "string"
199
+ }
200
+ ],
201
+ "description": "string",
202
+ "fieldInputType": "string",
203
+ "hasHistory": false,
204
+ "helpLink": "string",
205
+ "helpLinkText": "string",
206
+ "hidden": false,
207
+ "hideOnView": false,
208
+ "isRequired": true,
209
+ "label": "string",
210
+ "maxLength": 5,
211
+ "name": "string",
212
+ "placeholder": "string",
213
+ "readOnly": true,
214
+ "readOnlyReason": "string",
215
+ "sortOrder": 2,
216
+ "value": "string"
217
+ },
218
+ "nextSyncTime": {
219
+ "additionalLinks": [
220
+ {
221
+ "isExternal": false,
222
+ "linkText": "string",
223
+ "url": "string"
224
+ },
225
+ {
226
+ "isExternal": false,
227
+ "linkText": "string",
228
+ "url": "string"
229
+ },
230
+ {
231
+ "isExternal": false,
232
+ "linkText": "string",
233
+ "url": "string"
234
+ },
235
+ {
236
+ "isExternal": false,
237
+ "linkText": "string",
238
+ "url": "string"
239
+ }
240
+ ],
241
+ "description": "string",
242
+ "fieldInputType": "string",
243
+ "hasHistory": false,
244
+ "helpLink": "string",
245
+ "helpLinkText": "string",
246
+ "hidden": false,
247
+ "hideOnView": false,
248
+ "isRequired": true,
249
+ "label": "string",
250
+ "maxLength": 6,
251
+ "name": "string",
252
+ "placeholder": "string",
253
+ "readOnly": true,
254
+ "readOnlyReason": "string",
255
+ "sortOrder": 3,
256
+ "value": "string"
257
+ },
258
+ "secretId": {
259
+ "additionalLinks": [
260
+ {
261
+ "isExternal": false,
262
+ "linkText": "string",
263
+ "url": "string"
264
+ },
265
+ {
266
+ "isExternal": true,
267
+ "linkText": "string",
268
+ "url": "string"
269
+ },
270
+ {
271
+ "isExternal": true,
272
+ "linkText": "string",
273
+ "url": "string"
274
+ },
275
+ {
276
+ "isExternal": true,
277
+ "linkText": "string",
278
+ "url": "string"
279
+ },
280
+ {
281
+ "isExternal": false,
282
+ "linkText": "string",
283
+ "url": "string"
284
+ },
285
+ {
286
+ "isExternal": true,
287
+ "linkText": "string",
288
+ "url": "string"
289
+ }
290
+ ],
291
+ "description": "string",
292
+ "fieldInputType": "string",
293
+ "hasHistory": false,
294
+ "helpLink": "string",
295
+ "helpLinkText": "string",
296
+ "hidden": true,
297
+ "hideOnView": false,
298
+ "isRequired": true,
299
+ "label": "string",
300
+ "maxLength": 8,
301
+ "name": "string",
302
+ "placeholder": "string",
303
+ "readOnly": true,
304
+ "readOnlyReason": "string",
305
+ "sortOrder": 6,
306
+ "value": 7
307
+ },
308
+ "secretName": {
309
+ "additionalLinks": [
310
+ {
311
+ "isExternal": false,
312
+ "linkText": "string",
313
+ "url": "string"
314
+ },
315
+ {
316
+ "isExternal": true,
317
+ "linkText": "string",
318
+ "url": "string"
319
+ },
320
+ {
321
+ "isExternal": false,
322
+ "linkText": "string",
323
+ "url": "string"
324
+ },
325
+ {
326
+ "isExternal": true,
327
+ "linkText": "string",
328
+ "url": "string"
329
+ },
330
+ {
331
+ "isExternal": false,
332
+ "linkText": "string",
333
+ "url": "string"
334
+ },
335
+ {
336
+ "isExternal": false,
337
+ "linkText": "string",
338
+ "url": "string"
339
+ },
340
+ {
341
+ "isExternal": true,
342
+ "linkText": "string",
343
+ "url": "string"
344
+ },
345
+ {
346
+ "isExternal": false,
347
+ "linkText": "string",
348
+ "url": "string"
349
+ },
350
+ {
351
+ "isExternal": false,
352
+ "linkText": "string",
353
+ "url": "string"
354
+ }
355
+ ],
356
+ "description": "string",
357
+ "fieldInputType": "string",
358
+ "hasHistory": true,
359
+ "helpLink": "string",
360
+ "helpLinkText": "string",
361
+ "hidden": true,
362
+ "hideOnView": true,
363
+ "isRequired": false,
364
+ "label": "string",
365
+ "maxLength": 6,
366
+ "name": "string",
367
+ "placeholder": "string",
368
+ "readOnly": false,
369
+ "readOnlyReason": "string",
370
+ "sortOrder": 4,
371
+ "value": "string"
372
+ },
373
+ "status": {
374
+ "additionalLinks": [
375
+ {
376
+ "isExternal": true,
377
+ "linkText": "string",
378
+ "url": "string"
379
+ },
380
+ {
381
+ "isExternal": false,
382
+ "linkText": "string",
383
+ "url": "string"
384
+ },
385
+ {
386
+ "isExternal": true,
387
+ "linkText": "string",
388
+ "url": "string"
389
+ },
390
+ {
391
+ "isExternal": false,
392
+ "linkText": "string",
393
+ "url": "string"
394
+ }
395
+ ],
396
+ "description": "string",
397
+ "fieldInputType": "string",
398
+ "hasHistory": false,
399
+ "helpLink": "string",
400
+ "helpLinkText": "string",
401
+ "hidden": true,
402
+ "hideOnView": true,
403
+ "isRequired": false,
404
+ "label": "string",
405
+ "maxLength": 9,
406
+ "name": "string",
407
+ "placeholder": "string",
408
+ "readOnly": true,
409
+ "readOnlyReason": "string",
410
+ "sortOrder": 7,
411
+ "value": "string"
412
+ },
413
+ "tenantId": {
414
+ "additionalLinks": [
415
+ {
416
+ "isExternal": true,
417
+ "linkText": "string",
418
+ "url": "string"
419
+ }
420
+ ],
421
+ "description": "string",
422
+ "fieldInputType": "string",
423
+ "hasHistory": true,
424
+ "helpLink": "string",
425
+ "helpLinkText": "string",
426
+ "hidden": true,
427
+ "hideOnView": true,
428
+ "isRequired": true,
429
+ "label": "string",
430
+ "maxLength": 3,
431
+ "name": "string",
432
+ "placeholder": "string",
433
+ "readOnly": false,
434
+ "readOnlyReason": "string",
435
+ "sortOrder": 10,
436
+ "value": 1
437
+ }
438
+ }
439
+ ]
@@ -0,0 +1,89 @@
1
+ {
2
+ "$id": "schema.json",
3
+ "type": "object",
4
+ "schema": "http://json-schema.org/draft-07/schema#",
5
+ "translate": true,
6
+ "dynamicfields": true,
7
+ "properties": {
8
+ "ph_request_type": {
9
+ "type": "string",
10
+ "description": "type of request (internal to adapter)",
11
+ "default": "devOpsSecretsVaultSyncServiceGetSyncStatuses",
12
+ "enum": [
13
+ "devOpsSecretsVaultSyncServiceGetSyncStatuses",
14
+ "devOpsSecretsVaultSyncServiceGetSyncStatus",
15
+ "devOpsSecretsVaultSyncServiceCreateSync",
16
+ "devOpsSecretsVaultSyncServiceSyncSecret",
17
+ "devOpsSecretsVaultSyncServiceUpdateSync"
18
+ ],
19
+ "external_name": "ph_request_type"
20
+ },
21
+ "filterIncludeInactive": {
22
+ "type": "boolean",
23
+ "description": "If inactive sync maps should be returned.",
24
+ "parse": false,
25
+ "encode": false,
26
+ "encrypt": {
27
+ "type": "AES",
28
+ "key": ""
29
+ },
30
+ "external_name": "filter.includeInactive"
31
+ },
32
+ "filterSecretId": {
33
+ "type": "number",
34
+ "description": "Search by the secret being synced.",
35
+ "parse": false,
36
+ "encode": false,
37
+ "encrypt": {
38
+ "type": "AES",
39
+ "key": ""
40
+ },
41
+ "external_name": "filter.secretId"
42
+ },
43
+ "filterTenantId": {
44
+ "type": "number",
45
+ "description": "Search by the tenant being pushed to.",
46
+ "parse": false,
47
+ "encode": false,
48
+ "encrypt": {
49
+ "type": "AES",
50
+ "key": ""
51
+ },
52
+ "external_name": "filter.tenantId"
53
+ },
54
+ "sortBy0Direction": {
55
+ "type": "string",
56
+ "description": "Sort direction",
57
+ "parse": false,
58
+ "encode": false,
59
+ "encrypt": {
60
+ "type": "AES",
61
+ "key": ""
62
+ },
63
+ "external_name": "sortBy[0].direction"
64
+ },
65
+ "sortBy0Name": {
66
+ "type": "string",
67
+ "description": "Sort field name",
68
+ "parse": false,
69
+ "encode": false,
70
+ "encrypt": {
71
+ "type": "AES",
72
+ "key": ""
73
+ },
74
+ "external_name": "sortBy[0].name"
75
+ },
76
+ "sortBy0Priority": {
77
+ "type": "number",
78
+ "description": "Priority index. Sorts with lower values are executed earlier",
79
+ "parse": false,
80
+ "encode": false,
81
+ "encrypt": {
82
+ "type": "AES",
83
+ "key": ""
84
+ },
85
+ "external_name": "sortBy[0].priority"
86
+ }
87
+ },
88
+ "definitions": {}
89
+ }
@@ -0,0 +1,128 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "devOpsSecretsVaultTenantServiceGetList",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/v1/devops-secrets-vault/tenant?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "sendGetBody": false,
13
+ "requestDatatype": "JSON",
14
+ "responseDatatype": "JSON",
15
+ "headers": {},
16
+ "responseObjects": [
17
+ {
18
+ "type": "default",
19
+ "key": "",
20
+ "mockFile": ""
21
+ }
22
+ ]
23
+ },
24
+ {
25
+ "name": "devOpsSecretsVaultTenantServiceCreate",
26
+ "protocol": "REST",
27
+ "method": "POST",
28
+ "entitypath": "{base_path}/{version}/v1/devops-secrets-vault/tenant?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "requestDatatype": "JSON",
34
+ "responseDatatype": "JSON",
35
+ "headers": {},
36
+ "responseObjects": [
37
+ {
38
+ "type": "default",
39
+ "key": "",
40
+ "mockFile": ""
41
+ }
42
+ ]
43
+ },
44
+ {
45
+ "name": "devOpsSecretsVaultTenantServiceGetTenant",
46
+ "protocol": "REST",
47
+ "method": "GET",
48
+ "entitypath": "{base_path}/{version}/v1/devops-secrets-vault/tenant/{pathv1}?{query}",
49
+ "requestSchema": "schema.json",
50
+ "responseSchema": "schema.json",
51
+ "timeout": 0,
52
+ "sendEmpty": false,
53
+ "sendGetBody": false,
54
+ "requestDatatype": "JSON",
55
+ "responseDatatype": "JSON",
56
+ "headers": {},
57
+ "responseObjects": [
58
+ {
59
+ "type": "default",
60
+ "key": "",
61
+ "mockFile": ""
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "name": "devOpsSecretsVaultTenantServiceUpdate",
67
+ "protocol": "REST",
68
+ "method": "PUT",
69
+ "entitypath": "{base_path}/{version}/v1/devops-secrets-vault/tenant/{pathv1}?{query}",
70
+ "requestSchema": "schema.json",
71
+ "responseSchema": "schema.json",
72
+ "timeout": 0,
73
+ "sendEmpty": false,
74
+ "requestDatatype": "JSON",
75
+ "responseDatatype": "JSON",
76
+ "headers": {},
77
+ "responseObjects": [
78
+ {
79
+ "type": "default",
80
+ "key": "",
81
+ "mockFile": ""
82
+ }
83
+ ]
84
+ },
85
+ {
86
+ "name": "devOpsSecretsVaultTenantServiceGetTenantStub",
87
+ "protocol": "REST",
88
+ "method": "GET",
89
+ "entitypath": "{base_path}/{version}/v1/devops-secrets-vault/tenant/stub?{query}",
90
+ "requestSchema": "schema.json",
91
+ "responseSchema": "schema.json",
92
+ "timeout": 0,
93
+ "sendEmpty": false,
94
+ "sendGetBody": false,
95
+ "requestDatatype": "JSON",
96
+ "responseDatatype": "JSON",
97
+ "headers": {},
98
+ "responseObjects": [
99
+ {
100
+ "type": "default",
101
+ "key": "",
102
+ "mockFile": ""
103
+ }
104
+ ]
105
+ },
106
+ {
107
+ "name": "devOpsSecretsVaultTenantServiceGetTenantAudits",
108
+ "protocol": "REST",
109
+ "method": "GET",
110
+ "entitypath": "{base_path}/{version}/v1/devops-secrets-vault/tenant/audits?{query}",
111
+ "requestSchema": "schema.json",
112
+ "responseSchema": "schema.json",
113
+ "timeout": 0,
114
+ "sendEmpty": false,
115
+ "sendGetBody": false,
116
+ "requestDatatype": "JSON",
117
+ "responseDatatype": "JSON",
118
+ "headers": {},
119
+ "responseObjects": [
120
+ {
121
+ "type": "default",
122
+ "key": "",
123
+ "mockFile": ""
124
+ }
125
+ ]
126
+ }
127
+ ]
128
+ }