@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,706 @@
1
+ [
2
+ {
3
+ "fields": [
4
+ {
5
+ "description": "string",
6
+ "displayName": "string",
7
+ "editablePermission": 4,
8
+ "editRequires": null,
9
+ "fieldSlugName": "string",
10
+ "generatePasswordCharacterSet": "string",
11
+ "generatePasswordLength": 4,
12
+ "hideOnView": true,
13
+ "historyLength": 9,
14
+ "isExpirationField": true,
15
+ "isFile": true,
16
+ "isIndexable": false,
17
+ "isList": false,
18
+ "isNotes": false,
19
+ "isPassword": false,
20
+ "isRequired": true,
21
+ "isUrl": false,
22
+ "listType": null,
23
+ "mustEncrypt": false,
24
+ "name": "string",
25
+ "passwordRequirementId": 7,
26
+ "passwordTypeFieldId": 7,
27
+ "secretTemplateFieldId": 5,
28
+ "sortOrder": 9
29
+ },
30
+ {
31
+ "description": "string",
32
+ "displayName": "string",
33
+ "editablePermission": 5,
34
+ "editRequires": null,
35
+ "fieldSlugName": "string",
36
+ "generatePasswordCharacterSet": "string",
37
+ "generatePasswordLength": 5,
38
+ "hideOnView": false,
39
+ "historyLength": 7,
40
+ "isExpirationField": false,
41
+ "isFile": true,
42
+ "isIndexable": true,
43
+ "isList": true,
44
+ "isNotes": false,
45
+ "isPassword": true,
46
+ "isRequired": true,
47
+ "isUrl": true,
48
+ "listType": null,
49
+ "mustEncrypt": false,
50
+ "name": "string",
51
+ "passwordRequirementId": 8,
52
+ "passwordTypeFieldId": 5,
53
+ "secretTemplateFieldId": 2,
54
+ "sortOrder": 4
55
+ },
56
+ {
57
+ "description": "string",
58
+ "displayName": "string",
59
+ "editablePermission": 8,
60
+ "editRequires": null,
61
+ "fieldSlugName": "string",
62
+ "generatePasswordCharacterSet": "string",
63
+ "generatePasswordLength": 4,
64
+ "hideOnView": true,
65
+ "historyLength": 9,
66
+ "isExpirationField": false,
67
+ "isFile": true,
68
+ "isIndexable": true,
69
+ "isList": true,
70
+ "isNotes": true,
71
+ "isPassword": true,
72
+ "isRequired": false,
73
+ "isUrl": true,
74
+ "listType": null,
75
+ "mustEncrypt": true,
76
+ "name": "string",
77
+ "passwordRequirementId": 2,
78
+ "passwordTypeFieldId": 1,
79
+ "secretTemplateFieldId": 2,
80
+ "sortOrder": 9
81
+ },
82
+ {
83
+ "description": "string",
84
+ "displayName": "string",
85
+ "editablePermission": 3,
86
+ "editRequires": null,
87
+ "fieldSlugName": "string",
88
+ "generatePasswordCharacterSet": "string",
89
+ "generatePasswordLength": 10,
90
+ "hideOnView": false,
91
+ "historyLength": 5,
92
+ "isExpirationField": false,
93
+ "isFile": false,
94
+ "isIndexable": false,
95
+ "isList": true,
96
+ "isNotes": true,
97
+ "isPassword": true,
98
+ "isRequired": true,
99
+ "isUrl": false,
100
+ "listType": null,
101
+ "mustEncrypt": true,
102
+ "name": "string",
103
+ "passwordRequirementId": 6,
104
+ "passwordTypeFieldId": 8,
105
+ "secretTemplateFieldId": 5,
106
+ "sortOrder": 6
107
+ },
108
+ {
109
+ "description": "string",
110
+ "displayName": "string",
111
+ "editablePermission": 1,
112
+ "editRequires": null,
113
+ "fieldSlugName": "string",
114
+ "generatePasswordCharacterSet": "string",
115
+ "generatePasswordLength": 4,
116
+ "hideOnView": false,
117
+ "historyLength": 6,
118
+ "isExpirationField": false,
119
+ "isFile": false,
120
+ "isIndexable": false,
121
+ "isList": false,
122
+ "isNotes": true,
123
+ "isPassword": false,
124
+ "isRequired": true,
125
+ "isUrl": true,
126
+ "listType": null,
127
+ "mustEncrypt": true,
128
+ "name": "string",
129
+ "passwordRequirementId": 9,
130
+ "passwordTypeFieldId": 10,
131
+ "secretTemplateFieldId": 3,
132
+ "sortOrder": 7
133
+ },
134
+ {
135
+ "description": "string",
136
+ "displayName": "string",
137
+ "editablePermission": 4,
138
+ "editRequires": null,
139
+ "fieldSlugName": "string",
140
+ "generatePasswordCharacterSet": "string",
141
+ "generatePasswordLength": 8,
142
+ "hideOnView": false,
143
+ "historyLength": 6,
144
+ "isExpirationField": true,
145
+ "isFile": true,
146
+ "isIndexable": false,
147
+ "isList": false,
148
+ "isNotes": false,
149
+ "isPassword": true,
150
+ "isRequired": false,
151
+ "isUrl": true,
152
+ "listType": null,
153
+ "mustEncrypt": false,
154
+ "name": "string",
155
+ "passwordRequirementId": 2,
156
+ "passwordTypeFieldId": 5,
157
+ "secretTemplateFieldId": 5,
158
+ "sortOrder": 5
159
+ },
160
+ {
161
+ "description": "string",
162
+ "displayName": "string",
163
+ "editablePermission": 3,
164
+ "editRequires": null,
165
+ "fieldSlugName": "string",
166
+ "generatePasswordCharacterSet": "string",
167
+ "generatePasswordLength": 3,
168
+ "hideOnView": true,
169
+ "historyLength": 10,
170
+ "isExpirationField": false,
171
+ "isFile": true,
172
+ "isIndexable": false,
173
+ "isList": true,
174
+ "isNotes": false,
175
+ "isPassword": true,
176
+ "isRequired": true,
177
+ "isUrl": false,
178
+ "listType": null,
179
+ "mustEncrypt": false,
180
+ "name": "string",
181
+ "passwordRequirementId": 5,
182
+ "passwordTypeFieldId": 8,
183
+ "secretTemplateFieldId": 1,
184
+ "sortOrder": 2
185
+ }
186
+ ],
187
+ "id": 1,
188
+ "name": "string",
189
+ "passwordTypeId": 4
190
+ },
191
+ {
192
+ "fields": [
193
+ {
194
+ "description": "string",
195
+ "displayName": "string",
196
+ "editablePermission": 9,
197
+ "editRequires": null,
198
+ "fieldSlugName": "string",
199
+ "generatePasswordCharacterSet": "string",
200
+ "generatePasswordLength": 5,
201
+ "hideOnView": true,
202
+ "historyLength": 5,
203
+ "isExpirationField": true,
204
+ "isFile": true,
205
+ "isIndexable": true,
206
+ "isList": true,
207
+ "isNotes": true,
208
+ "isPassword": true,
209
+ "isRequired": false,
210
+ "isUrl": false,
211
+ "listType": null,
212
+ "mustEncrypt": true,
213
+ "name": "string",
214
+ "passwordRequirementId": 7,
215
+ "passwordTypeFieldId": 7,
216
+ "secretTemplateFieldId": 1,
217
+ "sortOrder": 1
218
+ },
219
+ {
220
+ "description": "string",
221
+ "displayName": "string",
222
+ "editablePermission": 9,
223
+ "editRequires": null,
224
+ "fieldSlugName": "string",
225
+ "generatePasswordCharacterSet": "string",
226
+ "generatePasswordLength": 2,
227
+ "hideOnView": true,
228
+ "historyLength": 10,
229
+ "isExpirationField": true,
230
+ "isFile": true,
231
+ "isIndexable": false,
232
+ "isList": true,
233
+ "isNotes": true,
234
+ "isPassword": true,
235
+ "isRequired": true,
236
+ "isUrl": false,
237
+ "listType": null,
238
+ "mustEncrypt": false,
239
+ "name": "string",
240
+ "passwordRequirementId": 9,
241
+ "passwordTypeFieldId": 1,
242
+ "secretTemplateFieldId": 9,
243
+ "sortOrder": 8
244
+ },
245
+ {
246
+ "description": "string",
247
+ "displayName": "string",
248
+ "editablePermission": 6,
249
+ "editRequires": null,
250
+ "fieldSlugName": "string",
251
+ "generatePasswordCharacterSet": "string",
252
+ "generatePasswordLength": 10,
253
+ "hideOnView": true,
254
+ "historyLength": 10,
255
+ "isExpirationField": true,
256
+ "isFile": false,
257
+ "isIndexable": false,
258
+ "isList": true,
259
+ "isNotes": false,
260
+ "isPassword": false,
261
+ "isRequired": true,
262
+ "isUrl": true,
263
+ "listType": null,
264
+ "mustEncrypt": true,
265
+ "name": "string",
266
+ "passwordRequirementId": 3,
267
+ "passwordTypeFieldId": 2,
268
+ "secretTemplateFieldId": 7,
269
+ "sortOrder": 1
270
+ },
271
+ {
272
+ "description": "string",
273
+ "displayName": "string",
274
+ "editablePermission": 4,
275
+ "editRequires": null,
276
+ "fieldSlugName": "string",
277
+ "generatePasswordCharacterSet": "string",
278
+ "generatePasswordLength": 6,
279
+ "hideOnView": true,
280
+ "historyLength": 7,
281
+ "isExpirationField": false,
282
+ "isFile": true,
283
+ "isIndexable": true,
284
+ "isList": false,
285
+ "isNotes": false,
286
+ "isPassword": true,
287
+ "isRequired": false,
288
+ "isUrl": true,
289
+ "listType": null,
290
+ "mustEncrypt": false,
291
+ "name": "string",
292
+ "passwordRequirementId": 6,
293
+ "passwordTypeFieldId": 6,
294
+ "secretTemplateFieldId": 4,
295
+ "sortOrder": 3
296
+ }
297
+ ],
298
+ "id": 6,
299
+ "name": "string",
300
+ "passwordTypeId": 9
301
+ },
302
+ {
303
+ "fields": [
304
+ {
305
+ "description": "string",
306
+ "displayName": "string",
307
+ "editablePermission": 1,
308
+ "editRequires": null,
309
+ "fieldSlugName": "string",
310
+ "generatePasswordCharacterSet": "string",
311
+ "generatePasswordLength": 10,
312
+ "hideOnView": false,
313
+ "historyLength": 9,
314
+ "isExpirationField": false,
315
+ "isFile": false,
316
+ "isIndexable": false,
317
+ "isList": true,
318
+ "isNotes": false,
319
+ "isPassword": true,
320
+ "isRequired": true,
321
+ "isUrl": false,
322
+ "listType": null,
323
+ "mustEncrypt": true,
324
+ "name": "string",
325
+ "passwordRequirementId": 2,
326
+ "passwordTypeFieldId": 9,
327
+ "secretTemplateFieldId": 3,
328
+ "sortOrder": 10
329
+ },
330
+ {
331
+ "description": "string",
332
+ "displayName": "string",
333
+ "editablePermission": 10,
334
+ "editRequires": null,
335
+ "fieldSlugName": "string",
336
+ "generatePasswordCharacterSet": "string",
337
+ "generatePasswordLength": 10,
338
+ "hideOnView": false,
339
+ "historyLength": 9,
340
+ "isExpirationField": false,
341
+ "isFile": true,
342
+ "isIndexable": false,
343
+ "isList": true,
344
+ "isNotes": true,
345
+ "isPassword": true,
346
+ "isRequired": true,
347
+ "isUrl": true,
348
+ "listType": null,
349
+ "mustEncrypt": true,
350
+ "name": "string",
351
+ "passwordRequirementId": 2,
352
+ "passwordTypeFieldId": 1,
353
+ "secretTemplateFieldId": 3,
354
+ "sortOrder": 6
355
+ },
356
+ {
357
+ "description": "string",
358
+ "displayName": "string",
359
+ "editablePermission": 9,
360
+ "editRequires": null,
361
+ "fieldSlugName": "string",
362
+ "generatePasswordCharacterSet": "string",
363
+ "generatePasswordLength": 7,
364
+ "hideOnView": true,
365
+ "historyLength": 10,
366
+ "isExpirationField": true,
367
+ "isFile": true,
368
+ "isIndexable": true,
369
+ "isList": true,
370
+ "isNotes": true,
371
+ "isPassword": true,
372
+ "isRequired": false,
373
+ "isUrl": true,
374
+ "listType": null,
375
+ "mustEncrypt": false,
376
+ "name": "string",
377
+ "passwordRequirementId": 3,
378
+ "passwordTypeFieldId": 1,
379
+ "secretTemplateFieldId": 9,
380
+ "sortOrder": 4
381
+ },
382
+ {
383
+ "description": "string",
384
+ "displayName": "string",
385
+ "editablePermission": 3,
386
+ "editRequires": null,
387
+ "fieldSlugName": "string",
388
+ "generatePasswordCharacterSet": "string",
389
+ "generatePasswordLength": 5,
390
+ "hideOnView": false,
391
+ "historyLength": 7,
392
+ "isExpirationField": true,
393
+ "isFile": false,
394
+ "isIndexable": true,
395
+ "isList": false,
396
+ "isNotes": false,
397
+ "isPassword": true,
398
+ "isRequired": true,
399
+ "isUrl": true,
400
+ "listType": null,
401
+ "mustEncrypt": false,
402
+ "name": "string",
403
+ "passwordRequirementId": 10,
404
+ "passwordTypeFieldId": 2,
405
+ "secretTemplateFieldId": 6,
406
+ "sortOrder": 2
407
+ },
408
+ {
409
+ "description": "string",
410
+ "displayName": "string",
411
+ "editablePermission": 1,
412
+ "editRequires": null,
413
+ "fieldSlugName": "string",
414
+ "generatePasswordCharacterSet": "string",
415
+ "generatePasswordLength": 5,
416
+ "hideOnView": true,
417
+ "historyLength": 4,
418
+ "isExpirationField": false,
419
+ "isFile": false,
420
+ "isIndexable": false,
421
+ "isList": true,
422
+ "isNotes": false,
423
+ "isPassword": true,
424
+ "isRequired": true,
425
+ "isUrl": true,
426
+ "listType": null,
427
+ "mustEncrypt": true,
428
+ "name": "string",
429
+ "passwordRequirementId": 5,
430
+ "passwordTypeFieldId": 6,
431
+ "secretTemplateFieldId": 1,
432
+ "sortOrder": 7
433
+ },
434
+ {
435
+ "description": "string",
436
+ "displayName": "string",
437
+ "editablePermission": 10,
438
+ "editRequires": null,
439
+ "fieldSlugName": "string",
440
+ "generatePasswordCharacterSet": "string",
441
+ "generatePasswordLength": 5,
442
+ "hideOnView": true,
443
+ "historyLength": 1,
444
+ "isExpirationField": true,
445
+ "isFile": true,
446
+ "isIndexable": false,
447
+ "isList": false,
448
+ "isNotes": false,
449
+ "isPassword": false,
450
+ "isRequired": true,
451
+ "isUrl": true,
452
+ "listType": null,
453
+ "mustEncrypt": false,
454
+ "name": "string",
455
+ "passwordRequirementId": 9,
456
+ "passwordTypeFieldId": 1,
457
+ "secretTemplateFieldId": 5,
458
+ "sortOrder": 10
459
+ },
460
+ {
461
+ "description": "string",
462
+ "displayName": "string",
463
+ "editablePermission": 3,
464
+ "editRequires": null,
465
+ "fieldSlugName": "string",
466
+ "generatePasswordCharacterSet": "string",
467
+ "generatePasswordLength": 8,
468
+ "hideOnView": false,
469
+ "historyLength": 8,
470
+ "isExpirationField": true,
471
+ "isFile": false,
472
+ "isIndexable": true,
473
+ "isList": true,
474
+ "isNotes": true,
475
+ "isPassword": false,
476
+ "isRequired": false,
477
+ "isUrl": false,
478
+ "listType": null,
479
+ "mustEncrypt": true,
480
+ "name": "string",
481
+ "passwordRequirementId": 7,
482
+ "passwordTypeFieldId": 9,
483
+ "secretTemplateFieldId": 2,
484
+ "sortOrder": 1
485
+ },
486
+ {
487
+ "description": "string",
488
+ "displayName": "string",
489
+ "editablePermission": 2,
490
+ "editRequires": null,
491
+ "fieldSlugName": "string",
492
+ "generatePasswordCharacterSet": "string",
493
+ "generatePasswordLength": 1,
494
+ "hideOnView": false,
495
+ "historyLength": 8,
496
+ "isExpirationField": false,
497
+ "isFile": true,
498
+ "isIndexable": false,
499
+ "isList": true,
500
+ "isNotes": false,
501
+ "isPassword": false,
502
+ "isRequired": true,
503
+ "isUrl": true,
504
+ "listType": null,
505
+ "mustEncrypt": false,
506
+ "name": "string",
507
+ "passwordRequirementId": 7,
508
+ "passwordTypeFieldId": 2,
509
+ "secretTemplateFieldId": 5,
510
+ "sortOrder": 5
511
+ }
512
+ ],
513
+ "id": 10,
514
+ "name": "string",
515
+ "passwordTypeId": 4
516
+ },
517
+ {
518
+ "fields": [
519
+ {
520
+ "description": "string",
521
+ "displayName": "string",
522
+ "editablePermission": 1,
523
+ "editRequires": null,
524
+ "fieldSlugName": "string",
525
+ "generatePasswordCharacterSet": "string",
526
+ "generatePasswordLength": 9,
527
+ "hideOnView": true,
528
+ "historyLength": 4,
529
+ "isExpirationField": false,
530
+ "isFile": true,
531
+ "isIndexable": true,
532
+ "isList": true,
533
+ "isNotes": false,
534
+ "isPassword": true,
535
+ "isRequired": true,
536
+ "isUrl": true,
537
+ "listType": null,
538
+ "mustEncrypt": false,
539
+ "name": "string",
540
+ "passwordRequirementId": 8,
541
+ "passwordTypeFieldId": 2,
542
+ "secretTemplateFieldId": 1,
543
+ "sortOrder": 3
544
+ },
545
+ {
546
+ "description": "string",
547
+ "displayName": "string",
548
+ "editablePermission": 5,
549
+ "editRequires": null,
550
+ "fieldSlugName": "string",
551
+ "generatePasswordCharacterSet": "string",
552
+ "generatePasswordLength": 2,
553
+ "hideOnView": true,
554
+ "historyLength": 6,
555
+ "isExpirationField": false,
556
+ "isFile": true,
557
+ "isIndexable": false,
558
+ "isList": false,
559
+ "isNotes": true,
560
+ "isPassword": false,
561
+ "isRequired": false,
562
+ "isUrl": true,
563
+ "listType": null,
564
+ "mustEncrypt": true,
565
+ "name": "string",
566
+ "passwordRequirementId": 4,
567
+ "passwordTypeFieldId": 7,
568
+ "secretTemplateFieldId": 7,
569
+ "sortOrder": 6
570
+ },
571
+ {
572
+ "description": "string",
573
+ "displayName": "string",
574
+ "editablePermission": 1,
575
+ "editRequires": null,
576
+ "fieldSlugName": "string",
577
+ "generatePasswordCharacterSet": "string",
578
+ "generatePasswordLength": 7,
579
+ "hideOnView": true,
580
+ "historyLength": 9,
581
+ "isExpirationField": true,
582
+ "isFile": false,
583
+ "isIndexable": true,
584
+ "isList": true,
585
+ "isNotes": false,
586
+ "isPassword": false,
587
+ "isRequired": false,
588
+ "isUrl": true,
589
+ "listType": null,
590
+ "mustEncrypt": true,
591
+ "name": "string",
592
+ "passwordRequirementId": 10,
593
+ "passwordTypeFieldId": 3,
594
+ "secretTemplateFieldId": 6,
595
+ "sortOrder": 6
596
+ },
597
+ {
598
+ "description": "string",
599
+ "displayName": "string",
600
+ "editablePermission": 10,
601
+ "editRequires": null,
602
+ "fieldSlugName": "string",
603
+ "generatePasswordCharacterSet": "string",
604
+ "generatePasswordLength": 3,
605
+ "hideOnView": true,
606
+ "historyLength": 3,
607
+ "isExpirationField": true,
608
+ "isFile": false,
609
+ "isIndexable": true,
610
+ "isList": false,
611
+ "isNotes": false,
612
+ "isPassword": false,
613
+ "isRequired": false,
614
+ "isUrl": false,
615
+ "listType": null,
616
+ "mustEncrypt": true,
617
+ "name": "string",
618
+ "passwordRequirementId": 3,
619
+ "passwordTypeFieldId": 4,
620
+ "secretTemplateFieldId": 2,
621
+ "sortOrder": 4
622
+ },
623
+ {
624
+ "description": "string",
625
+ "displayName": "string",
626
+ "editablePermission": 10,
627
+ "editRequires": null,
628
+ "fieldSlugName": "string",
629
+ "generatePasswordCharacterSet": "string",
630
+ "generatePasswordLength": 7,
631
+ "hideOnView": true,
632
+ "historyLength": 1,
633
+ "isExpirationField": true,
634
+ "isFile": true,
635
+ "isIndexable": false,
636
+ "isList": true,
637
+ "isNotes": true,
638
+ "isPassword": true,
639
+ "isRequired": false,
640
+ "isUrl": false,
641
+ "listType": null,
642
+ "mustEncrypt": false,
643
+ "name": "string",
644
+ "passwordRequirementId": 8,
645
+ "passwordTypeFieldId": 6,
646
+ "secretTemplateFieldId": 1,
647
+ "sortOrder": 10
648
+ },
649
+ {
650
+ "description": "string",
651
+ "displayName": "string",
652
+ "editablePermission": 7,
653
+ "editRequires": null,
654
+ "fieldSlugName": "string",
655
+ "generatePasswordCharacterSet": "string",
656
+ "generatePasswordLength": 1,
657
+ "hideOnView": false,
658
+ "historyLength": 5,
659
+ "isExpirationField": true,
660
+ "isFile": true,
661
+ "isIndexable": true,
662
+ "isList": false,
663
+ "isNotes": true,
664
+ "isPassword": false,
665
+ "isRequired": true,
666
+ "isUrl": false,
667
+ "listType": null,
668
+ "mustEncrypt": true,
669
+ "name": "string",
670
+ "passwordRequirementId": 9,
671
+ "passwordTypeFieldId": 4,
672
+ "secretTemplateFieldId": 7,
673
+ "sortOrder": 9
674
+ },
675
+ {
676
+ "description": "string",
677
+ "displayName": "string",
678
+ "editablePermission": 6,
679
+ "editRequires": null,
680
+ "fieldSlugName": "string",
681
+ "generatePasswordCharacterSet": "string",
682
+ "generatePasswordLength": 8,
683
+ "hideOnView": false,
684
+ "historyLength": 3,
685
+ "isExpirationField": false,
686
+ "isFile": true,
687
+ "isIndexable": true,
688
+ "isList": true,
689
+ "isNotes": false,
690
+ "isPassword": true,
691
+ "isRequired": true,
692
+ "isUrl": false,
693
+ "listType": null,
694
+ "mustEncrypt": true,
695
+ "name": "string",
696
+ "passwordRequirementId": 9,
697
+ "passwordTypeFieldId": 9,
698
+ "secretTemplateFieldId": 3,
699
+ "sortOrder": 2
700
+ }
701
+ ],
702
+ "id": 6,
703
+ "name": "string",
704
+ "passwordTypeId": 8
705
+ }
706
+ ]