@dynatrace-sdk/client-classic-environment-v2 2.0.0 → 3.2.0

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 (271) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/README.md +1253 -870
  3. package/cjs/index.js +10780 -7073
  4. package/dynatrace-metadata.json +2 -2
  5. package/esm/index.js +11028 -7145
  6. package/package.json +3 -2
  7. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +20 -0
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +30 -0
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +15 -0
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-active-gate-groups-api.d.ts +34 -0
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +10 -0
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +30 -0
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +30 -0
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/attacks-api.d.ts +10 -0
  15. package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +10 -0
  16. package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +6 -0
  17. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +30 -0
  18. package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +5 -0
  19. package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +36 -1
  20. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +130 -0
  21. package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +1 -1
  22. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +20 -0
  23. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +26 -0
  24. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +15 -0
  25. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +35 -0
  26. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +15 -0
  27. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +41 -0
  28. package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +35 -0
  29. package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +40 -0
  30. package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +5 -0
  31. package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +83 -0
  32. package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +30 -0
  33. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-management-zones-api.d.ts +5 -0
  34. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +116 -1
  35. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +10 -0
  36. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +5 -0
  37. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +70 -0
  38. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +25 -0
  39. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +49 -0
  40. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-gateway-errors-handler.d.ts +2 -0
  41. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/biz-event-ingest-result-error.d.ts +2 -1
  42. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-envelope-error.d.ts +2 -1
  43. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +1 -3
  44. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-array-error.d.ts +2 -1
  45. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-error.d.ts +2 -1
  46. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/validation-response-error.d.ts +2 -1
  47. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element.d.ts +14 -0
  48. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto.d.ts +6 -0
  49. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config.d.ts +10 -0
  50. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config.d.ts +8 -0
  51. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.d.ts +9 -0
  52. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.transformation.d.ts +6 -0
  53. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.d.ts +10 -0
  54. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.transformation.d.ts +7 -0
  55. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +6 -0
  56. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create.d.ts +3 -0
  57. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto.d.ts +3 -0
  58. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token.d.ts +3 -0
  59. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.d.ts +21 -0
  60. package/types/packages/client/classic-environment-v2/src/lib/models/affected-entities.d.ts +6 -0
  61. package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.d.ts +7 -0
  62. package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.transformation.d.ts +1 -3
  63. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +2 -0
  64. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +4 -2
  65. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +2 -2
  66. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +2 -0
  67. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +4 -2
  68. package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +6 -0
  69. package/types/packages/client/classic-environment-v2/src/lib/models/applied-filter.d.ts +3 -0
  70. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details-reduced-reasons-item.d.ts +7 -0
  71. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details-reduced-reasons-item.transformation.d.ts +4 -0
  72. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details.d.ts +10 -0
  73. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details.transformation.d.ts +7 -0
  74. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +6 -0
  75. package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint-payload-item.d.ts +3 -0
  76. package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint.d.ts +6 -0
  77. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto.d.ts +6 -0
  78. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem.d.ts +3 -0
  79. package/types/packages/client/classic-environment-v2/src/lib/models/attack.d.ts +30 -0
  80. package/types/packages/client/classic-environment-v2/src/lib/models/attacker.d.ts +3 -0
  81. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +25 -0
  82. package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details.d.ts +6 -0
  83. package/types/packages/client/classic-environment-v2/src/lib/models/code-location.d.ts +3 -0
  84. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +3 -0
  85. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +3 -0
  86. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-type.d.ts +1 -0
  87. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.d.ts +9 -0
  88. package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +13 -0
  89. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.d.ts +3 -0
  90. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-dto.d.ts +1 -1
  91. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts +1 -1
  92. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +3 -0
  93. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.d.ts +6 -0
  94. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission-granted.d.ts +5 -0
  95. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission-granted.transformation.d.ts +4 -0
  96. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.d.ts +5 -0
  97. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.transformation.d.ts +8 -0
  98. package/types/packages/client/classic-environment-v2/src/lib/models/entity-stub.d.ts +3 -0
  99. package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +12 -0
  100. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.d.ts +6 -0
  101. package/types/packages/client/classic-environment-v2/src/lib/models/entrypoint-payload.d.ts +3 -0
  102. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +3 -0
  103. package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +3 -0
  104. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.d.ts +3 -0
  105. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +14 -0
  106. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts +5 -0
  107. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.transformation.d.ts +1 -0
  108. package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +3 -0
  109. package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +6 -0
  110. package/types/packages/client/classic-environment-v2/src/lib/models/evidence.d.ts +15 -0
  111. package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto.d.ts +3 -0
  112. package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +2 -0
  113. package/types/packages/client/classic-environment-v2/src/lib/models/execution-step.d.ts +6 -0
  114. package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.d.ts +4 -0
  115. package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.transformation.d.ts +1 -0
  116. package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.d.ts +3 -0
  117. package/types/packages/client/classic-environment-v2/src/lib/models/extension-info.d.ts +1 -1
  118. package/types/packages/client/classic-environment-v2/src/lib/models/extension-info.transformation.d.ts +1 -1
  119. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.d.ts +3 -0
  120. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.d.ts +3 -0
  121. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto.d.ts +6 -0
  122. package/types/packages/client/classic-environment-v2/src/lib/models/extension.d.ts +6 -0
  123. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +9 -0
  124. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +9 -0
  125. package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +26 -0
  126. package/types/packages/client/classic-environment-v2/src/lib/models/function-definition.d.ts +3 -0
  127. package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.d.ts +13 -0
  128. package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.transformation.d.ts +7 -0
  129. package/types/packages/client/classic-environment-v2/src/lib/models/http-protocol-details.d.ts +6 -0
  130. package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.d.ts +8 -0
  131. package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.transformation.d.ts +4 -0
  132. package/types/packages/client/classic-environment-v2/src/lib/models/identity.d.ts +14 -0
  133. package/types/packages/client/classic-environment-v2/src/lib/models/identity.transformation.d.ts +8 -0
  134. package/types/packages/client/classic-environment-v2/src/lib/models/impact.d.ts +11 -0
  135. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +36 -14
  136. package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +9 -0
  137. package/types/packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.d.ts +2 -1
  138. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +18 -0
  139. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.transformation.d.ts +1 -0
  140. package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +9 -0
  141. package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.d.ts +4 -0
  142. package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.transformation.d.ts +1 -0
  143. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +3 -0
  144. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +17 -0
  145. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.d.ts +3 -0
  146. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dto.d.ts +3 -0
  147. package/types/packages/client/classic-environment-v2/src/lib/models/metric-query-dql-translation.d.ts +3 -0
  148. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +3 -0
  149. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.d.ts +2 -0
  150. package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type.d.ts +3 -0
  151. package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.d.ts +6 -6
  152. package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.transformation.d.ts +5 -5
  153. package/types/packages/client/classic-environment-v2/src/lib/models/modification.d.ts +21 -0
  154. package/types/packages/client/classic-environment-v2/src/lib/models/modification.transformation.d.ts +9 -0
  155. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.d.ts +1 -0
  156. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +6 -0
  157. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-dto.d.ts +3 -0
  158. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-update-dto.d.ts +3 -0
  159. package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.d.ts +3 -0
  160. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +3 -0
  161. package/types/packages/client/classic-environment-v2/src/lib/models/permission-context.d.ts +13 -0
  162. package/types/packages/client/classic-environment-v2/src/lib/models/permission-context.transformation.d.ts +7 -0
  163. package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +6 -0
  164. package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts +3 -0
  165. package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +36 -0
  166. package/types/packages/client/classic-environment-v2/src/lib/models/problem.transformation.d.ts +3 -0
  167. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +18 -0
  168. package/types/packages/client/classic-environment-v2/src/lib/models/protocol-details.d.ts +3 -0
  169. package/types/packages/client/classic-environment-v2/src/lib/models/related-service.d.ts +3 -0
  170. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.d.ts +17 -0
  171. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.transformation.d.ts +2 -0
  172. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item.d.ts +12 -0
  173. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.d.ts +3 -0
  174. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.d.ts +3 -0
  175. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.d.ts +3 -0
  176. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.d.ts +12 -0
  177. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.d.ts +3 -0
  178. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.d.ts +3 -0
  179. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto.d.ts +7 -0
  180. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.d.ts +3 -0
  181. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity.d.ts +6 -0
  182. package/types/packages/client/classic-environment-v2/src/lib/models/request-information.d.ts +3 -0
  183. package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.d.ts +4 -0
  184. package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.transformation.d.ts +7 -0
  185. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.d.ts +8 -0
  186. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.transformation.d.ts +4 -0
  187. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.d.ts +15 -0
  188. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.transformation.d.ts +9 -0
  189. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-page.d.ts +28 -0
  190. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-page.transformation.d.ts +11 -0
  191. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-type.d.ts +10 -0
  192. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-type.transformation.d.ts +4 -0
  193. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +40 -0
  194. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.transformation.d.ts +16 -0
  195. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes.d.ts +9 -0
  196. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.d.ts +28 -0
  197. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.transformation.d.ts +2 -0
  198. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts +17 -0
  199. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.d.ts +28 -0
  200. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.transformation.d.ts +2 -0
  201. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto.d.ts +3 -0
  202. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +20 -0
  203. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +6 -0
  204. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.d.ts +3 -0
  205. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +39 -0
  206. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +9 -0
  207. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +3 -0
  208. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +3 -0
  209. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +18 -0
  210. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.d.ts +3 -0
  211. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.d.ts +3 -0
  212. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.d.ts +10 -0
  213. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.transformation.d.ts +4 -0
  214. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +15 -0
  215. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.transformation.d.ts +4 -0
  216. package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.d.ts +14 -0
  217. package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.transformation.d.ts +8 -0
  218. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +5 -0
  219. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +14 -0
  220. package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +23 -0
  221. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update.d.ts +6 -0
  222. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.d.ts +14 -0
  223. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto-aggregation.d.ts +1 -6
  224. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.d.ts +3 -0
  225. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-constraint-dto.d.ts +3 -0
  226. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto.d.ts +6 -0
  227. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto.d.ts +6 -0
  228. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto.d.ts +9 -0
  229. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.d.ts +6 -0
  230. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +6 -0
  231. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.d.ts +9 -0
  232. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +21 -0
  233. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.d.ts +3 -0
  234. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-tag-with-source-dto.d.ts +3 -0
  235. package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.d.ts +6 -0
  236. package/types/packages/client/classic-environment-v2/src/lib/models/token-credentials.d.ts +3 -0
  237. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-attack-request-header.d.ts +3 -0
  238. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-http-request-parameter.d.ts +3 -0
  239. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-string.d.ts +3 -0
  240. package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +12 -0
  241. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-customization.d.ts +3 -0
  242. package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +12 -0
  243. package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.d.ts +3 -0
  244. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerability.d.ts +9 -0
  245. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment.d.ts +3 -0
  246. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input.d.ts +3 -0
  247. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.d.ts +9 -0
  248. package/types/packages/http-client/src/lib/types/binary.d.ts +2 -2
  249. package/types/packages/http-client/src/lib/types/http-client-response.d.ts +2 -2
  250. package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/api-client-error.d.ts +2 -1
  251. package/types/packages/shared-errors/src/api-gateway-error.d.ts +18 -0
  252. package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/client-request-error.d.ts +4 -2
  253. package/types/packages/shared-errors/src/index.d.ts +6 -0
  254. package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/invalid-response-error.d.ts +1 -0
  255. package/types/packages/shared-errors/src/sdk-error.d.ts +5 -0
  256. package/types/packages/shared-errors/src/types.d.ts +31 -0
  257. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-privacy-operations-sync-api-api.d.ts +0 -64
  258. package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response-data.d.ts +0 -10
  259. package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response-data.transformation.d.ts +0 -7
  260. package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response.d.ts +0 -11
  261. package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response.transformation.d.ts +0 -8
  262. package/types/packages/client/classic-environment-v2/src/lib/models/personal-data-request.d.ts +0 -13
  263. package/types/packages/client/classic-environment-v2/src/lib/models/personal-data-request.transformation.d.ts +0 -7
  264. package/types/packages/client/classic-environment-v2/src/lib/models/pii-relationships-item.d.ts +0 -6
  265. package/types/packages/client/classic-environment-v2/src/lib/models/pii-relationships-item.transformation.d.ts +0 -4
  266. package/types/packages/client/classic-environment-v2/src/lib/models/pii.d.ts +0 -10
  267. package/types/packages/client/classic-environment-v2/src/lib/models/pii.transformation.d.ts +0 -7
  268. package/types/packages/client/classic-environment-v2/src/lib/models/schema.d.ts +0 -18
  269. package/types/packages/client/classic-environment-v2/src/lib/models/schema.transformation.d.ts +0 -9
  270. package/types/packages/client/classic-environment-v2/src/lib/models/value.d.ts +0 -15
  271. package/types/packages/client/classic-environment-v2/src/lib/models/value.transformation.d.ts +0 -9
@@ -9,5 +9,8 @@ export interface MetricDefaultAggregation {
9
9
  * Applicable only to the `percentile` aggregation type.
10
10
  */
11
11
  parameter?: number;
12
+ /**
13
+ * The type of default aggregation.
14
+ */
12
15
  type: MetricDefaultAggregationType;
13
16
  }
@@ -31,6 +31,9 @@ export interface MetricDescriptor {
31
31
  * [Metric expressions](https://dt-url.net/metricExpression) don't return this field.
32
32
  */
33
33
  dduBillable?: boolean;
34
+ /**
35
+ * The default aggregation of a metric.
36
+ */
34
37
  defaultAggregation?: MetricDefaultAggregation;
35
38
  /**
36
39
  * A short description of the metric.
@@ -94,6 +97,9 @@ export interface MetricDescriptor {
94
97
  * The metric selector that is used when querying a func: metric.
95
98
  */
96
99
  metricSelector?: string;
100
+ /**
101
+ * The value type for the metric.
102
+ */
97
103
  metricValueType?: MetricValueType;
98
104
  /**
99
105
  * The minimum allowed value of the metric.
@@ -132,6 +138,17 @@ export interface MetricDescriptor {
132
138
  * The unit of the metric.
133
139
  */
134
140
  unit?: string;
141
+ /**
142
+ * The raw value is stored in bits or bytes. The user interface can display it in these numeral systems:
143
+ *
144
+ * Binary: 1 MiB = 1024 KiB = 1,048,576 bytes
145
+ *
146
+ * Decimal: 1 MB = 1000 kB = 1,000,000 bytes
147
+ *
148
+ * If not set, the decimal system is used.
149
+ *
150
+ * [Metric expressions](https://dt-url.net/metricExpression) don't return this field.
151
+ */
135
152
  unitDisplayFormat?: MetricDescriptorUnitDisplayFormat;
136
153
  /**
137
154
  * A list of potential warnings that affect this ID. For example deprecated feature usage etc.
@@ -23,5 +23,8 @@ export interface MetricDimensionDefinition {
23
23
  * The name of the dimension.
24
24
  */
25
25
  name: string;
26
+ /**
27
+ * The type of the dimension.
28
+ */
26
29
  type: MetricDimensionDefinitionType;
27
30
  }
@@ -7,5 +7,8 @@ export interface MetricDto {
7
7
  * Metric key
8
8
  */
9
9
  key?: string;
10
+ /**
11
+ * Metric metadata
12
+ */
10
13
  metadata?: MetricMetadataDto;
11
14
  }
@@ -11,5 +11,8 @@ export interface MetricQueryDQLTranslation {
11
11
  * The DQL query corresponding to the metric query
12
12
  */
13
13
  query?: string;
14
+ /**
15
+ * The status of the DQL translation, either `success` or `not supported`
16
+ */
14
17
  status?: MetricQueryDQLTranslationStatus;
15
18
  }
@@ -21,6 +21,9 @@ export interface MetricSeriesCollection {
21
21
  * The ratio of queried dimension tuples divided by the maximum number of dimension tuples allowed in a single query.
22
22
  */
23
23
  dimensionCountRatio: number;
24
+ /**
25
+ * Metric query translation to DQL.
26
+ */
24
27
  dql?: MetricQueryDQLTranslation;
25
28
  /**
26
29
  * The key of the metric.
@@ -7,6 +7,8 @@ import { MetricSeriesDimensionMap } from './metric-series-dimension-map';
7
7
  export interface MetricSeries {
8
8
  dimensionMap: MetricSeriesDimensionMap;
9
9
  /**
10
+ * Deprecated, refer to `dimensionMap` instead.
11
+ *
10
12
  * The ordered list of dimensions to which the data point list belongs.
11
13
  *
12
14
  * Each metric can have a certain number of dimensions. Dimensions exceeding this number are aggregated into one, which is shown as `null` here.
@@ -3,5 +3,8 @@ import { MetricValueTypeType } from './metric-value-type-type';
3
3
  * The value type for the metric.
4
4
  */
5
5
  export interface MetricValueType {
6
+ /**
7
+ * The metric value type
8
+ */
6
9
  type: MetricValueTypeType;
7
10
  }
@@ -1,11 +1,11 @@
1
1
  /**
2
- * The modification info for a single updatable setting.
2
+ * The modification info for a single updatable setting. Replaced by `resourceContext`.
3
3
  */
4
4
  export interface ModificationInfo {
5
5
  /**
6
6
  * If settings value can be deleted
7
7
  */
8
- deletable?: boolean;
8
+ deletable: boolean;
9
9
  /**
10
10
  * If non-moveable settings value is in the first group of non-moveable settings, or in the last (start or end of list)
11
11
  */
@@ -13,17 +13,17 @@ export interface ModificationInfo {
13
13
  /**
14
14
  * If settings value can be modified
15
15
  */
16
- modifiable?: boolean;
16
+ modifiable: boolean;
17
17
  /**
18
18
  * Property paths which are modifiable, regardless of the state of `modifiable`
19
19
  */
20
- modifiablePaths?: string[];
20
+ modifiablePaths: string[];
21
21
  /**
22
22
  * If settings value can be moved/reordered. Only applicable for ordered list schema
23
23
  */
24
- movable?: boolean;
24
+ movable: boolean;
25
25
  /**
26
26
  * Property paths which are not modifiable, when `modifiable` is true
27
27
  */
28
- nonModifiablePaths?: string[];
28
+ nonModifiablePaths: string[];
29
29
  }
@@ -1,11 +1,11 @@
1
1
  import { ModificationInfo } from './modification-info';
2
2
  export interface AsJson {
3
- deletable?: boolean;
3
+ deletable: boolean;
4
4
  first?: boolean;
5
- modifiable?: boolean;
6
- modifiablePaths?: string[];
7
- movable?: boolean;
8
- nonModifiablePaths?: string[];
5
+ modifiable: boolean;
6
+ modifiablePaths: string[];
7
+ movable: boolean;
8
+ nonModifiablePaths: string[];
9
9
  }
10
10
  export declare function fromJson($model: AsJson): ModificationInfo;
11
11
  export declare function toJson($model: ModificationInfo): AsJson;
@@ -0,0 +1,21 @@
1
+ /**
2
+ * The additional modification details for this settings object.
3
+ */
4
+ export interface Modification {
5
+ /**
6
+ * If non-moveable settings object is in the first group of non-moveable settings, or in the last (start or end of list).
7
+ */
8
+ first?: boolean;
9
+ /**
10
+ * Property paths which are modifiable, regardless if the `write` operation is allowed.
11
+ */
12
+ modifiablePaths: string[];
13
+ /**
14
+ * If settings object can be moved/reordered. Only applicable for ordered list schema.
15
+ */
16
+ movable?: boolean;
17
+ /**
18
+ * Property paths which are not modifiable, even if the `write` operation is allowed.
19
+ */
20
+ nonModifiablePaths: string[];
21
+ }
@@ -0,0 +1,9 @@
1
+ import { Modification } from './modification';
2
+ export interface AsJson {
3
+ first?: boolean;
4
+ modifiablePaths: string[];
5
+ movable?: boolean;
6
+ nonModifiablePaths: string[];
7
+ }
8
+ export declare function fromJson($model: AsJson): Modification;
9
+ export declare function toJson($model: Modification): AsJson;
@@ -26,6 +26,7 @@ export declare enum MonitoredEntityStatesState {
26
26
  Ok = "ok",
27
27
  ParentProcessRestartRequired = "parent_process_restart_required",
28
28
  PodmanDisabled = "podman_disabled",
29
+ ProcessGroupDifferentIdDueToDeclarativeGrouping = "process_group_different_id_due_to_declarative_grouping",
29
30
  ProcessGroupDisabled = "process_group_disabled",
30
31
  ProcessGroupDisabledViaContainerInjectionRule = "process_group_disabled_via_container_injection_rule",
31
32
  ProcessGroupDisabledViaContainerInjectionRuleRestart = "process_group_disabled_via_container_injection_rule_restart",
@@ -13,6 +13,12 @@ export interface MonitoredEntityStates {
13
13
  * Additional parameters of the monitoring state.
14
14
  */
15
15
  params?: MonitoredEntityStateParam[];
16
+ /**
17
+ * The type of the monitoring state.
18
+ */
16
19
  severity?: MonitoredEntityStatesSeverity;
20
+ /**
21
+ * The name of the monitoring state.
22
+ */
17
23
  state?: MonitoredEntityStatesState;
18
24
  }
@@ -4,5 +4,8 @@ export interface MonitoringConfigurationDto {
4
4
  * The scope this monitoring configuration will be defined for
5
5
  */
6
6
  scope: string;
7
+ /**
8
+ * The monitoring configuration
9
+ */
7
10
  value?: JsonNode;
8
11
  }
@@ -1,4 +1,7 @@
1
1
  import { JsonNode } from './json-node';
2
2
  export interface MonitoringConfigurationUpdateDto {
3
+ /**
4
+ * The monitoring configuration
5
+ */
3
6
  value?: JsonNode;
4
7
  }
@@ -7,6 +7,9 @@ export interface MuteState {
7
7
  * A user's comment.
8
8
  */
9
9
  comment?: string;
10
+ /**
11
+ * The reason for the mute state change.
12
+ */
10
13
  reason?: MuteStateReason;
11
14
  /**
12
15
  * The user who has muted or unmuted the problem.
@@ -11,6 +11,9 @@ export interface NetworkZone {
11
11
  * A short description of the network zone.
12
12
  */
13
13
  description?: string;
14
+ /**
15
+ * The fallback mode of the network zone.
16
+ */
14
17
  fallbackMode?: NetworkZoneFallbackMode;
15
18
  /**
16
19
  * The ID of the network zone.
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Optional context data
3
+ */
4
+ export interface PermissionContext {
5
+ /**
6
+ * Settings schema id for conditional permission
7
+ */
8
+ schemaId: string;
9
+ /**
10
+ * Settings scope for conditional permission
11
+ */
12
+ scope: string;
13
+ }
@@ -0,0 +1,7 @@
1
+ import { PermissionContext } from './permission-context';
2
+ export interface AsJson {
3
+ schemaId: string;
4
+ scope: string;
5
+ }
6
+ export declare function fromJson($model: AsJson): PermissionContext;
7
+ export declare function toJson($model: PermissionContext): AsJson;
@@ -22,6 +22,9 @@ export interface Precondition {
22
22
  * Only applicable to properties of the `REGEX_MATCH` type.
23
23
  */
24
24
  pattern?: string;
25
+ /**
26
+ * A precondition for visibility of a property.
27
+ */
25
28
  precondition?: Precondition;
26
29
  /**
27
30
  * A list of child preconditions to be evaluated.
@@ -33,5 +36,8 @@ export interface Precondition {
33
36
  * The property to be evaluated.
34
37
  */
35
38
  property?: string;
39
+ /**
40
+ * The type of the precondition.
41
+ */
36
42
  type: PreconditionType;
37
43
  }
@@ -11,6 +11,9 @@ export interface ProblemCloseResult {
11
11
  * True, if the problem is being closed.
12
12
  */
13
13
  closing: boolean;
14
+ /**
15
+ * The comment to a problem.
16
+ */
14
17
  comment?: Comment;
15
18
  /**
16
19
  * The ID of the problem.
@@ -31,13 +31,37 @@ export interface Problem {
31
31
  * A list of all entity tags of the problem.
32
32
  */
33
33
  entityTags?: METag[];
34
+ /**
35
+ * The evidence details of a problem.
36
+ */
34
37
  evidenceDetails?: EvidenceDetails;
38
+ /**
39
+ * A list of all impacts of the problem.
40
+ */
35
41
  impactAnalysis?: ImpactAnalysis;
42
+ /**
43
+ * The impact level of the problem. It shows what is affected by the problem.
44
+ */
36
45
  impactLevel: ProblemImpactLevel;
37
46
  /**
38
47
  * A list of all entities that are impacted by the problem.
39
48
  */
40
49
  impactedEntities: EntityStub[];
50
+ /**
51
+ * The related Kubernetes cluster names.
52
+ */
53
+ 'k8s.cluster.name'?: string[];
54
+ /**
55
+ * The related Kubernetes cluster UIDs.
56
+ */
57
+ 'k8s.cluster.uid'?: string[];
58
+ /**
59
+ * The related Kubernetes namespace names.
60
+ */
61
+ 'k8s.namespace.name'?: string[];
62
+ /**
63
+ * The properties of the linked problem.
64
+ */
41
65
  linkedProblemInfo?: LinkedProblem;
42
66
  /**
43
67
  * A list of all management zones that the problem belongs to.
@@ -51,13 +75,25 @@ export interface Problem {
51
75
  * The ID of the problem.
52
76
  */
53
77
  problemId: string;
78
+ /**
79
+ * A list of comments.
80
+ */
54
81
  recentComments?: CommentsList;
82
+ /**
83
+ * A short representation of a monitored entity.
84
+ */
55
85
  rootCauseEntity?: EntityStub;
86
+ /**
87
+ * The severity of the problem.
88
+ */
56
89
  severityLevel: ProblemSeverityLevel;
57
90
  /**
58
91
  * The start timestamp of the problem, in UTC milliseconds.
59
92
  */
60
93
  startTime: number;
94
+ /**
95
+ * The status of the problem.
96
+ */
61
97
  status: ProblemStatus;
62
98
  /**
63
99
  * The name of the problem, displayed in the UI.
@@ -19,6 +19,9 @@ export interface AsJson {
19
19
  impactAnalysis?: _ImpactAnalysisTransformation.AsJson;
20
20
  impactLevel: _ProblemImpactLevelTransformation.AsJson;
21
21
  impactedEntities: _EntityStubTransformation.AsJson[];
22
+ 'k8s.cluster.name'?: string[];
23
+ 'k8s.cluster.uid'?: string[];
24
+ 'k8s.namespace.name'?: string[];
22
25
  linkedProblemInfo?: _LinkedProblemTransformation.AsJson;
23
26
  managementZones: _ManagementZoneTransformation.AsJson[];
24
27
  problemFilters: _AlertingProfileStubTransformation.AsJson[];
@@ -15,6 +15,9 @@ export interface PropertyDefinition {
15
15
  * A list of constraints limiting the values to be accepted.
16
16
  */
17
17
  constraints?: Constraint[];
18
+ /**
19
+ * Configuration of a datasource for a property.
20
+ */
18
21
  datasource?: DatasourceDefinition;
19
22
  /**
20
23
  * The default value to be used when no value is provided.
@@ -38,6 +41,9 @@ export interface PropertyDefinition {
38
41
  * Defines if value is allowed to be modified when secret properties are not
39
42
  */
40
43
  forceSecretResubmission?: boolean;
44
+ /**
45
+ * An item of a collection property.
46
+ */
41
47
  items?: Item;
42
48
  /**
43
49
  * The maximum number of **objects** in a collection property.
@@ -45,6 +51,9 @@ export interface PropertyDefinition {
45
51
  * Has the value of `1` for singletons.
46
52
  */
47
53
  maxObjects: number;
54
+ /**
55
+ * Metadata of the property.
56
+ */
48
57
  metadata?: PropertyDefinitionMetadata;
49
58
  /**
50
59
  * Pattern with references to properties to create a new value.
@@ -54,11 +63,17 @@ export interface PropertyDefinition {
54
63
  * The minimum number of **objects** in a collection property.
55
64
  */
56
65
  minObjects?: number;
66
+ /**
67
+ * Modification policy of the property.
68
+ */
57
69
  modificationPolicy?: PropertyDefinitionModificationPolicy;
58
70
  /**
59
71
  * The value can (`true`) or can't (`false`) be `null`.
60
72
  */
61
73
  nullable: boolean;
74
+ /**
75
+ * A precondition for visibility of a property.
76
+ */
62
77
  precondition?: Precondition;
63
78
  /**
64
79
  * The type referenced by the property value
@@ -72,5 +87,8 @@ export interface PropertyDefinition {
72
87
  * The type of the property's value.
73
88
  */
74
89
  type: string | RefPointer;
90
+ /**
91
+ * Customization for UI elements
92
+ */
75
93
  uiCustomization?: UiCustomization;
76
94
  }
@@ -3,5 +3,8 @@ import { HttpProtocolDetails } from './http-protocol-details';
3
3
  * Details that are specific to the used protocol.
4
4
  */
5
5
  export interface ProtocolDetails {
6
+ /**
7
+ * HTTP specific request details.
8
+ */
6
9
  http?: HttpProtocolDetails;
7
10
  }
@@ -7,6 +7,9 @@ export interface RelatedService {
7
7
  * A list of affected entities related to the entity.
8
8
  */
9
9
  affectedEntities?: string[];
10
+ /**
11
+ * The level of exposure of the service.
12
+ */
10
13
  exposure?: RelatedServiceExposure;
11
14
  /**
12
15
  * The Dynatrace entity ID of the entity.
@@ -1,3 +1,4 @@
1
+ import { AssessmentAccuracyDetails } from './assessment-accuracy-details';
1
2
  import { RemediationAssessmentAssessmentAccuracy } from './remediation-assessment-assessment-accuracy';
2
3
  import { RemediationAssessmentDataAssets } from './remediation-assessment-data-assets';
3
4
  import { RemediationAssessmentExposure } from './remediation-assessment-exposure';
@@ -7,8 +8,21 @@ import { VulnerableFunction } from './vulnerable-function';
7
8
  * Assessment of the remediation item.
8
9
  */
9
10
  export interface RemediationAssessment {
11
+ /**
12
+ * The accuracy of the assessment.
13
+ */
10
14
  assessmentAccuracy?: RemediationAssessmentAssessmentAccuracy;
15
+ /**
16
+ * The assessment accuracy details.
17
+ */
18
+ assessmentAccuracyDetails?: AssessmentAccuracyDetails;
19
+ /**
20
+ * The reachability of related data assets by affected entities.
21
+ */
11
22
  dataAssets?: RemediationAssessmentDataAssets;
23
+ /**
24
+ * The level of exposure of affected entities.
25
+ */
12
26
  exposure?: RemediationAssessmentExposure;
13
27
  /**
14
28
  * The number of related data assets.
@@ -18,6 +32,9 @@ export interface RemediationAssessment {
18
32
  * Whether a restart is required for the latest vulnerable function data.
19
33
  */
20
34
  vulnerableFunctionRestartRequired?: boolean;
35
+ /**
36
+ * The usage of vulnerable functions
37
+ */
21
38
  vulnerableFunctionUsage?: RemediationAssessmentVulnerableFunctionUsage;
22
39
  /**
23
40
  * A list of vulnerable functions that are in use.
@@ -1,3 +1,4 @@
1
+ import * as _AssessmentAccuracyDetailsTransformation from './assessment-accuracy-details.transformation';
1
2
  import { RemediationAssessment } from './remediation-assessment';
2
3
  import * as _RemediationAssessmentAssessmentAccuracyTransformation from './remediation-assessment-assessment-accuracy.transformation';
3
4
  import * as _RemediationAssessmentDataAssetsTransformation from './remediation-assessment-data-assets.transformation';
@@ -6,6 +7,7 @@ import * as _RemediationAssessmentVulnerableFunctionUsageTransformation from './
6
7
  import * as _VulnerableFunctionTransformation from './vulnerable-function.transformation';
7
8
  export interface AsJson {
8
9
  assessmentAccuracy?: _RemediationAssessmentAssessmentAccuracyTransformation.AsJson;
10
+ assessmentAccuracyDetails?: _AssessmentAccuracyDetailsTransformation.AsJson;
9
11
  dataAssets?: _RemediationAssessmentDataAssetsTransformation.AsJson;
10
12
  exposure?: _RemediationAssessmentExposureTransformation.AsJson;
11
13
  numberOfDataAssets?: number;
@@ -8,14 +8,26 @@ import { TrackingLink } from './tracking-link';
8
8
  * Detailed information of a remediation item for a security problem.
9
9
  */
10
10
  export interface RemediationDetailsItem {
11
+ /**
12
+ * Assessment of the remediation item.
13
+ */
11
14
  assessment?: RemediationAssessment;
12
15
  entityIds?: string[];
13
16
  firstAffectedTimestamp?: number;
14
17
  id?: string;
18
+ /**
19
+ * The mute state of a remediation item of a security problem.
20
+ */
15
21
  muteState?: RemediationItemMuteState;
16
22
  name?: string;
23
+ /**
24
+ * The progress of this remediation item. It contains affected and unaffected entities.
25
+ */
17
26
  remediationProgress?: RemediationProgress;
18
27
  resolvedTimestamp?: number;
28
+ /**
29
+ * External tracking link URL associated with the remediable entity of the security problem.
30
+ */
19
31
  trackingLink?: TrackingLink;
20
32
  vulnerabilityState?: RemediationDetailsItemVulnerabilityState;
21
33
  /**
@@ -11,5 +11,8 @@ export interface RemediationItemMuteStateChange {
11
11
  * The desired mute state of the remediation item.
12
12
  */
13
13
  muted: boolean;
14
+ /**
15
+ * The reason for the mute state change.
16
+ */
14
17
  reason: RemediationItemMuteStateChangeReason;
15
18
  }
@@ -15,6 +15,9 @@ export interface RemediationItemMuteState {
15
15
  * The remediation is (`true`) or is not (`false`) muted.
16
16
  */
17
17
  muted?: boolean;
18
+ /**
19
+ * The reason for the most recent mute state change.
20
+ */
18
21
  reason?: RemediationItemMuteStateReason;
19
22
  /**
20
23
  * The user who last changed the mute state.
@@ -7,6 +7,9 @@ export interface RemediationItemMutingSummary {
7
7
  * Whether a mute state change for the given remediation item was triggered by this request.
8
8
  */
9
9
  muteStateChangeTriggered: boolean;
10
+ /**
11
+ * Contains a reason, in case the requested operation was not executed.
12
+ */
10
13
  reason?: RemediationItemMutingSummaryReason;
11
14
  /**
12
15
  * The id of the remediation item that will be (un-)muted.
@@ -8,14 +8,26 @@ import { VulnerableComponent } from './vulnerable-component';
8
8
  * A possible remediation for a security problem.
9
9
  */
10
10
  export interface RemediationItem {
11
+ /**
12
+ * Assessment of the remediation item.
13
+ */
11
14
  assessment?: RemediationAssessment;
12
15
  entityIds?: string[];
13
16
  firstAffectedTimestamp?: number;
14
17
  id?: string;
18
+ /**
19
+ * The mute state of a remediation item of a security problem.
20
+ */
15
21
  muteState?: RemediationItemMuteState;
16
22
  name?: string;
23
+ /**
24
+ * The progress of this remediation item. It contains affected and unaffected entities.
25
+ */
17
26
  remediationProgress?: RemediationProgress;
18
27
  resolvedTimestamp?: number;
28
+ /**
29
+ * External tracking link URL associated with the remediable entity of the security problem.
30
+ */
19
31
  trackingLink?: TrackingLink;
20
32
  vulnerabilityState?: RemediationItemVulnerabilityState;
21
33
  /**
@@ -7,6 +7,9 @@ export interface RemediationItemsBulkMute {
7
7
  * A comment about the muting reason.
8
8
  */
9
9
  comment?: string;
10
+ /**
11
+ * The reason for muting the remediation items.
12
+ */
10
13
  reason: RemediationItemsBulkMuteReason;
11
14
  /**
12
15
  * The ids of the remediation items to be muted.
@@ -7,6 +7,9 @@ export interface RemediationItemsBulkUnmute {
7
7
  * A comment about the un-muting reason.
8
8
  */
9
9
  comment?: string;
10
+ /**
11
+ * The reason for un-muting the remediation items.
12
+ */
10
13
  reason: RemediationItemsBulkUnmuteReason;
11
14
  /**
12
15
  * The ids of the remediation items to be un-muted.
@@ -9,5 +9,12 @@ export interface RemediationItemsBulkUpdateDeleteDto {
9
9
  * List of remediation item IDs of the security problem for which to remove the tracking links.
10
10
  */
11
11
  deletes?: string[];
12
+ /**
13
+ * Tracking links to set for the security problem.
14
+ *
15
+ * Map of remediation item ID to tracking link objects.
16
+ *
17
+ * Keys must be valid remediation item IDs of the security problem, the associated value must contain the link to set for the item.
18
+ */
12
19
  updates?: RemediationItemsBulkUpdateDeleteDtoUpdates;
13
20
  }
@@ -8,6 +8,9 @@ export interface RemediationProgressEntityAssessment {
8
8
  * Whether a restart is required for the latest vulnerable function data.
9
9
  */
10
10
  vulnerableFunctionRestartRequired?: boolean;
11
+ /**
12
+ * The usage of vulnerable functions
13
+ */
11
14
  vulnerableFunctionUsage?: RemediationProgressEntityAssessmentVulnerableFunctionUsage;
12
15
  /**
13
16
  * A list of vulnerable functions that are in use.