@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.
- package/.eslintignore +6 -0
- package/.eslintrc.js +18 -0
- package/.gitlab/.gitkeep +0 -0
- package/.gitlab/issue_templates/.gitkeep +0 -0
- package/.gitlab/issue_templates/Default.md +17 -0
- package/.gitlab/issue_templates/bugReportTemplate.md +76 -0
- package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
- package/.jshintrc +0 -0
- package/AUTH.md +39 -0
- package/BROKER.md +199 -0
- package/CALLS.md +4964 -0
- package/CHANGELOG.md +9 -0
- package/CODE_OF_CONDUCT.md +43 -0
- package/CONTRIBUTING.md +172 -0
- package/ENHANCE.md +69 -0
- package/LICENSE +201 -0
- package/PROPERTIES.md +641 -0
- package/README.md +337 -0
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +11 -0
- package/TROUBLESHOOT.md +47 -0
- package/adapter.js +66067 -0
- package/adapterBase.js +1787 -0
- package/entities/.generic/action.json +214 -0
- package/entities/.generic/schema.json +28 -0
- package/entities/.system/action.json +50 -0
- package/entities/.system/mockdatafiles/getToken-default.json +3 -0
- package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
- package/entities/.system/schema.json +19 -0
- package/entities/.system/schemaTokenReq.json +53 -0
- package/entities/.system/schemaTokenResp.json +53 -0
- package/entities/Activations/action.json +24 -0
- package/entities/Activations/schema.json +19 -0
- package/entities/ActiveDirectory/action.json +24 -0
- package/entities/ActiveDirectory/schema.json +19 -0
- package/entities/ApiToken/action.json +25 -0
- package/entities/ApiToken/schema.json +19 -0
- package/entities/AppClients/action.json +106 -0
- package/entities/AppClients/schema.json +23 -0
- package/entities/ApplicationAccounts/action.json +25 -0
- package/entities/ApplicationAccounts/schema.json +85 -0
- package/entities/ApplicationRequest/action.json +87 -0
- package/entities/ApplicationRequest/schema.json +77 -0
- package/entities/CategorizedLists/action.json +370 -0
- package/entities/CategorizedLists/schema.json +124 -0
- package/entities/CharacterSets/action.json +107 -0
- package/entities/CharacterSets/schema.json +67 -0
- package/entities/Configuration/action.json +1416 -0
- package/entities/Configuration/mockdatafiles/configurationServiceGetSiteConnectors-default.json +7 -0
- package/entities/Configuration/schema.json +131 -0
- package/entities/ConnectionManagerSettings/action.json +25 -0
- package/entities/ConnectionManagerSettings/schema.json +19 -0
- package/entities/DevOpsSecretsVaultSync/action.json +106 -0
- package/entities/DevOpsSecretsVaultSync/mockdatafiles/devOpsSecretsVaultSyncServiceSyncSecret-default.json +439 -0
- package/entities/DevOpsSecretsVaultSync/schema.json +89 -0
- package/entities/DevOpsSecretsVaultTenant/action.json +128 -0
- package/entities/DevOpsSecretsVaultTenant/schema.json +101 -0
- package/entities/Diagnostics/action.json +295 -0
- package/entities/Diagnostics/mockdatafiles/diagnosticsServiceGetBackgroundProcesses-default.json +10 -0
- package/entities/Diagnostics/mockdatafiles/diagnosticsServiceGetQuartzJobs-default.json +34 -0
- package/entities/Diagnostics/schema.json +32 -0
- package/entities/DiagnosticsV2/action.json +25 -0
- package/entities/DiagnosticsV2/schema.json +74 -0
- package/entities/DirectoryServices/action.json +333 -0
- package/entities/DirectoryServices/schema.json +122 -0
- package/entities/DisasterRecovery/action.json +289 -0
- package/entities/DisasterRecovery/schema.json +87 -0
- package/entities/Discovery/action.json +375 -0
- package/entities/Discovery/mockdatafiles/discoveryServiceGetAvailableDiscoverySourceScanners-default.json +23 -0
- package/entities/Discovery/mockdatafiles/discoveryServiceGetScanTypes-default.json +17 -0
- package/entities/Discovery/mockdatafiles/discoveryServiceSearchDiscoverySourceScannerSettings-default.json +10 -0
- package/entities/Discovery/mockdatafiles/discoveryServiceSearchForDomainOu-default.json +10 -0
- package/entities/Discovery/schema.json +124 -0
- package/entities/DistributedEngine/action.json +561 -0
- package/entities/DistributedEngine/mockdatafiles/distributedEngineServiceGetServerCapabilities-default.json +22 -0
- package/entities/DistributedEngine/schema.json +199 -0
- package/entities/DomainNameIndex/action.json +145 -0
- package/entities/DomainNameIndex/schema.json +91 -0
- package/entities/DualControls/action.json +189 -0
- package/entities/DualControls/mockdatafiles/dualControlsServiceGetTypes-default.json +18 -0
- package/entities/DualControls/schema.json +71 -0
- package/entities/Enterprise/action.json +45 -0
- package/entities/Enterprise/schema.json +20 -0
- package/entities/EventPipeline/action.json +189 -0
- package/entities/EventPipeline/mockdatafiles/eventPipelineServiceReorderPipeline-default.json +8 -0
- package/entities/EventPipeline/schema.json +137 -0
- package/entities/EventPipelineAudit/action.json +25 -0
- package/entities/EventPipelineAudit/schema.json +63 -0
- package/entities/EventPipelinePolicy/action.json +414 -0
- package/entities/EventPipelinePolicy/mockdatafiles/eventPipelinePolicyServiceGetChildFolderDataForPipelinePolicyFolder-default.json +22 -0
- package/entities/EventPipelinePolicy/mockdatafiles/eventPipelinePolicyServiceGetEventPipelinePolicyRunActivity-default.json +22 -0
- package/entities/EventPipelinePolicy/mockdatafiles/eventPipelinePolicyServiceGetFoldersForPipelinePolicies-default.json +20 -0
- package/entities/EventPipelinePolicy/mockdatafiles/eventPipelinePolicyServiceGetGroupsForPipelinePolicies-default.json +16 -0
- package/entities/EventPipelinePolicy/schema.json +148 -0
- package/entities/EventPipelineSettings/action.json +109 -0
- package/entities/EventPipelineSettings/mockdatafiles/eventPipelineSettingsServiceGetEventPipelineFilterSettings-default.json +294 -0
- package/entities/EventPipelineSettings/mockdatafiles/eventPipelineSettingsServiceGetEventPipelineTaskSettings-default.json +222 -0
- package/entities/EventPipelineSettings/mockdatafiles/eventPipelineSettingsServiceGetPipelineFilterOptions-default.json +29 -0
- package/entities/EventPipelineSettings/mockdatafiles/eventPipelineSettingsServiceGetPipelineTaskOptions-default.json +22 -0
- package/entities/EventPipelineSettings/schema.json +67 -0
- package/entities/EventPipelineTrigger/action.json +67 -0
- package/entities/EventPipelineTrigger/mockdatafiles/eventPipelineTriggerServiceGetEventPipelineTriggerOptions-default.json +18 -0
- package/entities/EventPipelineTrigger/mockdatafiles/eventPipelineTriggerServiceGetEventPipelineTriggers-default.json +26 -0
- package/entities/EventPipelineTrigger/schema.json +21 -0
- package/entities/EventSubscriptions/action.json +128 -0
- package/entities/EventSubscriptions/mockdatafiles/eventSubscriptionsServiceGetSubscriptionEntityTypes-default.json +348 -0
- package/entities/EventSubscriptions/schema.json +68 -0
- package/entities/ExtendedFields/action.json +25 -0
- package/entities/ExtendedFields/schema.json +19 -0
- package/entities/FolderPermissions/action.json +127 -0
- package/entities/FolderPermissions/schema.json +123 -0
- package/entities/Folders/action.json +331 -0
- package/entities/Folders/schema.json +122 -0
- package/entities/Groups/action.json +392 -0
- package/entities/Groups/schema.json +147 -0
- package/entities/HealthCheck/action.json +25 -0
- package/entities/HealthCheck/schema.json +19 -0
- package/entities/HsmConfiguration/action.json +25 -0
- package/entities/HsmConfiguration/schema.json +63 -0
- package/entities/Inbox/action.json +455 -0
- package/entities/Inbox/mockdatafiles/inboxServiceGetInboxMessageDataNames-default.json +14 -0
- package/entities/Inbox/mockdatafiles/inboxServiceGetInboxMessageTypes-default.json +22 -0
- package/entities/Inbox/schema.json +205 -0
- package/entities/InboxRules/action.json +331 -0
- package/entities/InboxRules/schema.json +265 -0
- package/entities/IpAddressRestrictions/action.json +312 -0
- package/entities/IpAddressRestrictions/schema.json +66 -0
- package/entities/JumpboxRoute/action.json +209 -0
- package/entities/JumpboxRoute/schema.json +94 -0
- package/entities/KeyManagement/action.json +169 -0
- package/entities/KeyManagement/mockdatafiles/keyManagementServiceGetKeyRotationAuditUsers-default.json +14 -0
- package/entities/KeyManagement/schema.json +103 -0
- package/entities/LauncherAgents/action.json +190 -0
- package/entities/LauncherAgents/schema.json +104 -0
- package/entities/Launchers/action.json +129 -0
- package/entities/Launchers/schema.json +90 -0
- package/entities/License/action.json +25 -0
- package/entities/License/schema.json +19 -0
- package/entities/Metadata/action.json +168 -0
- package/entities/Metadata/schema.json +125 -0
- package/entities/Mobile/action.json +25 -0
- package/entities/Mobile/schema.json +19 -0
- package/entities/OAuthExpiration/action.json +24 -0
- package/entities/OAuthExpiration/schema.json +19 -0
- package/entities/OneTimePasswordCode/action.json +25 -0
- package/entities/OneTimePasswordCode/mockdatafiles/oneTimePasswordCodeServiceGet-default.json +12 -0
- package/entities/OneTimePasswordCode/schema.json +19 -0
- package/entities/PasswordRequirements/action.json +106 -0
- package/entities/PasswordRequirements/schema.json +56 -0
- package/entities/PbaConfiguration/action.json +125 -0
- package/entities/PbaConfiguration/schema.json +24 -0
- package/entities/Proxy/action.json +476 -0
- package/entities/Proxy/mockdatafiles/proxyServiceGetTerminalClientOverrides-default.json +17 -0
- package/entities/Proxy/schema.json +140 -0
- package/entities/RemotePasswordChanging/action.json +187 -0
- package/entities/RemotePasswordChanging/schema.json +93 -0
- package/entities/Reports/action.json +803 -0
- package/entities/Reports/mockdatafiles/reportsServiceGetCategories-default.json +22 -0
- package/entities/Reports/mockdatafiles/reportsServiceGetChartTypes-default.json +14 -0
- package/entities/Reports/mockdatafiles/reportsServiceGetReportCategoryPermissionOptions-default.json +14 -0
- package/entities/Reports/mockdatafiles/reportsServiceGetReportPermissionOptions-default.json +10 -0
- package/entities/Reports/schema.json +156 -0
- package/entities/RoleAudit/action.json +25 -0
- package/entities/RoleAudit/schema.json +63 -0
- package/entities/RolePermissions/action.json +25 -0
- package/entities/RolePermissions/schema.json +19 -0
- package/entities/Roles/action.json +210 -0
- package/entities/Roles/schema.json +116 -0
- package/entities/Schedule/action.json +65 -0
- package/entities/Schedule/schema.json +21 -0
- package/entities/Script/action.json +66 -0
- package/entities/Script/schema.json +76 -0
- package/entities/SdkClientAccounts/action.json +147 -0
- package/entities/SdkClientAccounts/schema.json +91 -0
- package/entities/SdkClientAudits/action.json +25 -0
- package/entities/SdkClientAudits/schema.json +85 -0
- package/entities/SdkClientRules/action.json +148 -0
- package/entities/SdkClientRules/schema.json +91 -0
- package/entities/SecretAccessRequests/action.json +190 -0
- package/entities/SecretAccessRequests/schema.json +82 -0
- package/entities/SecretDependencies/action.json +251 -0
- package/entities/SecretDependencies/mockdatafiles/secretDependenciesServiceGetScripts-default.json +49 -0
- package/entities/SecretDependencies/mockdatafiles/secretDependenciesServiceGetTemplates-default.json +9 -0
- package/entities/SecretDependencies/schema.json +129 -0
- package/entities/SecretEraseRequests/action.json +170 -0
- package/entities/SecretEraseRequests/schema.json +114 -0
- package/entities/SecretExtensions/action.json +105 -0
- package/entities/SecretExtensions/mockdatafiles/secretExtensionsServiceGetWebSecretTemplates-default.json +706 -0
- package/entities/SecretExtensions/mockdatafiles/secretExtensionsServiceSearch-default.json +32 -0
- package/entities/SecretExtensions/mockdatafiles/secretExtensionsServiceSearchActiveDirectorySecrets-default.json +16 -0
- package/entities/SecretExtensions/mockdatafiles/secretExtensionsServiceSearchWindowsAccountSecrets-default.json +44 -0
- package/entities/SecretExtensions/schema.json +23 -0
- package/entities/SecretHealth/action.json +25 -0
- package/entities/SecretHealth/schema.json +63 -0
- package/entities/SecretHooks/action.json +230 -0
- package/entities/SecretHooks/mockdatafiles/secretHooksServiceGetHooks-default.json +54 -0
- package/entities/SecretHooks/mockdatafiles/secretHooksServiceGetHooksV2-default.json +54 -0
- package/entities/SecretHooks/schema.json +29 -0
- package/entities/SecretPermissions/action.json +147 -0
- package/entities/SecretPermissions/schema.json +124 -0
- package/entities/SecretPolicy/action.json +149 -0
- package/entities/SecretPolicy/schema.json +80 -0
- package/entities/SecretServerSettings/action.json +86 -0
- package/entities/SecretServerSettings/schema.json +22 -0
- package/entities/SecretSessions/action.json +150 -0
- package/entities/SecretSessions/schema.json +256 -0
- package/entities/SecretTemplatePermissions/action.json +107 -0
- package/entities/SecretTemplatePermissions/mockdatafiles/secretTemplatePermissionsServiceGetTemplatePermissionRoles-default.json +18 -0
- package/entities/SecretTemplatePermissions/schema.json +111 -0
- package/entities/SecretTemplates/action.json +822 -0
- package/entities/SecretTemplates/mockdatafiles/secretTemplatesServiceGetPasswordDictionaries-default.json +14 -0
- package/entities/SecretTemplates/schema.json +168 -0
- package/entities/Secrets/action.json +1101 -0
- package/entities/Secrets/mockdatafiles/secretsServiceGetFavorites-default.json +26 -0
- package/entities/Secrets/mockdatafiles/secretsServiceGetSecretExtendedSearchDetails-default.json +34 -0
- package/entities/Secrets/schema.json +391 -0
- package/entities/SecurityAuditLogs/action.json +25 -0
- package/entities/SecurityAuditLogs/schema.json +74 -0
- package/entities/ServerNodes/action.json +66 -0
- package/entities/ServerNodes/mockdatafiles/serverNodesServiceGetList-default.json +59 -0
- package/entities/ServerNodes/schema.json +21 -0
- package/entities/Sites/action.json +25 -0
- package/entities/Sites/mockdatafiles/sitesServiceGet-default.json +7 -0
- package/entities/Sites/schema.json +19 -0
- package/entities/Slack/action.json +106 -0
- package/entities/Slack/schema.json +23 -0
- package/entities/SshCommand/action.json +107 -0
- package/entities/SshCommand/schema.json +78 -0
- package/entities/SshCommandBlocklist/action.json +128 -0
- package/entities/SshCommandBlocklist/schema.json +101 -0
- package/entities/SshCommandMenu/action.json +149 -0
- package/entities/SshCommandMenu/schema.json +91 -0
- package/entities/Teams/action.json +251 -0
- package/entities/Teams/mockdatafiles/teamsServiceAddTeamMember-default.json +30 -0
- package/entities/Teams/mockdatafiles/teamsServiceAddTeamSite-default.json +14 -0
- package/entities/Teams/mockdatafiles/teamsServiceGetTeamMembers-default.json +23 -0
- package/entities/Teams/mockdatafiles/teamsServiceGetTeamSites-default.json +20 -0
- package/entities/Teams/schema.json +85 -0
- package/entities/TicketSystems/action.json +128 -0
- package/entities/TicketSystems/mockdatafiles/ticketSystemsServiceGetTicketSystems-default.json +24 -0
- package/entities/TicketSystems/schema.json +57 -0
- package/entities/Users/action.json +841 -0
- package/entities/Users/schema.json +202 -0
- package/entities/Version/action.json +25 -0
- package/entities/Version/schema.json +19 -0
- package/entities/WorkflowInstances/action.json +25 -0
- package/entities/WorkflowInstances/mockdatafiles/workflowInstancesServiceGetByTemplateId-default.json +47 -0
- package/entities/WorkflowInstances/schema.json +19 -0
- package/entities/WorkflowStepTemplates/action.json +127 -0
- package/entities/WorkflowStepTemplates/mockdatafiles/workflowStepTemplatesServiceUpdateStep-default.json +43 -0
- package/entities/WorkflowStepTemplates/schema.json +57 -0
- package/entities/WorkflowTemplates/action.json +169 -0
- package/entities/WorkflowTemplates/schema.json +81 -0
- package/error.json +190 -0
- package/package.json +85 -0
- package/pronghorn.json +47291 -0
- package/propertiesDecorators.json +14 -0
- package/propertiesSchema.json +1248 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/Delinea_Swagger.json-OpenApi3Json.json +135346 -0
- package/report/adapterInfo.json +10 -0
- package/report/creationReport.json +5205 -0
- package/sampleProperties.json +195 -0
- package/test/integration/adapterTestBasicGet.js +83 -0
- package/test/integration/adapterTestConnectivity.js +93 -0
- package/test/integration/adapterTestIntegration.js +20829 -0
- package/test/unit/adapterBaseTestUnit.js +949 -0
- package/test/unit/adapterTestUnit.js +18668 -0
- package/utils/adapterInfo.js +206 -0
- package/utils/addAuth.js +94 -0
- package/utils/artifactize.js +146 -0
- package/utils/basicGet.js +50 -0
- package/utils/checkMigrate.js +63 -0
- package/utils/entitiesToDB.js +178 -0
- package/utils/findPath.js +74 -0
- package/utils/methodDocumentor.js +225 -0
- package/utils/modify.js +154 -0
- package/utils/packModificationScript.js +35 -0
- package/utils/patches2bundledDeps.js +90 -0
- package/utils/pre-commit.sh +32 -0
- package/utils/removeHooks.js +20 -0
- package/utils/setup.js +33 -0
- package/utils/tbScript.js +246 -0
- package/utils/tbUtils.js +490 -0
- package/utils/testRunner.js +298 -0
- package/utils/troubleshootingAdapter.js +195 -0
- package/workflows/README.md +3 -0
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "secretDependenciesServiceGetDependency",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "{base_path}/{version}/v1/secret-dependencies/{pathv1}?{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": "secretDependenciesServiceUpdateDependency",
|
|
26
|
+
"protocol": "REST",
|
|
27
|
+
"method": "PUT",
|
|
28
|
+
"entitypath": "{base_path}/{version}/v1/secret-dependencies/{pathv1}?{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": "secretDependenciesServiceDelete",
|
|
46
|
+
"protocol": "REST",
|
|
47
|
+
"method": "DELETE",
|
|
48
|
+
"entitypath": "{base_path}/{version}/v1/secret-dependencies/{pathv1}?{query}",
|
|
49
|
+
"requestSchema": "schema.json",
|
|
50
|
+
"responseSchema": "schema.json",
|
|
51
|
+
"timeout": 0,
|
|
52
|
+
"sendEmpty": 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": "secretDependenciesServiceGetGroups",
|
|
66
|
+
"protocol": "REST",
|
|
67
|
+
"method": "GET",
|
|
68
|
+
"entitypath": "{base_path}/{version}/v1/secret-dependencies/groups/{pathv1}?{query}",
|
|
69
|
+
"requestSchema": "schema.json",
|
|
70
|
+
"responseSchema": "schema.json",
|
|
71
|
+
"timeout": 0,
|
|
72
|
+
"sendEmpty": false,
|
|
73
|
+
"sendGetBody": 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": "secretDependenciesServiceCreateDependencyGroup",
|
|
87
|
+
"protocol": "REST",
|
|
88
|
+
"method": "POST",
|
|
89
|
+
"entitypath": "{base_path}/{version}/v1/secret-dependencies/groups/{pathv1}?{query}",
|
|
90
|
+
"requestSchema": "schema.json",
|
|
91
|
+
"responseSchema": "schema.json",
|
|
92
|
+
"timeout": 0,
|
|
93
|
+
"sendEmpty": false,
|
|
94
|
+
"requestDatatype": "JSON",
|
|
95
|
+
"responseDatatype": "JSON",
|
|
96
|
+
"headers": {},
|
|
97
|
+
"responseObjects": [
|
|
98
|
+
{
|
|
99
|
+
"type": "default",
|
|
100
|
+
"key": "",
|
|
101
|
+
"mockFile": ""
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "secretDependenciesServiceGetScripts",
|
|
107
|
+
"protocol": "REST",
|
|
108
|
+
"method": "GET",
|
|
109
|
+
"entitypath": "{base_path}/{version}/v1/secret-dependencies/scripts?{query}",
|
|
110
|
+
"requestSchema": "schema.json",
|
|
111
|
+
"responseSchema": "schema.json",
|
|
112
|
+
"timeout": 0,
|
|
113
|
+
"sendEmpty": false,
|
|
114
|
+
"sendGetBody": false,
|
|
115
|
+
"requestDatatype": "JSON",
|
|
116
|
+
"responseDatatype": "JSON",
|
|
117
|
+
"headers": {},
|
|
118
|
+
"responseObjects": [
|
|
119
|
+
{
|
|
120
|
+
"type": "default",
|
|
121
|
+
"key": "",
|
|
122
|
+
"mockFile": "mockdatafiles/secretDependenciesServiceGetScripts-default.json"
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "secretDependenciesServiceGetTemplates",
|
|
128
|
+
"protocol": "REST",
|
|
129
|
+
"method": "GET",
|
|
130
|
+
"entitypath": "{base_path}/{version}/v1/secret-dependencies/templates?{query}",
|
|
131
|
+
"requestSchema": "schema.json",
|
|
132
|
+
"responseSchema": "schema.json",
|
|
133
|
+
"timeout": 0,
|
|
134
|
+
"sendEmpty": false,
|
|
135
|
+
"sendGetBody": false,
|
|
136
|
+
"requestDatatype": "JSON",
|
|
137
|
+
"responseDatatype": "JSON",
|
|
138
|
+
"headers": {},
|
|
139
|
+
"responseObjects": [
|
|
140
|
+
{
|
|
141
|
+
"type": "default",
|
|
142
|
+
"key": "",
|
|
143
|
+
"mockFile": "mockdatafiles/secretDependenciesServiceGetTemplates-default.json"
|
|
144
|
+
}
|
|
145
|
+
]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "secretDependenciesServiceSearchDependencySummary",
|
|
149
|
+
"protocol": "REST",
|
|
150
|
+
"method": "GET",
|
|
151
|
+
"entitypath": "{base_path}/{version}/v1/secret-dependencies?{query}",
|
|
152
|
+
"requestSchema": "schema.json",
|
|
153
|
+
"responseSchema": "schema.json",
|
|
154
|
+
"timeout": 0,
|
|
155
|
+
"sendEmpty": false,
|
|
156
|
+
"sendGetBody": false,
|
|
157
|
+
"requestDatatype": "JSON",
|
|
158
|
+
"responseDatatype": "JSON",
|
|
159
|
+
"headers": {},
|
|
160
|
+
"responseObjects": [
|
|
161
|
+
{
|
|
162
|
+
"type": "default",
|
|
163
|
+
"key": "",
|
|
164
|
+
"mockFile": ""
|
|
165
|
+
}
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "secretDependenciesServiceCreateDependency",
|
|
170
|
+
"protocol": "REST",
|
|
171
|
+
"method": "POST",
|
|
172
|
+
"entitypath": "{base_path}/{version}/v1/secret-dependencies?{query}",
|
|
173
|
+
"requestSchema": "schema.json",
|
|
174
|
+
"responseSchema": "schema.json",
|
|
175
|
+
"timeout": 0,
|
|
176
|
+
"sendEmpty": 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": "secretDependenciesServiceGetDependencyRunTaskStatus",
|
|
190
|
+
"protocol": "REST",
|
|
191
|
+
"method": "GET",
|
|
192
|
+
"entitypath": "{base_path}/{version}/v1/secret-dependencies/run/{pathv1}?{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": "secretDependenciesServiceStub",
|
|
211
|
+
"protocol": "REST",
|
|
212
|
+
"method": "GET",
|
|
213
|
+
"entitypath": "{base_path}/{version}/v1/secret-dependencies/stub?{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": "secretDependenciesServiceExecute",
|
|
232
|
+
"protocol": "REST",
|
|
233
|
+
"method": "POST",
|
|
234
|
+
"entitypath": "{base_path}/{version}/v1/secret-dependencies/run?{query}",
|
|
235
|
+
"requestSchema": "schema.json",
|
|
236
|
+
"responseSchema": "schema.json",
|
|
237
|
+
"timeout": 0,
|
|
238
|
+
"sendEmpty": false,
|
|
239
|
+
"requestDatatype": "JSON",
|
|
240
|
+
"responseDatatype": "JSON",
|
|
241
|
+
"headers": {},
|
|
242
|
+
"responseObjects": [
|
|
243
|
+
{
|
|
244
|
+
"type": "default",
|
|
245
|
+
"key": "",
|
|
246
|
+
"mockFile": ""
|
|
247
|
+
}
|
|
248
|
+
]
|
|
249
|
+
}
|
|
250
|
+
]
|
|
251
|
+
}
|
package/entities/SecretDependencies/mockdatafiles/secretDependenciesServiceGetScripts-default.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"arguments": [
|
|
4
|
+
{
|
|
5
|
+
"name": "string",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"value": "string"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"name": "string",
|
|
11
|
+
"type": "string",
|
|
12
|
+
"value": "string"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "string",
|
|
16
|
+
"type": "string",
|
|
17
|
+
"value": "string"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "string",
|
|
21
|
+
"type": "string",
|
|
22
|
+
"value": "string"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "string",
|
|
26
|
+
"type": "string",
|
|
27
|
+
"value": "string"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "string",
|
|
31
|
+
"type": "string",
|
|
32
|
+
"value": "string"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "string",
|
|
36
|
+
"type": "string",
|
|
37
|
+
"value": "string"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"id": 9,
|
|
41
|
+
"name": "string",
|
|
42
|
+
"odbcConnectionArguments": [
|
|
43
|
+
{
|
|
44
|
+
"name": "string",
|
|
45
|
+
"value": "string"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
]
|
|
@@ -0,0 +1,129 @@
|
|
|
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": "secretDependenciesServiceGetDependency",
|
|
12
|
+
"enum": [
|
|
13
|
+
"secretDependenciesServiceGetDependency",
|
|
14
|
+
"secretDependenciesServiceUpdateDependency",
|
|
15
|
+
"secretDependenciesServiceDelete",
|
|
16
|
+
"secretDependenciesServiceGetGroups",
|
|
17
|
+
"secretDependenciesServiceCreateDependencyGroup",
|
|
18
|
+
"secretDependenciesServiceGetScripts",
|
|
19
|
+
"secretDependenciesServiceGetTemplates",
|
|
20
|
+
"secretDependenciesServiceSearchDependencySummary",
|
|
21
|
+
"secretDependenciesServiceCreateDependency",
|
|
22
|
+
"secretDependenciesServiceGetDependencyRunTaskStatus",
|
|
23
|
+
"secretDependenciesServiceStub",
|
|
24
|
+
"secretDependenciesServiceExecute"
|
|
25
|
+
],
|
|
26
|
+
"external_name": "ph_request_type"
|
|
27
|
+
},
|
|
28
|
+
"filterGroupId": {
|
|
29
|
+
"type": "number",
|
|
30
|
+
"description": "Filter by group id",
|
|
31
|
+
"parse": false,
|
|
32
|
+
"encode": false,
|
|
33
|
+
"encrypt": {
|
|
34
|
+
"type": "AES",
|
|
35
|
+
"key": ""
|
|
36
|
+
},
|
|
37
|
+
"external_name": "filter.groupId"
|
|
38
|
+
},
|
|
39
|
+
"filterIncludeInactive": {
|
|
40
|
+
"type": "boolean",
|
|
41
|
+
"description": "Whether or not to include inactive Secret Depenencies",
|
|
42
|
+
"parse": false,
|
|
43
|
+
"encode": false,
|
|
44
|
+
"encrypt": {
|
|
45
|
+
"type": "AES",
|
|
46
|
+
"key": ""
|
|
47
|
+
},
|
|
48
|
+
"external_name": "filter.includeInactive"
|
|
49
|
+
},
|
|
50
|
+
"filterLastRunStatus": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"description": "Filter by last dependency result status",
|
|
53
|
+
"parse": false,
|
|
54
|
+
"encode": false,
|
|
55
|
+
"encrypt": {
|
|
56
|
+
"type": "AES",
|
|
57
|
+
"key": ""
|
|
58
|
+
},
|
|
59
|
+
"external_name": "filter.lastRunStatus"
|
|
60
|
+
},
|
|
61
|
+
"filterSearchText": {
|
|
62
|
+
"type": "string",
|
|
63
|
+
"description": "Search in the title / name and machine fields",
|
|
64
|
+
"parse": false,
|
|
65
|
+
"encode": false,
|
|
66
|
+
"encrypt": {
|
|
67
|
+
"type": "AES",
|
|
68
|
+
"key": ""
|
|
69
|
+
},
|
|
70
|
+
"external_name": "filter.searchText"
|
|
71
|
+
},
|
|
72
|
+
"filterSecretId": {
|
|
73
|
+
"type": "number",
|
|
74
|
+
"description": "The Secret Id to filter on",
|
|
75
|
+
"parse": false,
|
|
76
|
+
"encode": false,
|
|
77
|
+
"encrypt": {
|
|
78
|
+
"type": "AES",
|
|
79
|
+
"key": ""
|
|
80
|
+
},
|
|
81
|
+
"external_name": "filter.secretId"
|
|
82
|
+
},
|
|
83
|
+
"filterTemplateId": {
|
|
84
|
+
"type": "number",
|
|
85
|
+
"description": "Filter by dependency template id",
|
|
86
|
+
"parse": false,
|
|
87
|
+
"encode": false,
|
|
88
|
+
"encrypt": {
|
|
89
|
+
"type": "AES",
|
|
90
|
+
"key": ""
|
|
91
|
+
},
|
|
92
|
+
"external_name": "filter.templateId"
|
|
93
|
+
},
|
|
94
|
+
"sortBy0Direction": {
|
|
95
|
+
"type": "string",
|
|
96
|
+
"description": "Sort direction",
|
|
97
|
+
"parse": false,
|
|
98
|
+
"encode": false,
|
|
99
|
+
"encrypt": {
|
|
100
|
+
"type": "AES",
|
|
101
|
+
"key": ""
|
|
102
|
+
},
|
|
103
|
+
"external_name": "sortBy[0].direction"
|
|
104
|
+
},
|
|
105
|
+
"sortBy0Name": {
|
|
106
|
+
"type": "string",
|
|
107
|
+
"description": "Sort field name",
|
|
108
|
+
"parse": false,
|
|
109
|
+
"encode": false,
|
|
110
|
+
"encrypt": {
|
|
111
|
+
"type": "AES",
|
|
112
|
+
"key": ""
|
|
113
|
+
},
|
|
114
|
+
"external_name": "sortBy[0].name"
|
|
115
|
+
},
|
|
116
|
+
"sortBy0Priority": {
|
|
117
|
+
"type": "number",
|
|
118
|
+
"description": "Priority index. Sorts with lower values are executed earlier",
|
|
119
|
+
"parse": false,
|
|
120
|
+
"encode": false,
|
|
121
|
+
"encrypt": {
|
|
122
|
+
"type": "AES",
|
|
123
|
+
"key": ""
|
|
124
|
+
},
|
|
125
|
+
"external_name": "sortBy[0].priority"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"definitions": {}
|
|
129
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "secretEraseRequestsServiceGetHistory",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "{base_path}/{version}/v1/secret-erase-requests/{pathv1}/history?{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": "secretEraseRequestsServiceGetRequest",
|
|
26
|
+
"protocol": "REST",
|
|
27
|
+
"method": "GET",
|
|
28
|
+
"entitypath": "{base_path}/{version}/v1/secret-erase-requests/{pathv1}?{query}",
|
|
29
|
+
"requestSchema": "schema.json",
|
|
30
|
+
"responseSchema": "schema.json",
|
|
31
|
+
"timeout": 0,
|
|
32
|
+
"sendEmpty": false,
|
|
33
|
+
"sendGetBody": false,
|
|
34
|
+
"requestDatatype": "JSON",
|
|
35
|
+
"responseDatatype": "JSON",
|
|
36
|
+
"headers": {},
|
|
37
|
+
"responseObjects": [
|
|
38
|
+
{
|
|
39
|
+
"type": "default",
|
|
40
|
+
"key": "",
|
|
41
|
+
"mockFile": ""
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "secretEraseRequestsServiceGetRequestSecrets",
|
|
47
|
+
"protocol": "REST",
|
|
48
|
+
"method": "GET",
|
|
49
|
+
"entitypath": "{base_path}/{version}/v1/secret-erase-requests/secrets?{query}",
|
|
50
|
+
"requestSchema": "schema.json",
|
|
51
|
+
"responseSchema": "schema.json",
|
|
52
|
+
"timeout": 0,
|
|
53
|
+
"sendEmpty": false,
|
|
54
|
+
"sendGetBody": false,
|
|
55
|
+
"requestDatatype": "JSON",
|
|
56
|
+
"responseDatatype": "JSON",
|
|
57
|
+
"headers": {},
|
|
58
|
+
"responseObjects": [
|
|
59
|
+
{
|
|
60
|
+
"type": "default",
|
|
61
|
+
"key": "",
|
|
62
|
+
"mockFile": ""
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "secretEraseRequestsServiceInboxSearch",
|
|
68
|
+
"protocol": "REST",
|
|
69
|
+
"method": "GET",
|
|
70
|
+
"entitypath": "{base_path}/{version}/v1/secret-erase-requests/inbox?{query}",
|
|
71
|
+
"requestSchema": "schema.json",
|
|
72
|
+
"responseSchema": "schema.json",
|
|
73
|
+
"timeout": 0,
|
|
74
|
+
"sendEmpty": false,
|
|
75
|
+
"sendGetBody": false,
|
|
76
|
+
"requestDatatype": "JSON",
|
|
77
|
+
"responseDatatype": "JSON",
|
|
78
|
+
"headers": {},
|
|
79
|
+
"responseObjects": [
|
|
80
|
+
{
|
|
81
|
+
"type": "default",
|
|
82
|
+
"key": "",
|
|
83
|
+
"mockFile": ""
|
|
84
|
+
}
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "secretEraseRequestsServiceSearch",
|
|
89
|
+
"protocol": "REST",
|
|
90
|
+
"method": "GET",
|
|
91
|
+
"entitypath": "{base_path}/{version}/v1/secret-erase-requests/search?{query}",
|
|
92
|
+
"requestSchema": "schema.json",
|
|
93
|
+
"responseSchema": "schema.json",
|
|
94
|
+
"timeout": 0,
|
|
95
|
+
"sendEmpty": false,
|
|
96
|
+
"sendGetBody": false,
|
|
97
|
+
"requestDatatype": "JSON",
|
|
98
|
+
"responseDatatype": "JSON",
|
|
99
|
+
"headers": {},
|
|
100
|
+
"responseObjects": [
|
|
101
|
+
{
|
|
102
|
+
"type": "default",
|
|
103
|
+
"key": "",
|
|
104
|
+
"mockFile": ""
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "secretEraseRequestsServiceProcessNow",
|
|
110
|
+
"protocol": "REST",
|
|
111
|
+
"method": "GET",
|
|
112
|
+
"entitypath": "{base_path}/{version}/v1/secret-erase-requests/run-now?{query}",
|
|
113
|
+
"requestSchema": "schema.json",
|
|
114
|
+
"responseSchema": "schema.json",
|
|
115
|
+
"timeout": 0,
|
|
116
|
+
"sendEmpty": false,
|
|
117
|
+
"sendGetBody": false,
|
|
118
|
+
"requestDatatype": "JSON",
|
|
119
|
+
"responseDatatype": "JSON",
|
|
120
|
+
"headers": {},
|
|
121
|
+
"responseObjects": [
|
|
122
|
+
{
|
|
123
|
+
"type": "default",
|
|
124
|
+
"key": "",
|
|
125
|
+
"mockFile": ""
|
|
126
|
+
}
|
|
127
|
+
]
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"name": "secretEraseRequestsServiceUpdateRequest",
|
|
131
|
+
"protocol": "REST",
|
|
132
|
+
"method": "PUT",
|
|
133
|
+
"entitypath": "{base_path}/{version}/v1/secret-erase-requests?{query}",
|
|
134
|
+
"requestSchema": "schema.json",
|
|
135
|
+
"responseSchema": "schema.json",
|
|
136
|
+
"timeout": 0,
|
|
137
|
+
"sendEmpty": false,
|
|
138
|
+
"requestDatatype": "JSON",
|
|
139
|
+
"responseDatatype": "JSON",
|
|
140
|
+
"headers": {},
|
|
141
|
+
"responseObjects": [
|
|
142
|
+
{
|
|
143
|
+
"type": "default",
|
|
144
|
+
"key": "",
|
|
145
|
+
"mockFile": ""
|
|
146
|
+
}
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "secretEraseRequestsServiceCreateRequest",
|
|
151
|
+
"protocol": "REST",
|
|
152
|
+
"method": "POST",
|
|
153
|
+
"entitypath": "{base_path}/{version}/v1/secret-erase-requests?{query}",
|
|
154
|
+
"requestSchema": "schema.json",
|
|
155
|
+
"responseSchema": "schema.json",
|
|
156
|
+
"timeout": 0,
|
|
157
|
+
"sendEmpty": false,
|
|
158
|
+
"requestDatatype": "JSON",
|
|
159
|
+
"responseDatatype": "JSON",
|
|
160
|
+
"headers": {},
|
|
161
|
+
"responseObjects": [
|
|
162
|
+
{
|
|
163
|
+
"type": "default",
|
|
164
|
+
"key": "",
|
|
165
|
+
"mockFile": ""
|
|
166
|
+
}
|
|
167
|
+
]
|
|
168
|
+
}
|
|
169
|
+
]
|
|
170
|
+
}
|