@dynatrace-sdk/client-classic-environment-v2 1.2.4 → 1.4.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 (534) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/README.md +1 -1
  3. package/cjs/index.js +8738 -6898
  4. package/docs/DOCS.md +2254 -1235
  5. package/dynatrace-metadata.json +2 -2
  6. package/esm/index.js +8738 -6898
  7. package/package.json +3 -2
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +2 -5
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +25 -30
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +3 -20
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +33 -33
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +29 -48
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +17 -24
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +3 -2
  15. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +11 -12
  16. package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +1 -7
  17. package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +65 -78
  18. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +315 -301
  19. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +134 -130
  20. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +54 -63
  21. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +38 -43
  22. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +28 -42
  23. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +1 -9
  24. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +17 -5
  25. package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +45 -46
  26. package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +158 -170
  27. package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +1 -9
  28. package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +346 -343
  29. package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +102 -94
  30. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +116 -91
  31. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +0 -1
  32. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +2 -3
  33. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +198 -2
  34. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +77 -93
  35. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +2 -2
  36. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element.d.ts +0 -5
  37. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element.transformation.d.ts +0 -2
  38. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config.d.ts +1 -1
  39. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config.transformation.d.ts +1 -1
  40. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +6 -6
  41. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.transformation.d.ts +3 -3
  42. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create.d.ts +5 -5
  43. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create.transformation.d.ts +2 -2
  44. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-created.d.ts +4 -4
  45. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-created.transformation.d.ts +1 -1
  46. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-list.d.ts +8 -8
  47. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-list.transformation.d.ts +3 -3
  48. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token.d.ts +13 -13
  49. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token.transformation.d.ts +4 -4
  50. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.d.ts +35 -35
  51. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.transformation.d.ts +15 -15
  52. package/types/packages/client/classic-environment-v2/src/lib/models/add-entity-tag.d.ts +4 -4
  53. package/types/packages/client/classic-environment-v2/src/lib/models/add-entity-tag.transformation.d.ts +1 -1
  54. package/types/packages/client/classic-environment-v2/src/lib/models/added-entity-tags.d.ts +4 -4
  55. package/types/packages/client/classic-environment-v2/src/lib/models/added-entity-tags.transformation.d.ts +1 -1
  56. package/types/packages/client/classic-environment-v2/src/lib/models/alerting-profile-stub.d.ts +4 -4
  57. package/types/packages/client/classic-environment-v2/src/lib/models/alerting-profile-stub.transformation.d.ts +1 -1
  58. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +10 -10
  59. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.transformation.d.ts +2 -2
  60. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-created.d.ts +4 -4
  61. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-created.transformation.d.ts +1 -1
  62. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-list.d.ts +4 -4
  63. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-list.transformation.d.ts +1 -1
  64. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +4 -4
  65. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.transformation.d.ts +1 -1
  66. package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +19 -19
  67. package/types/packages/client/classic-environment-v2/src/lib/models/api-token.transformation.d.ts +6 -6
  68. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +6 -6
  69. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.transformation.d.ts +3 -3
  70. package/types/packages/client/classic-environment-v2/src/lib/models/asset-schema-details-dto.d.ts +4 -4
  71. package/types/packages/client/classic-environment-v2/src/lib/models/asset-schema-details-dto.transformation.d.ts +1 -1
  72. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +15 -15
  73. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.transformation.d.ts +7 -7
  74. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log.d.ts +8 -8
  75. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log.transformation.d.ts +3 -3
  76. package/types/packages/client/classic-environment-v2/src/lib/models/azure-client-secret-config.d.ts +1 -1
  77. package/types/packages/client/classic-environment-v2/src/lib/models/azure-client-secret-config.transformation.d.ts +1 -1
  78. package/types/packages/client/classic-environment-v2/src/lib/models/azure-client-secret.d.ts +4 -4
  79. package/types/packages/client/classic-environment-v2/src/lib/models/azure-client-secret.transformation.d.ts +1 -1
  80. package/types/packages/client/classic-environment-v2/src/lib/models/biz-event-ingest-error.d.ts +1 -1
  81. package/types/packages/client/classic-environment-v2/src/lib/models/biz-event-ingest-error.transformation.d.ts +1 -1
  82. package/types/packages/client/classic-environment-v2/src/lib/models/bm-action.d.ts +76 -76
  83. package/types/packages/client/classic-environment-v2/src/lib/models/bm-action.transformation.d.ts +31 -31
  84. package/types/packages/client/classic-environment-v2/src/lib/models/certificate-credentials.d.ts +4 -4
  85. package/types/packages/client/classic-environment-v2/src/lib/models/certificate-credentials.transformation.d.ts +1 -1
  86. package/types/packages/client/classic-environment-v2/src/lib/models/cloud-event.d.ts +7 -7
  87. package/types/packages/client/classic-environment-v2/src/lib/models/cloud-event.transformation.d.ts +7 -7
  88. package/types/packages/client/classic-environment-v2/src/lib/models/comment-request-dto-impl.d.ts +4 -4
  89. package/types/packages/client/classic-environment-v2/src/lib/models/comment-request-dto-impl.transformation.d.ts +1 -1
  90. package/types/packages/client/classic-environment-v2/src/lib/models/comment.d.ts +6 -6
  91. package/types/packages/client/classic-environment-v2/src/lib/models/comment.transformation.d.ts +2 -2
  92. package/types/packages/client/classic-environment-v2/src/lib/models/comments-list.d.ts +4 -4
  93. package/types/packages/client/classic-environment-v2/src/lib/models/comments-list.transformation.d.ts +1 -1
  94. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint-type.d.ts +1 -0
  95. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +8 -4
  96. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.transformation.d.ts +3 -2
  97. package/types/packages/client/classic-environment-v2/src/lib/models/configuration-metadata.d.ts +4 -4
  98. package/types/packages/client/classic-environment-v2/src/lib/models/configuration-metadata.transformation.d.ts +1 -1
  99. package/types/packages/client/classic-environment-v2/src/lib/models/constraint-violation.d.ts +1 -1
  100. package/types/packages/client/classic-environment-v2/src/lib/models/constraint-violation.transformation.d.ts +1 -1
  101. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +14 -14
  102. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.transformation.d.ts +4 -4
  103. package/types/packages/client/classic-environment-v2/src/lib/models/credential-access-data-type.d.ts +5 -0
  104. package/types/packages/client/classic-environment-v2/src/lib/models/credential-access-data-type.transformation.d.ts +4 -0
  105. package/types/packages/client/classic-environment-v2/src/lib/models/credential-access-data.d.ts +8 -0
  106. package/types/packages/client/classic-environment-v2/src/lib/models/credential-access-data.transformation.d.ts +8 -0
  107. package/types/packages/client/classic-environment-v2/src/lib/models/credential-usage-handler.d.ts +4 -4
  108. package/types/packages/client/classic-environment-v2/src/lib/models/credential-usage-handler.transformation.d.ts +1 -1
  109. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-list.d.ts +3 -3
  110. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-list.transformation.d.ts +3 -3
  111. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.d.ts +14 -9
  112. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.transformation.d.ts +6 -4
  113. package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +9 -4
  114. package/types/packages/client/classic-environment-v2/src/lib/models/credentials.transformation.d.ts +5 -3
  115. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.d.ts +19 -19
  116. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.transformation.d.ts +4 -4
  117. package/types/packages/client/classic-environment-v2/src/lib/models/custom-log-line.d.ts +4 -4
  118. package/types/packages/client/classic-environment-v2/src/lib/models/custom-log-line.transformation.d.ts +1 -1
  119. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-config.d.ts +8 -0
  120. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-config.transformation.d.ts +11 -0
  121. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-dto.d.ts +26 -0
  122. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-dto.transformation.d.ts +11 -0
  123. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password-config.d.ts +4 -4
  124. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password-config.transformation.d.ts +4 -4
  125. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts +10 -10
  126. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.transformation.d.ts +4 -4
  127. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +7 -7
  128. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.transformation.d.ts +3 -3
  129. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-list.d.ts +7 -7
  130. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-list.transformation.d.ts +3 -3
  131. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.d.ts +11 -11
  132. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.transformation.d.ts +4 -4
  133. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-value.d.ts +11 -11
  134. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-value.transformation.d.ts +5 -5
  135. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-values-list.d.ts +4 -4
  136. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-values-list.transformation.d.ts +1 -1
  137. package/types/packages/client/classic-environment-v2/src/lib/models/entities-list.d.ts +8 -8
  138. package/types/packages/client/classic-environment-v2/src/lib/models/entities-list.transformation.d.ts +3 -3
  139. package/types/packages/client/classic-environment-v2/src/lib/models/entity-icon.d.ts +6 -6
  140. package/types/packages/client/classic-environment-v2/src/lib/models/entity-icon.transformation.d.ts +1 -1
  141. package/types/packages/client/classic-environment-v2/src/lib/models/entity-short-representation.d.ts +4 -4
  142. package/types/packages/client/classic-environment-v2/src/lib/models/entity-short-representation.transformation.d.ts +1 -1
  143. package/types/packages/client/classic-environment-v2/src/lib/models/entity-type-list.d.ts +6 -6
  144. package/types/packages/client/classic-environment-v2/src/lib/models/entity-type-list.transformation.d.ts +2 -2
  145. package/types/packages/client/classic-environment-v2/src/lib/models/entity-type.d.ts +14 -14
  146. package/types/packages/client/classic-environment-v2/src/lib/models/entity-type.transformation.d.ts +5 -5
  147. package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +10 -10
  148. package/types/packages/client/classic-environment-v2/src/lib/models/entity.transformation.d.ts +6 -6
  149. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.d.ts +5 -5
  150. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.transformation.d.ts +2 -2
  151. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point.d.ts +2 -2
  152. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point.transformation.d.ts +1 -1
  153. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +9 -9
  154. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.transformation.d.ts +4 -4
  155. package/types/packages/client/classic-environment-v2/src/lib/models/enum-value.d.ts +8 -8
  156. package/types/packages/client/classic-environment-v2/src/lib/models/enum-value.transformation.d.ts +2 -2
  157. package/types/packages/client/classic-environment-v2/src/lib/models/error.d.ts +4 -4
  158. package/types/packages/client/classic-environment-v2/src/lib/models/error.transformation.d.ts +1 -1
  159. package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +5 -5
  160. package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.transformation.d.ts +2 -2
  161. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-results.d.ts +4 -4
  162. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-results.transformation.d.ts +1 -1
  163. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +16 -16
  164. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.transformation.d.ts +4 -4
  165. package/types/packages/client/classic-environment-v2/src/lib/models/event-list.d.ts +8 -8
  166. package/types/packages/client/classic-environment-v2/src/lib/models/event-list.transformation.d.ts +2 -2
  167. package/types/packages/client/classic-environment-v2/src/lib/models/event-properties-list.d.ts +4 -4
  168. package/types/packages/client/classic-environment-v2/src/lib/models/event-properties-list.transformation.d.ts +1 -1
  169. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts +6 -6
  170. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.transformation.d.ts +2 -2
  171. package/types/packages/client/classic-environment-v2/src/lib/models/event-property.d.ts +4 -4
  172. package/types/packages/client/classic-environment-v2/src/lib/models/event-property.transformation.d.ts +1 -1
  173. package/types/packages/client/classic-environment-v2/src/lib/models/event-type-list.d.ts +4 -4
  174. package/types/packages/client/classic-environment-v2/src/lib/models/event-type-list.transformation.d.ts +1 -1
  175. package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +5 -5
  176. package/types/packages/client/classic-environment-v2/src/lib/models/event-type.transformation.d.ts +2 -2
  177. package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +33 -33
  178. package/types/packages/client/classic-environment-v2/src/lib/models/event.transformation.d.ts +10 -10
  179. package/types/packages/client/classic-environment-v2/src/lib/models/evidence-details.d.ts +4 -4
  180. package/types/packages/client/classic-environment-v2/src/lib/models/evidence-details.transformation.d.ts +1 -1
  181. package/types/packages/client/classic-environment-v2/src/lib/models/evidence.d.ts +1 -1
  182. package/types/packages/client/classic-environment-v2/src/lib/models/evidence.transformation.d.ts +3 -3
  183. package/types/packages/client/classic-environment-v2/src/lib/models/execution-full-results.d.ts +14 -14
  184. package/types/packages/client/classic-environment-v2/src/lib/models/execution-full-results.transformation.d.ts +4 -4
  185. package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +34 -34
  186. package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.transformation.d.ts +12 -12
  187. package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.d.ts +6 -6
  188. package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.transformation.d.ts +2 -2
  189. package/types/packages/client/classic-environment-v2/src/lib/models/extension-assets-dto.d.ts +8 -8
  190. package/types/packages/client/classic-environment-v2/src/lib/models/extension-assets-dto.transformation.d.ts +4 -4
  191. package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.d.ts +14 -14
  192. package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.transformation.d.ts +3 -3
  193. package/types/packages/client/classic-environment-v2/src/lib/models/extension-list.d.ts +7 -7
  194. package/types/packages/client/classic-environment-v2/src/lib/models/extension-list.transformation.d.ts +3 -3
  195. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.d.ts +3 -3
  196. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.transformation.d.ts +3 -3
  197. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configurations-list.d.ts +7 -7
  198. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configurations-list.transformation.d.ts +3 -3
  199. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.d.ts +2 -2
  200. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.transformation.d.ts +2 -2
  201. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto.d.ts +18 -18
  202. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto.transformation.d.ts +11 -11
  203. package/types/packages/client/classic-environment-v2/src/lib/models/extension.d.ts +18 -18
  204. package/types/packages/client/classic-environment-v2/src/lib/models/extension.transformation.d.ts +10 -10
  205. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-source-auth-method.d.ts +2 -0
  206. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-type.d.ts +1 -0
  207. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +4 -4
  208. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.transformation.d.ts +8 -6
  209. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-source-auth-method.d.ts +2 -0
  210. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +9 -9
  211. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.transformation.d.ts +8 -6
  212. package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +6 -6
  213. package/types/packages/client/classic-environment-v2/src/lib/models/filter.transformation.d.ts +3 -3
  214. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-os-architecture.d.ts +4 -0
  215. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-os-architecture.transformation.d.ts +4 -0
  216. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-cloud-platform.d.ts +7 -0
  217. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-cloud-platform.transformation.d.ts +4 -0
  218. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-type.d.ts +4 -0
  219. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-type.transformation.d.ts +4 -0
  220. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-certificate-config.d.ts +1 -1
  221. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-certificate-config.transformation.d.ts +1 -1
  222. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-certificate.d.ts +4 -4
  223. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-certificate.transformation.d.ts +1 -1
  224. package/types/packages/client/classic-environment-v2/src/lib/models/impact.d.ts +2 -2
  225. package/types/packages/client/classic-environment-v2/src/lib/models/impact.transformation.d.ts +3 -3
  226. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +94 -4
  227. package/types/packages/client/classic-environment-v2/src/lib/models/insert-position.d.ts +9 -0
  228. package/types/packages/client/classic-environment-v2/src/lib/models/insert-position.transformation.d.ts +6 -0
  229. package/types/packages/client/classic-environment-v2/src/lib/models/invalid-line.d.ts +1 -1
  230. package/types/packages/client/classic-environment-v2/src/lib/models/invalid-line.transformation.d.ts +1 -1
  231. package/types/packages/client/classic-environment-v2/src/lib/models/item-type.d.ts +3 -3
  232. package/types/packages/client/classic-environment-v2/src/lib/models/item-type.transformation.d.ts +4 -3
  233. package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +14 -14
  234. package/types/packages/client/classic-environment-v2/src/lib/models/item.transformation.d.ts +6 -6
  235. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-cloud-platform.d.ts +15 -0
  236. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-cloud-platform.transformation.d.ts +4 -0
  237. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-stage.d.ts +9 -0
  238. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-stage.transformation.d.ts +4 -0
  239. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-status.d.ts +8 -0
  240. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-status.transformation.d.ts +4 -0
  241. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-type.d.ts +8 -0
  242. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-type.transformation.d.ts +4 -0
  243. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +31 -0
  244. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.transformation.d.ts +17 -0
  245. package/types/packages/client/classic-environment-v2/src/lib/models/location-execution-results.d.ts +4 -4
  246. package/types/packages/client/classic-environment-v2/src/lib/models/location-execution-results.transformation.d.ts +1 -1
  247. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +5 -1
  248. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-plain.d.ts +1 -1
  249. package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +4 -4
  250. package/types/packages/client/classic-environment-v2/src/lib/models/log-record.transformation.d.ts +2 -2
  251. package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.d.ts +4 -4
  252. package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.transformation.d.ts +1 -1
  253. package/types/packages/client/classic-environment-v2/src/lib/models/main-event.d.ts +13 -0
  254. package/types/packages/client/classic-environment-v2/src/lib/models/main-event.transformation.d.ts +7 -0
  255. package/types/packages/client/classic-environment-v2/src/lib/models/maintenance-window-evidence.d.ts +4 -4
  256. package/types/packages/client/classic-environment-v2/src/lib/models/maintenance-window-evidence.transformation.d.ts +1 -1
  257. package/types/packages/client/classic-environment-v2/src/lib/models/management-zone.d.ts +4 -4
  258. package/types/packages/client/classic-environment-v2/src/lib/models/management-zone.transformation.d.ts +1 -1
  259. package/types/packages/client/classic-environment-v2/src/lib/models/me-tag.d.ts +10 -10
  260. package/types/packages/client/classic-environment-v2/src/lib/models/me-tag.transformation.d.ts +2 -2
  261. package/types/packages/client/classic-environment-v2/src/lib/models/metric-data.d.ts +4 -4
  262. package/types/packages/client/classic-environment-v2/src/lib/models/metric-data.transformation.d.ts +2 -2
  263. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-collection.d.ts +7 -7
  264. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-collection.transformation.d.ts +2 -2
  265. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +62 -56
  266. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.transformation.d.ts +17 -16
  267. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-cardinality.d.ts +4 -4
  268. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-cardinality.transformation.d.ts +1 -1
  269. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.d.ts +7 -7
  270. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.transformation.d.ts +2 -2
  271. package/types/packages/client/classic-environment-v2/src/lib/models/metric-evidence.d.ts +10 -10
  272. package/types/packages/client/classic-environment-v2/src/lib/models/metric-evidence.transformation.d.ts +3 -3
  273. package/types/packages/client/classic-environment-v2/src/lib/models/metric-ingest-error.d.ts +1 -1
  274. package/types/packages/client/classic-environment-v2/src/lib/models/metric-ingest-error.transformation.d.ts +1 -1
  275. package/types/packages/client/classic-environment-v2/src/lib/models/metric-metadata-dto.d.ts +4 -4
  276. package/types/packages/client/classic-environment-v2/src/lib/models/metric-metadata-dto.transformation.d.ts +1 -1
  277. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +10 -10
  278. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.transformation.d.ts +2 -2
  279. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.d.ts +6 -6
  280. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.transformation.d.ts +1 -1
  281. package/types/packages/client/classic-environment-v2/src/lib/models/minimal-extension.d.ts +2 -2
  282. package/types/packages/client/classic-environment-v2/src/lib/models/minimal-extension.transformation.d.ts +2 -2
  283. package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.d.ts +8 -8
  284. package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.transformation.d.ts +2 -2
  285. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-execution-results.d.ts +4 -4
  286. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-execution-results.transformation.d.ts +1 -1
  287. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-request-execution-result.d.ts +56 -56
  288. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-request-execution-result.transformation.d.ts +20 -20
  289. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-state-param.d.ts +4 -4
  290. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-state-param.transformation.d.ts +1 -1
  291. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.d.ts +1 -0
  292. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-states.d.ts +10 -0
  293. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-states.transformation.d.ts +2 -0
  294. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-response.d.ts +4 -4
  295. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-response.transformation.d.ts +2 -2
  296. package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.d.ts +4 -4
  297. package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.transformation.d.ts +2 -2
  298. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-connection-statistics.d.ts +6 -6
  299. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-connection-statistics.transformation.d.ts +2 -2
  300. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +16 -16
  301. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.transformation.d.ts +5 -5
  302. package/types/packages/client/classic-environment-v2/src/lib/models/node-collection-element.d.ts +53 -0
  303. package/types/packages/client/classic-environment-v2/src/lib/models/node-collection-element.transformation.d.ts +17 -0
  304. package/types/packages/client/classic-environment-v2/src/lib/models/node.d.ts +63 -0
  305. package/types/packages/client/classic-environment-v2/src/lib/models/node.transformation.d.ts +19 -0
  306. package/types/packages/client/classic-environment-v2/src/lib/models/nodes.d.ts +10 -0
  307. package/types/packages/client/classic-environment-v2/src/lib/models/nodes.transformation.d.ts +7 -0
  308. package/types/packages/client/classic-environment-v2/src/lib/models/objects-list.d.ts +4 -4
  309. package/types/packages/client/classic-environment-v2/src/lib/models/objects-list.transformation.d.ts +1 -1
  310. package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +6 -6
  311. package/types/packages/client/classic-environment-v2/src/lib/models/precondition.transformation.d.ts +2 -2
  312. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location.d.ts +48 -0
  313. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location.transformation.d.ts +14 -0
  314. package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts +4 -4
  315. package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.transformation.d.ts +1 -1
  316. package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +28 -26
  317. package/types/packages/client/classic-environment-v2/src/lib/models/problem.transformation.d.ts +15 -13
  318. package/types/packages/client/classic-environment-v2/src/lib/models/problems.d.ts +8 -8
  319. package/types/packages/client/classic-environment-v2/src/lib/models/problems.transformation.d.ts +2 -2
  320. package/types/packages/client/classic-environment-v2/src/lib/models/process-group-vulnerable-functions.d.ts +6 -6
  321. package/types/packages/client/classic-environment-v2/src/lib/models/process-group-vulnerable-functions.transformation.d.ts +2 -2
  322. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-type.d.ts +3 -3
  323. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-type.transformation.d.ts +4 -3
  324. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +24 -20
  325. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.transformation.d.ts +11 -10
  326. package/types/packages/client/classic-environment-v2/src/lib/models/public-certificate-credentials.d.ts +4 -4
  327. package/types/packages/client/classic-environment-v2/src/lib/models/public-certificate-credentials.transformation.d.ts +1 -1
  328. package/types/packages/client/classic-environment-v2/src/lib/models/public-synthetic-location.d.ts +32 -0
  329. package/types/packages/client/classic-environment-v2/src/lib/models/public-synthetic-location.transformation.d.ts +12 -0
  330. package/types/packages/client/classic-environment-v2/src/lib/models/ref-pointer.d.ts +9 -0
  331. package/types/packages/client/classic-environment-v2/src/lib/models/ref-pointer.transformation.d.ts +6 -0
  332. package/types/packages/client/classic-environment-v2/src/lib/models/related-container-image.d.ts +4 -4
  333. package/types/packages/client/classic-environment-v2/src/lib/models/related-container-image.transformation.d.ts +1 -1
  334. package/types/packages/client/classic-environment-v2/src/lib/models/related-entities-list.d.ts +6 -6
  335. package/types/packages/client/classic-environment-v2/src/lib/models/related-entities-list.transformation.d.ts +3 -3
  336. package/types/packages/client/classic-environment-v2/src/lib/models/related-entity.d.ts +4 -4
  337. package/types/packages/client/classic-environment-v2/src/lib/models/related-entity.transformation.d.ts +1 -1
  338. package/types/packages/client/classic-environment-v2/src/lib/models/related-service.d.ts +5 -5
  339. package/types/packages/client/classic-environment-v2/src/lib/models/related-service.transformation.d.ts +2 -2
  340. package/types/packages/client/classic-environment-v2/src/lib/models/release-instance.d.ts +6 -6
  341. package/types/packages/client/classic-environment-v2/src/lib/models/release-instance.transformation.d.ts +2 -2
  342. package/types/packages/client/classic-environment-v2/src/lib/models/release.d.ts +26 -26
  343. package/types/packages/client/classic-environment-v2/src/lib/models/release.transformation.d.ts +9 -9
  344. package/types/packages/client/classic-environment-v2/src/lib/models/releases.d.ts +10 -10
  345. package/types/packages/client/classic-environment-v2/src/lib/models/releases.transformation.d.ts +3 -3
  346. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.d.ts +5 -5
  347. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.transformation.d.ts +2 -2
  348. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item-vulnerability-state.d.ts +4 -0
  349. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item-vulnerability-state.transformation.d.ts +4 -0
  350. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item.d.ts +27 -0
  351. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item.transformation.d.ts +22 -0
  352. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-details-vulnerable-component.d.ts +33 -0
  353. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-details-vulnerable-component.transformation.d.ts +12 -0
  354. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.d.ts +4 -4
  355. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.transformation.d.ts +1 -1
  356. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.d.ts +8 -8
  357. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.transformation.d.ts +3 -3
  358. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.d.ts +4 -4
  359. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.transformation.d.ts +1 -1
  360. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-vulnerability-state.d.ts +0 -3
  361. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.d.ts +7 -20
  362. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.transformation.d.ts +7 -5
  363. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.d.ts +4 -4
  364. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.transformation.d.ts +2 -2
  365. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.d.ts +4 -4
  366. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.transformation.d.ts +2 -2
  367. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto-updates.d.ts +11 -0
  368. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto-updates.transformation.d.ts +7 -0
  369. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto.d.ts +13 -0
  370. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto.transformation.d.ts +8 -0
  371. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.d.ts +4 -4
  372. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.transformation.d.ts +1 -1
  373. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity.d.ts +7 -7
  374. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity.transformation.d.ts +4 -4
  375. package/types/packages/client/classic-environment-v2/src/lib/models/{vulnerable-component-base.d.ts → remediation-progress-vulnerable-component.d.ts} +12 -8
  376. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-vulnerable-component.transformation.d.ts +10 -0
  377. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-exposure.d.ts +8 -0
  378. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-exposure.transformation.d.ts +4 -0
  379. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-public-exploit.d.ts +7 -0
  380. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-public-exploit.transformation.d.ts +4 -0
  381. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-vulnerable-function-usage.d.ts +8 -0
  382. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-vulnerable-function-usage.transformation.d.ts +4 -0
  383. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes.d.ts +35 -0
  384. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes.transformation.d.ts +17 -0
  385. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts +18 -0
  386. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.transformation.d.ts +6 -0
  387. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.d.ts +13 -13
  388. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.transformation.d.ts +5 -5
  389. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto-type.d.ts +10 -0
  390. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto-type.transformation.d.ts +4 -0
  391. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto.d.ts +16 -0
  392. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto.transformation.d.ts +10 -0
  393. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-table-columns.d.ts +7 -0
  394. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-table-columns.transformation.d.ts +7 -0
  395. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +35 -28
  396. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.transformation.d.ts +17 -13
  397. package/types/packages/client/classic-environment-v2/src/lib/models/schema-files.d.ts +1 -1
  398. package/types/packages/client/classic-environment-v2/src/lib/models/schema-files.transformation.d.ts +1 -1
  399. package/types/packages/client/classic-environment-v2/src/lib/models/schema-stub.d.ts +4 -4
  400. package/types/packages/client/classic-environment-v2/src/lib/models/schema-stub.transformation.d.ts +1 -1
  401. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type-type.d.ts +6 -0
  402. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type-type.transformation.d.ts +4 -0
  403. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +19 -17
  404. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.transformation.d.ts +9 -7
  405. package/types/packages/client/classic-environment-v2/src/lib/models/schemas-list.d.ts +1 -1
  406. package/types/packages/client/classic-environment-v2/src/lib/models/schemas-list.transformation.d.ts +1 -1
  407. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.d.ts +4 -4
  408. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.transformation.d.ts +1 -1
  409. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +54 -54
  410. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.transformation.d.ts +23 -23
  411. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event-reason.d.ts +1 -0
  412. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +3 -3
  413. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.transformation.d.ts +2 -2
  414. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-events-list.d.ts +4 -4
  415. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-events-list.transformation.d.ts +1 -1
  416. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-list.d.ts +8 -8
  417. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-list.transformation.d.ts +2 -2
  418. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +1 -1
  419. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.transformation.d.ts +1 -1
  420. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +1 -1
  421. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.transformation.d.ts +1 -1
  422. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +29 -29
  423. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.transformation.d.ts +13 -13
  424. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.d.ts +4 -4
  425. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.transformation.d.ts +2 -2
  426. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.d.ts +4 -4
  427. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.transformation.d.ts +2 -2
  428. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.d.ts +13 -15
  429. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.transformation.d.ts +4 -4
  430. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-response.d.ts +2 -2
  431. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-response.transformation.d.ts +2 -2
  432. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-update.d.ts +13 -13
  433. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-update.transformation.d.ts +3 -3
  434. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +29 -21
  435. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.transformation.d.ts +9 -7
  436. package/types/packages/client/classic-environment-v2/src/lib/models/sl-os.d.ts +6 -6
  437. package/types/packages/client/classic-environment-v2/src/lib/models/sl-os.transformation.d.ts +2 -2
  438. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate-config.d.ts +3 -1
  439. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +10 -10
  440. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.transformation.d.ts +3 -3
  441. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +34 -32
  442. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.transformation.d.ts +10 -10
  443. package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +75 -75
  444. package/types/packages/client/classic-environment-v2/src/lib/models/slo.transformation.d.ts +20 -20
  445. package/types/packages/client/classic-environment-v2/src/lib/models/software-techs.d.ts +4 -4
  446. package/types/packages/client/classic-environment-v2/src/lib/models/software-techs.transformation.d.ts +1 -1
  447. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-ids-dto.d.ts +13 -0
  448. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-ids-dto.transformation.d.ts +7 -0
  449. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-status.d.ts +12 -0
  450. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-status.transformation.d.ts +4 -0
  451. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-type.d.ts +12 -0
  452. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-type.transformation.d.ts +4 -0
  453. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update-type.d.ts +10 -0
  454. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update-type.transformation.d.ts +4 -0
  455. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update.d.ts +7 -0
  456. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update.transformation.d.ts +14 -0
  457. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.d.ts +49 -0
  458. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.transformation.d.ts +21 -0
  459. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-locations.d.ts +10 -0
  460. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-locations.transformation.d.ts +7 -0
  461. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.d.ts +10 -10
  462. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.transformation.d.ts +4 -4
  463. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-group.d.ts +6 -6
  464. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-group.transformation.d.ts +2 -2
  465. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +5 -5
  466. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.transformation.d.ts +2 -2
  467. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.d.ts +7 -7
  468. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.transformation.d.ts +4 -4
  469. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-result.d.ts +8 -8
  470. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-result.transformation.d.ts +2 -2
  471. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +16 -16
  472. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.transformation.d.ts +8 -8
  473. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.d.ts +10 -10
  474. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.transformation.d.ts +3 -3
  475. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggered-monitor.d.ts +4 -4
  476. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggered-monitor.transformation.d.ts +1 -1
  477. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggering-problem-details.d.ts +8 -8
  478. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggering-problem-details.transformation.d.ts +2 -2
  479. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-private-location-update.d.ts +82 -0
  480. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-private-location-update.transformation.d.ts +21 -0
  481. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-public-location-update.d.ts +14 -0
  482. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-public-location-update.transformation.d.ts +7 -0
  483. package/types/packages/client/classic-environment-v2/src/lib/models/table-column.d.ts +9 -0
  484. package/types/packages/client/classic-environment-v2/src/lib/models/table-column.transformation.d.ts +6 -0
  485. package/types/packages/client/classic-environment-v2/src/lib/models/to-position.d.ts +4 -4
  486. package/types/packages/client/classic-environment-v2/src/lib/models/to-position.transformation.d.ts +1 -1
  487. package/types/packages/client/classic-environment-v2/src/lib/models/token-credentials.d.ts +1 -1
  488. package/types/packages/client/classic-environment-v2/src/lib/models/token-credentials.transformation.d.ts +1 -1
  489. package/types/packages/client/classic-environment-v2/src/lib/models/tracking-link-update.d.ts +15 -0
  490. package/types/packages/client/classic-environment-v2/src/lib/models/tracking-link-update.transformation.d.ts +7 -0
  491. package/types/packages/client/classic-environment-v2/src/lib/models/tracking-link.d.ts +21 -0
  492. package/types/packages/client/classic-environment-v2/src/lib/models/tracking-link.transformation.d.ts +9 -0
  493. package/types/packages/client/classic-environment-v2/src/lib/models/transactional-evidence.d.ts +8 -8
  494. package/types/packages/client/classic-environment-v2/src/lib/models/transactional-evidence.transformation.d.ts +2 -2
  495. package/types/packages/client/classic-environment-v2/src/lib/models/ui-button-customization-insert.d.ts +3 -3
  496. package/types/packages/client/classic-environment-v2/src/lib/models/ui-button-customization-insert.transformation.d.ts +4 -3
  497. package/types/packages/client/classic-environment-v2/src/lib/models/ui-button-customization.d.ts +5 -5
  498. package/types/packages/client/classic-environment-v2/src/lib/models/ui-button-customization.transformation.d.ts +2 -2
  499. package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +2 -2
  500. package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.transformation.d.ts +2 -2
  501. package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-customization.d.ts +4 -4
  502. package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-customization.transformation.d.ts +1 -1
  503. package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-section-customization.d.ts +4 -4
  504. package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-section-customization.transformation.d.ts +2 -2
  505. package/types/packages/client/classic-environment-v2/src/lib/models/ui-tab-group-customization.d.ts +4 -4
  506. package/types/packages/client/classic-environment-v2/src/lib/models/ui-tab-group-customization.transformation.d.ts +1 -1
  507. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-column-customization.d.ts +19 -2
  508. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-column-customization.transformation.d.ts +6 -1
  509. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-column-item-customization.d.ts +17 -0
  510. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-column-item-customization.transformation.d.ts +8 -0
  511. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-customization.d.ts +1 -1
  512. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-customization.transformation.d.ts +1 -1
  513. package/types/packages/client/classic-environment-v2/src/lib/models/unit-conversion-result.d.ts +4 -4
  514. package/types/packages/client/classic-environment-v2/src/lib/models/unit-conversion-result.transformation.d.ts +1 -1
  515. package/types/packages/client/classic-environment-v2/src/lib/models/unit.d.ts +8 -8
  516. package/types/packages/client/classic-environment-v2/src/lib/models/unit.transformation.d.ts +3 -3
  517. package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +14 -14
  518. package/types/packages/client/classic-environment-v2/src/lib/models/update-job.transformation.d.ts +6 -6
  519. package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.d.ts +5 -5
  520. package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.transformation.d.ts +2 -2
  521. package/types/packages/client/classic-environment-v2/src/lib/models/validation-response.d.ts +2 -2
  522. package/types/packages/client/classic-environment-v2/src/lib/models/validation-response.transformation.d.ts +2 -2
  523. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-component.d.ts +8 -8
  524. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-component.transformation.d.ts +3 -3
  525. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment.d.ts +1 -1
  526. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment.transformation.d.ts +1 -1
  527. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input.d.ts +1 -1
  528. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input.transformation.d.ts +1 -1
  529. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.d.ts +5 -5
  530. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.transformation.d.ts +2 -2
  531. package/types/packages/platform/error-handlers/src/lib/types/serialized-error.d.ts +3 -1
  532. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element-scopes-item.d.ts +0 -9
  533. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element-scopes-item.transformation.d.ts +0 -4
  534. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-component-base.transformation.d.ts +0 -9
@@ -1,11 +1,12 @@
1
1
  import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
2
- import { RemediationItem } from '../models/remediation-item';
2
+ import { RemediationDetailsItem } from '../models/remediation-details-item';
3
3
  import { RemediationItemList } from '../models/remediation-item-list';
4
4
  import { RemediationItemMuteStateChange } from '../models/remediation-item-mute-state-change';
5
5
  import { RemediationItemsBulkMute } from '../models/remediation-items-bulk-mute';
6
6
  import { RemediationItemsBulkMuteResponse } from '../models/remediation-items-bulk-mute-response';
7
7
  import { RemediationItemsBulkUnmute } from '../models/remediation-items-bulk-unmute';
8
8
  import { RemediationItemsBulkUnmuteResponse } from '../models/remediation-items-bulk-unmute-response';
9
+ import { RemediationItemsBulkUpdateDeleteDto } from '../models/remediation-items-bulk-update-delete-dto';
9
10
  import { RemediationProgressEntityList } from '../models/remediation-progress-entity-list';
10
11
  import { SecurityProblemDetails } from '../models/security-problem-details';
11
12
  import { SecurityProblemEventsList } from '../models/security-problem-events-list';
@@ -29,26 +30,175 @@ export declare class SecurityProblemsClient {
29
30
  */
30
31
  constructor(httpClientImplementation: HttpClient);
31
32
  /**
32
- * Mutes several remediation items
33
+ * Lists all security problems
33
34
  *
34
- * **Required scope:** environment-api:security-problems:write<br/>**Required permission:** environment:roles:manage-security-problems
35
+ * **Required scope:** environment-api:security-problems:read<br/>**One of the following permissions is required:**
36
+ * + environment:roles:manage-security-problems
37
+ * + environment:roles:view-security-problems
35
38
  *
36
- * @returns Success. The remediation item(s) have been muted.
39
+ * @returns Success. The response contains the list of security problems.
37
40
  *
38
41
  * @example <caption>Code example</caption>
39
42
  * import { securityProblemsClient } from "@dynatrace-sdk/client-classic-environment-v2";
40
43
  *
41
44
  * const data =
42
- * await securityProblemsClient.bulkMuteRemediationItems({
43
- * id: "...",
44
- * body: {} as RemediationItemsBulkMute,
45
- * });
45
+ * await securityProblemsClient.getSecurityProblems();
46
46
  */
47
- bulkMuteRemediationItems(config: {
48
- body: RemediationItemsBulkMute;
49
- /** The ID of the required third-party security problem. */ id: string;
47
+ getSecurityProblems(config?: {
48
+ /**
49
+ * The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
50
+ *
51
+ * The first page is always returned if you don't specify the **nextPageKey** query parameter.
52
+ *
53
+ * When the **nextPageKey** is set to obtain subsequent pages, you must omit all other query parameters.
54
+ */ nextPageKey?: string;
55
+ /**
56
+ * The amount of security problems in a single response payload.
57
+ *
58
+ * The maximal allowed page size is 500.
59
+ *
60
+ * If not set, 100 is used.
61
+ */ pageSize?: number;
62
+ /**
63
+ * Defines the scope of the query. Only security problems matching the specified criteria are included in the response.
64
+ *
65
+ * You can add one or more of the following criteria. Values are *not* case-sensitive and the `EQUALS` operator is used unless otherwise specified.
66
+ *
67
+ * * Status: `status("value")`. Find the possible values in the description of the **status** field of the response. If not set, all security problems are returned.
68
+ * * Muted: `muted("value")`. Possible values are `TRUE` or `FALSE`.
69
+ * * Risk level: `riskLevel("value")`. The Davis risk level. Find the possible values in the description of the **riskLevel** field of the response.
70
+ * * Minimum risk score: `minRiskScore("5.5")`. The Davis minimum risk score. The `GREATER THAN OR EQUAL TO` operator is used. Specify a number between `1.0` and `10.0`.
71
+ * * Maximum risk score: `maxRiskScore("5.5")`. The Davis maximum risk score. The `LESS THAN` operator is used. Specify a number between `1.0` and `10.0`.
72
+ * * Base risk level: `baseRiskLevel("value")`. The Base risk level from the CVSS. Find the possible values in the description of the **riskLevel** field of the response.
73
+ * * Minimum base risk score: `minBaseRiskScore("5.5")`. The minimum base risk score from the CVSS. The `GREATER THAN OR EQUAL TO` operator is used. Specify a number between `1.0` and `10.0`.
74
+ * * Maximum base risk score: `maxBaseRiskScore("5.5")`. The maximum base risk score from the CVSS. The `LESS THAN` operator is used. Specify a number between `1.0` and `10.0`.
75
+ * * External vulnerability ID contains: `externalVulnerabilityIdContains("id-1")`. The `CONTAINS` operator is used. Maximum value length is 48 characters.
76
+ * * External vulnerability ID: `externalVulnerabilityId("id-1", "id-2")`.
77
+ * * CVE ID: `cveId("id")`.
78
+ * * Risk assessment `riskAssessment("value-1", "value-2")` Possible values are `EXPOSED`, `SENSITIVE`, `EXPLOIT`, `VULNERABLE_FUNCTION_IN_USE` and `ACCURACY_REDUCED`.
79
+ * * Related host ID: `relatedHostIds("value-1", "value-2")`. Specify Dynatrace entity IDs here.
80
+ * * Related host name: `relatedHostNames("value-1", "value-2")`. Values are case-sensitive.
81
+ * * Related host name contains: `relatedHostNameContains("value-1")`. The `CONTAINS` operator is used.
82
+ * * Related Kubernetes cluster ID: `relatedKubernetesClusterIds("value-1", "value-2")`. Specify Dynatrace entity IDs here.
83
+ * * Related Kubernetes cluster name: `relatedKubernetesClusterNames("value-1", "value-2")`. Values are case-sensitive.
84
+ * * Related Kubernetes cluster name contains: `relatedKubernetesClusterNameContains("value-1")`. The `CONTAINS` operator is used.
85
+ * * Related Kubernetes workload ID: `relatedKubernetesWorkloadIds("value-1", "value-2")`. Specify Dynatrace entity IDs here.
86
+ * * Related Kubernetes workload name: `relatedKubernetesWorkloadNames("value-1", "value-2")`. Values are case-sensitive.
87
+ * * Related Kubernetes workload name contains: `relatedKubernetesWorkloadNameContains("value-1")`. The `CONTAINS` operator is used.
88
+ * * Management zone ID: `managementZoneIds("mzId-1", "mzId-2")`.
89
+ * * Management zone name: `managementZones("name-1", "name-2")`. Values are case-sensitive.
90
+ * * Affected process group instance ID: `affectedPgiIds("pgiId-1", "pgiId-2")`. Specify Dynatrace entity IDs here.
91
+ * * Affected process group ID: `affectedPgIds("pgId-1", "pgId-2")`. Specify Dynatrace entity IDs here.
92
+ * * Affected process group name: `affectedPgNames("name-1", "name-2")`. Values are case-sensitive.
93
+ * * Affected process group name contains: `affectedPgNameContains("name-1")`. The `CONTAINS` operator is used.
94
+ * * Vulnerable component ID: `vulnerableComponentIds("componentId-1", "componentId-2")`. Specify component IDs here.
95
+ * * Vulnerable component name: `vulnerableComponentNames("name-1", "name-2")`. Values are case-sensitive.
96
+ * * Vulnerable component name contains: `vulnerableComponentNameContains("name-1")`. The `CONTAINS` operator is used.
97
+ * * Host tags: `hostTags("hostTag-1")`. The `CONTAINS` operator is used. Maximum value length is 48 characters.
98
+ * * Process group tags: `pgTags("pgTag-1")`. The `CONTAINS` operator is used. Maximum value length is 48 characters.
99
+ * * Process group instance tags: `pgiTags("pgiTag-1")`. The `CONTAINS` operator is used. Maximum value length is 48 characters.
100
+ * * Tags: `tags("tag-1")`. The `CONTAINS` operator is used. This selector picks hosts, process groups, and process group instances at the same time. Maximum value length is 48 characters.
101
+ * * Display ID: `displayIds("S-1234", "S-5678")`. The `EQUALS` operator is used.
102
+ * * Security problem ID: `securityProblemIds("12544152654387159360", "5904857564184044850")`. The `EQUALS` operator is used.
103
+ * * Technology: `technology("technology-1", "technology-2")`. Find the possible values in the description of the **technology** field of the response. The `EQUALS` operator is used.
104
+ * * Vulnerability type: `vulnerabilityType("type-1", "type-2")`. Possible values are `THIRD_PARTY`, `CODE_LEVEL`, `RUNTIME`.
105
+ *
106
+ * Risk score and risk category are mutually exclusive (cannot be used at the same time).
107
+ *
108
+ * To set several criteria, separate them with a comma (`,`). Only results matching **all** criteria are included in the response.
109
+ *
110
+ * Specify the value of a criterion as a quoted string. The following special characters must be escaped with a tilde (`~`) inside quotes:
111
+ * * Tilde `~`
112
+ * * Quote `"`
113
+ */ securityProblemSelector?: string;
114
+ /**
115
+ * Specifies one or more fields for sorting the security problem list. Multiple fields can be concatenated using a comma (`,`) as a separator (e.g. `+status,-timestamp`).
116
+ *
117
+ * You can sort by the following properties with a sign prefix for the sorting order.
118
+ *
119
+ * * `status`: The security problem status (`+` open first or `-` resolved first)
120
+ * * `muted`: The security problem mute state (`+` unmuted first or `-` muted first)
121
+ * * `technology`: The security problem technology
122
+ * * `firstSeenTimestamp`: The timestamp of the first occurrence of the security problem (`+` new problems first or `-` old problems first)
123
+ * * `lastUpdatedTimestamp`: The timestamp of the last update of the security problem (`+` recently updated problems first or `-` earlier updated problems first)
124
+ * * `securityProblemId`: The auto-generated ID of the security problem (`+` lower number first or `-` higher number first)
125
+ * * `externalVulnerabilityId`: The ID of the external vulnerability (`+` lower number first or `-` higher number first)
126
+ * * `displayId`: The display ID (`+` lower number first or `-` higher number first)
127
+ * * `riskAssessment.riskScore`: Davis Security Score (`+` lower score first or `-` higher score first)
128
+ * * `riskAssessment.riskLevel`: Davis Security Score level (`+` lower level first or `-` higher level first)
129
+ * * `riskAssessment.exposure`: Whether the problem is exposed to the internet
130
+ * * `riskAssessment.baseRiskScore`: The CVSS score (`+` lower score first or `-` higher score first)
131
+ * * `riskAssessment.baseRiskLevel`: The CVSS level (`+` lower level first or `-` higher level first)
132
+ * * `riskAssessment.dataAssets`: Whether data assets are affected
133
+ * * `riskAssessment.vulnerableFunctionUsage`: Whether vulnerable functions are used
134
+ * * `riskAssessment.assessmentAccuracy`: The assessments accuracy (`+` less accuracy first or `-` more accuracy first)
135
+ * * `globalCounts.affectedNodes`: Number of affected nodes (`+` lower number first or `-` higher number first)
136
+ * * `globalCounts.affectedProcessGroupInstances`: Number of affected process group instances (`+` lower number first or `-` higher number first)
137
+ * * `globalCounts.affectedProcessGroups`: Number of affected process groups (`+` lower number first or `-` higher number first)
138
+ * * `globalCounts.exposedProcessGroups`: Number of exposed process groups (`+` lower number first or `-` higher number first)
139
+ * * `globalCounts.reachableDataAssets`: Number of reachable data assets (`+` lower number first or `-` higher number first)
140
+ * * `globalCounts.relatedApplications`: Number of related applications (`+` lower number first or `-` higher number first)
141
+ * * `globalCounts.relatedAttacks`: Number of attacks on the security problem (`+` lower number first or `-` higher number first)
142
+ * * `globalCounts.relatedHosts`: Number of related hosts (`+` lower number first or `-` higher number first)
143
+ * * `globalCounts.relatedKubernetesClusters`: Number of related Kubernetes cluster (`+` lower number first or `-` higher number first)
144
+ * * `globalCounts.relatedKubernetesWorkloads`: Number of related Kubernetes workloads (`+` lower number first or `-` higher number first)
145
+ * * `globalCounts.relatedServices`: Number of related services (`+` lower number first or `-` higher number first)
146
+ * * `globalCounts.vulnerableComponents`: Number of vulnerable components (`+` lower number first or `-` higher number first)
147
+ *
148
+ * If no prefix is set, `+` is used.
149
+ */ sort?: string;
150
+ /**
151
+ * A list of additional security problem properties you can add to the response.
152
+ *
153
+ * The following properties are available (all other properties are always included and you can't remove them from the response):
154
+ *
155
+ * * `riskAssessment`: A risk assessment of the security problem.
156
+ * * `managementZones`: The management zone where the security problem occurred.
157
+ * * `codeLevelVulnerabilityDetails`: Details of the code-level vulnerability.
158
+ * * `globalCounts`: Globally calculated statistics about the security problem. No management zone information is taken into account.
159
+ *
160
+ * To add properties, specify them in a comma-separated list and prefix each property with a plus (for example, `+riskAssessment,+managementZones`).
161
+ */ fields?: string;
162
+ /**
163
+ * The start of the requested timeframe.
164
+ *
165
+ * You can use one of the following formats:
166
+ * * Timestamp in UTC milliseconds.
167
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
168
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
169
+ * You can also specify relative timeframe without an alignment: `now-NU`.
170
+ * Supported time units for the relative timeframe are:
171
+ * * `m`: minutes
172
+ * * `h`: hours
173
+ * * `d`: days
174
+ * * `w`: weeks
175
+ * * `M`: months
176
+ * * `y`: years
177
+ *
178
+ * If not set, the relative timeframe of thirty days is used (`now-30d`).
179
+ */ from?: string;
180
+ /**
181
+ * The end of the requested timeframe.
182
+ *
183
+ * You can use one of the following formats:
184
+ * * Timestamp in UTC milliseconds.
185
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
186
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
187
+ * You can also specify relative timeframe without an alignment: `now-NU`.
188
+ * Supported time units for the relative timeframe are:
189
+ * * `m`: minutes
190
+ * * `h`: hours
191
+ * * `d`: days
192
+ * * `w`: weeks
193
+ * * `M`: months
194
+ * * `y`: years
195
+ *
196
+ * If not set, the current timestamp is used.
197
+ *
198
+ * The end of the timeframe must not be older than 365 days.
199
+ */ to?: string;
50
200
  abortSignal?: AbortSignal;
51
- }): Promise<RemediationItemsBulkMuteResponse>;
201
+ }): Promise<SecurityProblemList>;
52
202
  /**
53
203
  * Mutes several security problems
54
204
  *
@@ -61,7 +211,7 @@ export declare class SecurityProblemsClient {
61
211
  *
62
212
  * const data =
63
213
  * await securityProblemsClient.bulkMuteSecurityProblems({
64
- * body: {} as SecurityProblemsBulkMute,
214
+ * body: { securityProblemIds: ["..."] },
65
215
  * });
66
216
  */
67
217
  bulkMuteSecurityProblems(config: {
@@ -69,45 +219,87 @@ export declare class SecurityProblemsClient {
69
219
  abortSignal?: AbortSignal;
70
220
  }): Promise<SecurityProblemsBulkMuteResponse>;
71
221
  /**
72
- * Un-mutes several remediation items
222
+ * Un-mutes several security problems
73
223
  *
74
224
  * **Required scope:** environment-api:security-problems:write<br/>**Required permission:** environment:roles:manage-security-problems
75
225
  *
76
- * @returns Success. The remediation item(s) have been un-muted.
226
+ * @returns Success. The security problem(s) have been un-muted.
77
227
  *
78
228
  * @example <caption>Code example</caption>
79
229
  * import { securityProblemsClient } from "@dynatrace-sdk/client-classic-environment-v2";
80
230
  *
81
231
  * const data =
82
- * await securityProblemsClient.bulkUnmuteRemediationItems({
83
- * id: "...",
84
- * body: {} as RemediationItemsBulkUnmute,
232
+ * await securityProblemsClient.bulkUnmuteSecurityProblems({
233
+ * body: { securityProblemIds: ["..."] },
85
234
  * });
86
235
  */
87
- bulkUnmuteRemediationItems(config: {
88
- body: RemediationItemsBulkUnmute;
89
- /** The ID of the required third-party security problem. */ id: string;
236
+ bulkUnmuteSecurityProblems(config: {
237
+ body: SecurityProblemsBulkUnmute;
90
238
  abortSignal?: AbortSignal;
91
- }): Promise<RemediationItemsBulkUnmuteResponse>;
239
+ }): Promise<SecurityProblemsBulkUnmuteResponse>;
92
240
  /**
93
- * Un-mutes several security problems
241
+ * Gets parameters of a security problem
94
242
  *
95
- * **Required scope:** environment-api:security-problems:write<br/>**Required permission:** environment:roles:manage-security-problems
243
+ * **Required scope:** environment-api:security-problems:read<br/>**One of the following permissions is required:**
244
+ * + environment:roles:manage-security-problems
245
+ * + environment:roles:view-security-problems
96
246
  *
97
- * @returns Success. The security problem(s) have been un-muted.
247
+ * @returns Success. The response contains parameters of the security problem.
98
248
  *
99
249
  * @example <caption>Code example</caption>
100
250
  * import { securityProblemsClient } from "@dynatrace-sdk/client-classic-environment-v2";
101
251
  *
102
252
  * const data =
103
- * await securityProblemsClient.bulkUnmuteSecurityProblems({
104
- * body: {} as SecurityProblemsBulkUnmute,
253
+ * await securityProblemsClient.getSecurityProblem({
254
+ * id: "...",
105
255
  * });
106
256
  */
107
- bulkUnmuteSecurityProblems(config: {
108
- body: SecurityProblemsBulkUnmute;
257
+ getSecurityProblem(config: {
258
+ /** The ID of the requested security problem. */ id: string;
259
+ /**
260
+ * A list of additional security problem properties you can add to the response.
261
+ *
262
+ * The following properties are available (all other properties are always included and you can't remove them from the response):
263
+ *
264
+ * * `riskAssessment`: A risk assessment of the security problem.
265
+ * * `managementZones`: The management zone where the security problem occurred.
266
+ * * `codeLevelVulnerabilityDetails`: Details of the code-level vulnerability.
267
+ * * `globalCounts`: Globally calculated statistics about the security problem. No management zone information is taken into account.
268
+ * * `filteredCounts`: Statistics about the security problem, filtered by the management zone and timeframe start ('from') query parameters.
269
+ * * `description`: The description of the vulnerability.
270
+ * * `events`: The security problem's last 10 events within the last 365 days, sorted from newest to oldest.
271
+ * * `vulnerableComponents`: A list of vulnerable components of the security problem within the provided filter range.
272
+ * * `affectedEntities`: A list of affected entities of the security problem within the provided filter range.
273
+ * * `exposedEntities`: A list of exposed entities of the security problem within the provided filter range.
274
+ * * `reachableDataAssets`: A list of data assets reachable by affected entities of the security problem within the provided filter range.
275
+ * * `relatedEntities`: A list of related entities of the security problem within the provided filter range.
276
+ * * `relatedContainerImages`: A list of related container images of the security problem within the provided filter range.
277
+ * * `relatedAttacks`: A list of attacks detected on the exposed security problem.
278
+ * * `entryPoints`: A list of entry points and a flag which indicates whether this list was truncated or not.
279
+ *
280
+ * To add properties, specify them in a comma-separated list and prefix each property with a plus (for example, `+riskAssessment,+managementZones`).
281
+ */ fields?: string;
282
+ /**
283
+ * Based on the timeframe start the affected-, related- and vulnerable entities are being calculated.
284
+ * You can use one of the following formats:
285
+ * * Timestamp in UTC milliseconds.
286
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
287
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
288
+ * You can also specify relative timeframe without an alignment: `now-NU`.
289
+ * Supported time units for the relative timeframe are:
290
+ * * `m`: minutes
291
+ * * `h`: hours
292
+ * * `d`: days
293
+ * * `w`: weeks
294
+ * * `M`: months
295
+ * * `y`: years
296
+ *
297
+ * If not set, the default timeframe start of 24 hours in the past is used (`now-24h`).
298
+ *
299
+ * The timeframe start must not be older than 365 days.
300
+ */ from?: string;
109
301
  abortSignal?: AbortSignal;
110
- }): Promise<SecurityProblemsBulkUnmuteResponse>;
302
+ }): Promise<SecurityProblemDetails>;
111
303
  /**
112
304
  * Lists all events of a security problem
113
305
  *
@@ -123,12 +315,10 @@ export declare class SecurityProblemsClient {
123
315
  * const data =
124
316
  * await securityProblemsClient.getEventsForSecurityProblem({
125
317
  * id: "...",
126
- * from: "...",
127
- * to: "...",
128
318
  * });
129
319
  */
130
320
  getEventsForSecurityProblem(config: {
131
- /** The ID of the required security problem. */ id: string;
321
+ /** The ID of the requested security problem. */ id: string;
132
322
  /**
133
323
  * The start of the requested timeframe.
134
324
  *
@@ -168,28 +358,24 @@ export declare class SecurityProblemsClient {
168
358
  abortSignal?: AbortSignal;
169
359
  }): Promise<SecurityProblemEventsList>;
170
360
  /**
171
- * Gets parameters of a remediation item of a security problem | maturity=EARLY_ADOPTER
172
- *
173
- * **Required scope:** environment-api:security-problems:read<br/>**One of the following permissions is required:**
174
- * + environment:roles:manage-security-problems
175
- * + environment:roles:view-security-problems
361
+ * Mutes a security problem
176
362
  *
177
- * @returns Success. The response contains details of a single remediation item of a security problem.
363
+ * **Required scope:** environment-api:security-problems:write<br/>**Required permission:** environment:roles:manage-security-problems
178
364
  *
179
365
  * @example <caption>Code example</caption>
180
366
  * import { securityProblemsClient } from "@dynatrace-sdk/client-classic-environment-v2";
181
367
  *
182
368
  * const data =
183
- * await securityProblemsClient.getRemediationItem({
369
+ * await securityProblemsClient.muteSecurityProblem({
184
370
  * id: "...",
185
- * remediationItemId: "...",
371
+ * body: {},
186
372
  * });
187
373
  */
188
- getRemediationItem(config: {
189
- /** The ID of the required third-party security problem. */ id: string;
190
- /** The ID of the remediation item. */ remediationItemId: string;
374
+ muteSecurityProblem(config: {
375
+ body: SecurityProblemMute;
376
+ /** The ID of the requested security problem. */ id: string;
191
377
  abortSignal?: AbortSignal;
192
- }): Promise<RemediationItem>;
378
+ }): Promise<void>;
193
379
  /**
194
380
  * Lists remediation items of a third-party security problem
195
381
  *
@@ -205,11 +391,10 @@ export declare class SecurityProblemsClient {
205
391
  * const data =
206
392
  * await securityProblemsClient.getRemediationItems({
207
393
  * id: "...",
208
- * remediationItemSelector: "...",
209
394
  * });
210
395
  */
211
396
  getRemediationItems(config: {
212
- /** The ID of the required third-party security problem. */ id: string;
397
+ /** The ID of the requested third-party security problem. */ id: string;
213
398
  /**
214
399
  * Defines the scope of the query. Only remediable entities matching the specified criteria are included in the response.
215
400
  *
@@ -223,6 +408,7 @@ export declare class SecurityProblemsClient {
223
408
  * * Vulnerable function in use contains: `assessment.vulnerableFunctionInUseContains("value")`. Possible values are `class::function`, `class::` and `function`. The `CONTAINS` operator is used. Only vulnerable functions in use are considered.
224
409
  * * Assessment accuracy: `assessment.accuracy("value")` Possible values are `FULL` and `REDUCED`.
225
410
  * * Entity name contains: `entityNameContains("value-1")`. The `CONTAINS` operator is used.
411
+ * * Tracking link display name: `trackingLink.displayNameContains("value")`. The `CONTAINS` operator is used.
226
412
  *
227
413
  * To set several criteria, separate them with a comma (`,`). Only results matching **all** criteria are included in the response.
228
414
  *
@@ -233,288 +419,166 @@ export declare class SecurityProblemsClient {
233
419
  abortSignal?: AbortSignal;
234
420
  }): Promise<RemediationItemList>;
235
421
  /**
236
- * Lists remediation progress entities | maturity=EARLY_ADOPTER
422
+ * Mutes several remediation items
237
423
  *
238
- * **Required scope:** environment-api:security-problems:read<br/>**One of the following permissions is required:**
239
- * + environment:roles:manage-security-problems
240
- * + environment:roles:view-security-problems
424
+ * **Required scope:** environment-api:security-problems:write<br/>**Required permission:** environment:roles:manage-security-problems
241
425
  *
242
- * @returns Success. The response contains a list of remediation progress entities of a remediation item of a security problem. The number of entities returned is limited.
426
+ * @returns Success. The remediation item(s) have been muted.
243
427
  *
244
428
  * @example <caption>Code example</caption>
245
429
  * import { securityProblemsClient } from "@dynatrace-sdk/client-classic-environment-v2";
246
430
  *
247
431
  * const data =
248
- * await securityProblemsClient.getRemediationProgressEntities(
249
- * {
250
- * id: "...",
251
- * remediationItemId: "...",
252
- * remediationProgressEntitySelector: "...",
253
- * }
432
+ * await securityProblemsClient.bulkMuteRemediationItems({
433
+ * id: "...",
434
+ * body: { remediationItemIds: ["..."] },
435
+ * });
436
+ */
437
+ bulkMuteRemediationItems(config: {
438
+ body: RemediationItemsBulkMute;
439
+ /** The ID of the requested third-party security problem. */ id: string;
440
+ abortSignal?: AbortSignal;
441
+ }): Promise<RemediationItemsBulkMuteResponse>;
442
+ /**
443
+ * Updates the external tracking links of the remediation items. | maturity=EARLY_ADOPTER
444
+ *
445
+ * **Required scope:** environment-api:security-problems:write<br/>**Required permission:** environment:roles:manage-security-problems
446
+ *
447
+ * @example <caption>Code example</caption>
448
+ * import { securityProblemsClient } from "@dynatrace-sdk/client-classic-environment-v2";
449
+ *
450
+ * const data =
451
+ * await securityProblemsClient.trackingLinkBulkUpdateAndDelete(
452
+ * { id: "...", body: {} },
254
453
  * );
255
454
  */
256
- getRemediationProgressEntities(config: {
257
- /** The ID of the required third-party security problem. */ id: string;
258
- /** The ID of the remediation item. */ remediationItemId: string;
259
- /**
260
- * Defines the scope of the query. Only remediation progress entities matching the specified criteria are included in the response.
261
- *
262
- * You can add one or more of the following criteria. Values are *not* case-sensitive and the `EQUALS` operator is used unless otherwise specified.
263
- *
264
- * * State: `state("value")`. Possible values the **state** field are `AFFECTED` and `UNAFFECTED`. If not set, all entities are returned.
265
- * * Vulnerable function usage assessment: `assessment.vulnerableFunctionUsage("value")` Possible values are `IN_USE`, and `NOT_IN_USE`.
266
- * * Vulnerable function in use contains: `assessment.vulnerableFunctionInUseContains("value")`. Possible values are `class::function`, `class::` and `function`. The `CONTAINS` operator is used. Only vulnerable functions in use are considered.
267
- * * Entity name contains: `entityNameContains("value-1")`. The `CONTAINS` operator is used.
268
- *
269
- * To set several criteria, separate them with a comma (`,`). Only results matching **all** criteria are included in the response.
270
- *
271
- * Specify the value of a criterion as a quoted string. The following special characters must be escaped with a tilde (`~`) inside quotes:
272
- * * Tilde `~`
273
- * * Quote `"`
274
- */ remediationProgressEntitySelector?: string;
455
+ trackingLinkBulkUpdateAndDelete(config: {
456
+ body: RemediationItemsBulkUpdateDeleteDto;
457
+ /** The ID of the requested third-party security problem. */ id: string;
275
458
  abortSignal?: AbortSignal;
276
- }): Promise<RemediationProgressEntityList>;
459
+ }): Promise<void>;
277
460
  /**
278
- * Gets parameters of a security problem
461
+ * Un-mutes several remediation items
462
+ *
463
+ * **Required scope:** environment-api:security-problems:write<br/>**Required permission:** environment:roles:manage-security-problems
464
+ *
465
+ * @returns Success. The remediation item(s) have been un-muted.
466
+ *
467
+ * @example <caption>Code example</caption>
468
+ * import { securityProblemsClient } from "@dynatrace-sdk/client-classic-environment-v2";
469
+ *
470
+ * const data =
471
+ * await securityProblemsClient.bulkUnmuteRemediationItems({
472
+ * id: "...",
473
+ * body: { remediationItemIds: ["..."] },
474
+ * });
475
+ */
476
+ bulkUnmuteRemediationItems(config: {
477
+ body: RemediationItemsBulkUnmute;
478
+ /** The ID of the requested third-party security problem. */ id: string;
479
+ abortSignal?: AbortSignal;
480
+ }): Promise<RemediationItemsBulkUnmuteResponse>;
481
+ /**
482
+ * Gets parameters of a remediation item of a security problem
279
483
  *
280
484
  * **Required scope:** environment-api:security-problems:read<br/>**One of the following permissions is required:**
281
485
  * + environment:roles:manage-security-problems
282
486
  * + environment:roles:view-security-problems
283
487
  *
284
- * @returns Success. The response contains parameters of the security problem.
488
+ * @returns Success. The response contains details of a single remediation item of a security problem.
285
489
  *
286
490
  * @example <caption>Code example</caption>
287
491
  * import { securityProblemsClient } from "@dynatrace-sdk/client-classic-environment-v2";
288
492
  *
289
493
  * const data =
290
- * await securityProblemsClient.getSecurityProblem({
494
+ * await securityProblemsClient.getRemediationItem({
291
495
  * id: "...",
292
- * fields: "...",
293
- * from: "...",
496
+ * remediationItemId: "...",
294
497
  * });
295
498
  */
296
- getSecurityProblem(config: {
297
- /** The ID of the required security problem. */ id: string;
298
- /**
299
- * A list of additional security problem properties you can add to the response.
300
- *
301
- * The following properties are available (all other properties are always included and you can't remove them from the response):
302
- *
303
- * * `riskAssessment`: A risk assessment of the security problem.
304
- * * `managementZones`: The management zone where the security problem occurred.
305
- * * `codeLevelVulnerabilityDetails`: Details of the code-level vulnerability.
306
- * * `globalCounts`: Globally calculated statistics about the security problem. No management zone information is taken into account.
307
- * * `filteredCounts`: Statistics about the security problem, filtered by the management zone and timeframe start ('from') query parameters.
308
- * * `description`: The description of the vulnerability.
309
- * * `events`: The security problem's last 10 events within the last 365 days, sorted from newest to oldest.
310
- * * `vulnerableComponents`: A list of vulnerable components of the security problem within the provided filter range.
311
- * * `affectedEntities`: A list of affected entities of the security problem within the provided filter range.
312
- * * `exposedEntities`: A list of exposed entities of the security problem within the provided filter range.
313
- * * `reachableDataAssets`: A list of data assets reachable by affected entities of the security problem within the provided filter range.
314
- * * `relatedEntities`: A list of related entities of the security problem within the provided filter range.
315
- * * `relatedContainerImages`: A list of related container images of the security problem within the provided filter range.
316
- * * `relatedAttacks`: A list of attacks detected on the exposed security problem.
317
- * * `entryPoints`: A list of entry points and a flag which indicates whether this list was truncated or not.
318
- *
319
- * To add properties, specify them in a comma-separated list and prefix each property with a plus (for example, `+riskAssessment,+managementZones`).
320
- */ fields?: string;
321
- /**
322
- * Based on the timeframe start the affected-, related- and vulnerable entities are being calculated.
323
- * You can use one of the following formats:
324
- * * Timestamp in UTC milliseconds.
325
- * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
326
- * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
327
- * You can also specify relative timeframe without an alignment: `now-NU`.
328
- * Supported time units for the relative timeframe are:
329
- * * `m`: minutes
330
- * * `h`: hours
331
- * * `d`: days
332
- * * `w`: weeks
333
- * * `M`: months
334
- * * `y`: years
335
- *
336
- * If not set, the default timeframe start of 24 hours in the past is used (`now-24h`).
337
- *
338
- * The timeframe start must not be older than 365 days.
339
- */ from?: string;
499
+ getRemediationItem(config: {
500
+ /** The ID of the requested third-party security problem. */ id: string;
501
+ /** The ID of the remediation item. */ remediationItemId: string;
340
502
  abortSignal?: AbortSignal;
341
- }): Promise<SecurityProblemDetails>;
503
+ }): Promise<RemediationDetailsItem>;
342
504
  /**
343
- * Lists all security problems
505
+ * Sets the mute state of a remediation item
506
+ *
507
+ * **Required scope:** environment-api:security-problems:write<br/>**Required permission:** environment:roles:manage-security-problems
508
+ *
509
+ * @example <caption>Code example</caption>
510
+ * import { securityProblemsClient } from "@dynatrace-sdk/client-classic-environment-v2";
511
+ *
512
+ * const data =
513
+ * await securityProblemsClient.setRemediationItemMuteState({
514
+ * id: "...",
515
+ * remediationItemId: "...",
516
+ * body: { comment: "...", muted: false },
517
+ * });
518
+ */
519
+ setRemediationItemMuteState(config: {
520
+ body: RemediationItemMuteStateChange;
521
+ /** The ID of the requested third-party security problem. */ id: string;
522
+ /** The ID of the remediation item. */ remediationItemId: string;
523
+ abortSignal?: AbortSignal;
524
+ }): Promise<void>;
525
+ /**
526
+ * Lists remediation progress entities
344
527
  *
345
528
  * **Required scope:** environment-api:security-problems:read<br/>**One of the following permissions is required:**
346
529
  * + environment:roles:manage-security-problems
347
530
  * + environment:roles:view-security-problems
348
531
  *
349
- * @returns Success. The response contains the list of security problems.
532
+ * @returns Success. The response contains a list of remediation progress entities of a remediation item of a security problem. The number of entities returned is limited.
350
533
  *
351
534
  * @example <caption>Code example</caption>
352
535
  * import { securityProblemsClient } from "@dynatrace-sdk/client-classic-environment-v2";
353
536
  *
354
537
  * const data =
355
- * await securityProblemsClient.getSecurityProblems({
356
- * nextPageKey: "...",
357
- * pageSize: 123,
358
- * securityProblemSelector: "...",
359
- * sort: "...",
360
- * fields: "...",
361
- * from: "...",
362
- * to: "...",
363
- * });
538
+ * await securityProblemsClient.getRemediationProgressEntities(
539
+ * { id: "...", remediationItemId: "..." },
540
+ * );
364
541
  */
365
- getSecurityProblems(config?: {
366
- /**
367
- * The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
368
- *
369
- * The first page is always returned if you don't specify the **nextPageKey** query parameter.
370
- *
371
- * When the **nextPageKey** is set to obtain subsequent pages, you must omit all other query parameters.
372
- */ nextPageKey?: string;
373
- /**
374
- * The amount of security problems in a single response payload.
375
- *
376
- * The maximal allowed page size is 500.
377
- *
378
- * If not set, 100 is used.
379
- */ pageSize?: number;
542
+ getRemediationProgressEntities(config: {
543
+ /** The ID of the requested third-party security problem. */ id: string;
544
+ /** The ID of the remediation item. */ remediationItemId: string;
380
545
  /**
381
- * Defines the scope of the query. Only security problems matching the specified criteria are included in the response.
546
+ * Defines the scope of the query. Only remediation progress entities matching the specified criteria are included in the response.
382
547
  *
383
548
  * You can add one or more of the following criteria. Values are *not* case-sensitive and the `EQUALS` operator is used unless otherwise specified.
384
549
  *
385
- * * Status: `status("value")`. Find the possible values in the description of the **status** field of the response. If not set, all security problems are returned.
386
- * * Muted: `muted("value")`. Possible values are `TRUE` or `FALSE`.
387
- * * Risk level: `riskLevel("value")`. The Davis risk level. Find the possible values in the description of the **riskLevel** field of the response.
388
- * * Minimum risk score: `minRiskScore("5.5")`. The Davis minimum risk score. The `GREATER THAN OR EQUAL TO` operator is used. Specify a number between `1.0` and `10.0`.
389
- * * Maximum risk score: `maxRiskScore("5.5")`. The Davis maximum risk score. The `LESS THAN` operator is used. Specify a number between `1.0` and `10.0`.
390
- * * Base risk level: `baseRiskLevel("value")`. The Base risk level from the CVSS. Find the possible values in the description of the **riskLevel** field of the response.
391
- * * Minimum base risk score: `minBaseRiskScore("5.5")`. The minimum base risk score from the CVSS. The `GREATER THAN OR EQUAL TO` operator is used. Specify a number between `1.0` and `10.0`.
392
- * * Maximum base risk score: `maxBaseRiskScore("5.5")`. The maximum base risk score from the CVSS. The `LESS THAN` operator is used. Specify a number between `1.0` and `10.0`.
393
- * * External vulnerability ID contains: `externalVulnerabilityIdContains("id-1")`. The `CONTAINS` operator is used. Maximum value length is 48 characters.
394
- * * External vulnerability ID: `externalVulnerabilityId("id-1", "id-2")`.
395
- * * CVE ID: `cveId("id")`.
396
- * * Risk assessment `riskAssessment("value-1", "value-2")` Possible values are `EXPOSED`, `SENSITIVE`, `EXPLOIT`, `VULNERABLE_FUNCTION_IN_USE` and `ACCURACY_REDUCED`.
397
- * * Related host ID: `relatedHostIds("value-1", "value-2")`. Specify Dynatrace entity IDs here.
398
- * * Related host name: `relatedHostNames("value-1", "value-2")`. Values are case-sensitive.
399
- * * Related host name contains: `relatedHostNameContains("value-1")`. The `CONTAINS` operator is used.
400
- * * Related Kubernetes cluster ID: `relatedKubernetesClusterIds("value-1", "value-2")`. Specify Dynatrace entity IDs here.
401
- * * Related Kubernetes cluster name: `relatedKubernetesClusterNames("value-1", "value-2")`. Values are case-sensitive.
402
- * * Related Kubernetes cluster name contains: `relatedKubernetesClusterNameContains("value-1")`. The `CONTAINS` operator is used.
403
- * * Related Kubernetes workload ID: `relatedKubernetesWorkloadIds("value-1", "value-2")`. Specify Dynatrace entity IDs here.
404
- * * Related Kubernetes workload name: `relatedKubernetesWorkloadNames("value-1", "value-2")`. Values are case-sensitive.
405
- * * Related Kubernetes workload name contains: `relatedKubernetesWorkloadNameContains("value-1")`. The `CONTAINS` operator is used.
406
- * * Management zone ID: `managementZoneIds("mzId-1", "mzId-2")`.
407
- * * Management zone name: `managementZones("name-1", "name-2")`. Values are case-sensitive.
408
- * * Affected process group instance ID: `affectedPgiIds("pgiId-1", "pgiId-2")`. Specify Dynatrace entity IDs here.
409
- * * Affected process group ID: `affectedPgIds("pgId-1", "pgId-2")`. Specify Dynatrace entity IDs here.
410
- * * Affected process group name: `affectedPgNames("name-1", "name-2")`. Values are case-sensitive.
411
- * * Affected process group name contains: `affectedPgNameContains("name-1")`. The `CONTAINS` operator is used.
412
- * * Vulnerable component ID: `vulnerableComponentIds("componentId-1", "componentId-2")`. Specify component IDs here.
413
- * * Vulnerable component name: `vulnerableComponentNames("name-1", "name-2")`. Values are case-sensitive.
414
- * * Vulnerable component name contains: `vulnerableComponentNameContains("name-1")`. The `CONTAINS` operator is used.
415
- * * Host tags: `hostTags("hostTag-1")`. The `CONTAINS` operator is used. Maximum value length is 48 characters.
416
- * * Process group tags: `pgTags("pgTag-1")`. The `CONTAINS` operator is used. Maximum value length is 48 characters.
417
- * * Process group instance tags: `pgiTags("pgiTag-1")`. The `CONTAINS` operator is used. Maximum value length is 48 characters.
418
- * * Tags: `tags("tag-1")`. The `CONTAINS` operator is used. This selector picks hosts, process groups, and process group instances at the same time. Maximum value length is 48 characters.
419
- * * Display ID: `displayIds("S-1234", "S-5678")`. The `EQUALS` operator is used.
420
- * * Security problem ID: `securityProblemIds("12544152654387159360", "5904857564184044850")`. The `EQUALS` operator is used.
421
- * * Technology: `technology("technology-1", "technology-2")`. Find the possible values in the description of the **technology** field of the response. The `EQUALS` operator is used.
422
- * * Vulnerability type: `vulnerabilityType("type-1", "type-2")`. Possible values are `THIRD_PARTY`, `CODE_LEVEL`, `RUNTIME`.
423
- *
424
- * Risk score and risk category are mutually exclusive (cannot be used at the same time).
550
+ * * State: `state("value")`. Possible values the **state** field are `AFFECTED` and `UNAFFECTED`. If not set, all entities are returned.
551
+ * * Vulnerable function usage assessment: `assessment.vulnerableFunctionUsage("value")` Possible values are `IN_USE`, and `NOT_IN_USE`.
552
+ * * Vulnerable function in use contains: `assessment.vulnerableFunctionInUseContains("value")`. Possible values are `class::function`, `class::` and `function`. The `CONTAINS` operator is used. Only vulnerable functions in use are considered.
553
+ * * Entity name contains: `entityNameContains("value-1")`. The `CONTAINS` operator is used.
425
554
  *
426
555
  * To set several criteria, separate them with a comma (`,`). Only results matching **all** criteria are included in the response.
427
556
  *
428
557
  * Specify the value of a criterion as a quoted string. The following special characters must be escaped with a tilde (`~`) inside quotes:
429
558
  * * Tilde `~`
430
559
  * * Quote `"`
431
- */ securityProblemSelector?: string;
432
- /**
433
- * Specifies one or more fields for sorting the security problem list. Multiple fields can be concatenated using a comma (`,`) as a separator (e.g. `+status,-timestamp`).
434
- *
435
- * You can sort by the following properties with a sign prefix for the sorting order.
436
- *
437
- * * `status`: The security problem status (`+` open first or `-` resolved first)
438
- * * `muted`: The security problem mute state (`+` unmuted first or `-` muted first)
439
- * * `technology`: The security problem technology
440
- * * `firstSeenTimestamp`: The timestamp of the first occurrence of the security problem (`+` new problems first or `-` old problems first)
441
- * * `lastUpdatedTimestamp`: The timestamp of the last update of the security problem (`+` recently updated problems first or `-` earlier updated problems first)
442
- * * `securityProblemId`: The auto-generated ID of the security problem (`+` lower number first or `-` higher number first)
443
- * * `externalVulnerabilityId`: The ID of the external vulnerability (`+` lower number first or `-` higher number first)
444
- * * `displayId`: The display ID (`+` lower number first or `-` higher number first)
445
- * * `riskAssessment.riskScore`: The Davis security score (`+` lower score first or `-` higher score first)
446
- * * `riskAssessment.riskLevel`: The Davis security level (`+` lower level first or `-` higher level first)
447
- * * `riskAssessment.exposure`: Whether the problem is exposed to the internet
448
- * * `riskAssessment.dataAssets`: Whether data assets are affected
449
- * * `riskAssessment.vulnerableFunctionUsage`: Whether vulnerable functions are used
450
- * * `riskAssessment.assessmentAccuracy`: The assessments accuracy (`+` less accuracy first or `-` more accuracy first)
451
- * * `globalCounts.affectedNodes`: Number of affected nodes (`+` lower number first or `-` higher number first)
452
- * * `globalCounts.affectedProcessGroupInstances`: Number of affected process group instances (`+` lower number first or `-` higher number first)
453
- * * `globalCounts.affectedProcessGroups`: Number of affected process groups (`+` lower number first or `-` higher number first)
454
- * * `globalCounts.exposedProcessGroups`: Number of exposed process groups (`+` lower number first or `-` higher number first)
455
- * * `globalCounts.reachableDataAssets`: Number of reachable data assets (`+` lower number first or `-` higher number first)
456
- * * `globalCounts.relatedApplications`: Number of related applications (`+` lower number first or `-` higher number first)
457
- * * `globalCounts.relatedAttacks`: Number of attacks on the security problem (`+` lower number first or `-` higher number first)
458
- * * `globalCounts.relatedHosts`: Number of related hosts (`+` lower number first or `-` higher number first)
459
- * * `globalCounts.relatedKubernetesClusters`: Number of related Kubernetes cluster (`+` lower number first or `-` higher number first)
460
- * * `globalCounts.relatedKubernetesWorkloads`: Number of related Kubernetes workloads (`+` lower number first or `-` higher number first)
461
- * * `globalCounts.relatedServices`: Number of related services (`+` lower number first or `-` higher number first)
462
- * * `globalCounts.vulnerableComponents`: Number of vulnerable components (`+` lower number first or `-` higher number first)
463
- *
464
- * If no prefix is set, `+` is used.
465
- */ sort?: string;
466
- /**
467
- * A list of additional security problem properties you can add to the response.
468
- *
469
- * The following properties are available (all other properties are always included and you can't remove them from the response):
470
- *
471
- * * `riskAssessment`: A risk assessment of the security problem.
472
- * * `managementZones`: The management zone where the security problem occurred.
473
- * * `codeLevelVulnerabilityDetails`: Details of the code-level vulnerability.
474
- * * `globalCounts`: Globally calculated statistics about the security problem. No management zone information is taken into account.
475
- *
476
- * To add properties, specify them in a comma-separated list and prefix each property with a plus (for example, `+riskAssessment,+managementZones`).
477
- */ fields?: string;
478
- /**
479
- * The start of the requested timeframe.
480
- *
481
- * You can use one of the following formats:
482
- * * Timestamp in UTC milliseconds.
483
- * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
484
- * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
485
- * You can also specify relative timeframe without an alignment: `now-NU`.
486
- * Supported time units for the relative timeframe are:
487
- * * `m`: minutes
488
- * * `h`: hours
489
- * * `d`: days
490
- * * `w`: weeks
491
- * * `M`: months
492
- * * `y`: years
493
- *
494
- * If not set, the relative timeframe of thirty days is used (`now-30d`).
495
- */ from?: string;
496
- /**
497
- * The end of the requested timeframe.
498
- *
499
- * You can use one of the following formats:
500
- * * Timestamp in UTC milliseconds.
501
- * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
502
- * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
503
- * You can also specify relative timeframe without an alignment: `now-NU`.
504
- * Supported time units for the relative timeframe are:
505
- * * `m`: minutes
506
- * * `h`: hours
507
- * * `d`: days
508
- * * `w`: weeks
509
- * * `M`: months
510
- * * `y`: years
511
- *
512
- * If not set, the current timestamp is used.
513
- *
514
- * The end of the timeframe must not be older than 365 days.
515
- */ to?: string;
560
+ */ remediationProgressEntitySelector?: string;
516
561
  abortSignal?: AbortSignal;
517
- }): Promise<SecurityProblemList>;
562
+ }): Promise<RemediationProgressEntityList>;
563
+ /**
564
+ * Un-mutes a security problem
565
+ *
566
+ * **Required scope:** environment-api:security-problems:write<br/>**Required permission:** environment:roles:manage-security-problems
567
+ *
568
+ * @example <caption>Code example</caption>
569
+ * import { securityProblemsClient } from "@dynatrace-sdk/client-classic-environment-v2";
570
+ *
571
+ * const data =
572
+ * await securityProblemsClient.unmuteSecurityProblem({
573
+ * id: "...",
574
+ * body: {},
575
+ * });
576
+ */
577
+ unmuteSecurityProblem(config: {
578
+ body: SecurityProblemUnmute;
579
+ /** The ID of the requested security problem. */ id: string;
580
+ abortSignal?: AbortSignal;
581
+ }): Promise<void>;
518
582
  /**
519
583
  * Lists all vulnerable functions and their usage for a third-party security problem
520
584
  *
@@ -530,12 +594,10 @@ export declare class SecurityProblemsClient {
530
594
  * const data =
531
595
  * await securityProblemsClient.getVulnerableFunctions({
532
596
  * id: "...",
533
- * vulnerableFunctionsSelector: "...",
534
- * groupBy: "...",
535
597
  * });
536
598
  */
537
599
  getVulnerableFunctions(config: {
538
- /** The ID of the required third-party security problem. */ id: string;
600
+ /** The ID of the requested third-party security problem. */ id: string;
539
601
  /**
540
602
  * Defines the scope of the query. Only vulnerable functions matching the specified criteria are included in the response.
541
603
  *
@@ -560,64 +622,5 @@ export declare class SecurityProblemsClient {
560
622
  */ groupBy?: string;
561
623
  abortSignal?: AbortSignal;
562
624
  }): Promise<VulnerableFunctionsContainer>;
563
- /**
564
- * Mutes a security problem
565
- *
566
- * **Required scope:** environment-api:security-problems:write<br/>**Required permission:** environment:roles:manage-security-problems
567
- *
568
- * @example <caption>Code example</caption>
569
- * import { securityProblemsClient } from "@dynatrace-sdk/client-classic-environment-v2";
570
- *
571
- * const data =
572
- * await securityProblemsClient.muteSecurityProblem({
573
- * id: "...",
574
- * body: {} as SecurityProblemMute,
575
- * });
576
- */
577
- muteSecurityProblem(config: {
578
- body: SecurityProblemMute;
579
- /** The ID of the required security problem. */ id: string;
580
- abortSignal?: AbortSignal;
581
- }): Promise<void>;
582
- /**
583
- * Sets the mute state of a remediation item | maturity=EARLY_ADOPTER
584
- *
585
- * **Required scope:** environment-api:security-problems:write<br/>**Required permission:** environment:roles:manage-security-problems
586
- *
587
- * @example <caption>Code example</caption>
588
- * import { securityProblemsClient } from "@dynatrace-sdk/client-classic-environment-v2";
589
- *
590
- * const data =
591
- * await securityProblemsClient.setRemediationItemMuteState({
592
- * id: "...",
593
- * remediationItemId: "...",
594
- * body: {} as RemediationItemMuteStateChange,
595
- * });
596
- */
597
- setRemediationItemMuteState(config: {
598
- body: RemediationItemMuteStateChange;
599
- /** The ID of the required third-party security problem. */ id: string;
600
- /** The ID of the remediation item. */ remediationItemId: string;
601
- abortSignal?: AbortSignal;
602
- }): Promise<void>;
603
- /**
604
- * Un-mutes a security problem
605
- *
606
- * **Required scope:** environment-api:security-problems:write<br/>**Required permission:** environment:roles:manage-security-problems
607
- *
608
- * @example <caption>Code example</caption>
609
- * import { securityProblemsClient } from "@dynatrace-sdk/client-classic-environment-v2";
610
- *
611
- * const data =
612
- * await securityProblemsClient.unmuteSecurityProblem({
613
- * id: "...",
614
- * body: {} as SecurityProblemUnmute,
615
- * });
616
- */
617
- unmuteSecurityProblem(config: {
618
- body: SecurityProblemUnmute;
619
- /** The ID of the required security problem. */ id: string;
620
- abortSignal?: AbortSignal;
621
- }): Promise<void>;
622
625
  }
623
626
  export declare const securityProblemsClient: SecurityProblemsClient;