@volcengine/mcs 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (302) hide show
  1. package/.turbo/turbo-build.log +19 -0
  2. package/LICENSE.txt +202 -0
  3. package/dist/cjs/index.js +205 -0
  4. package/dist/esm/api.d.ts +188 -0
  5. package/dist/esm/api.d.ts.map +1 -0
  6. package/dist/esm/index.d.ts +13 -0
  7. package/dist/esm/index.d.ts.map +1 -0
  8. package/dist/esm/index.mjs +126 -0
  9. package/dist/esm/types/additional-info-list-for-get-api-v1-alarm-detail-output.d.ts +35 -0
  10. package/dist/esm/types/additional-info-list-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
  11. package/dist/esm/types/affected-asset-for-get-api-v1-alarm-detail-output.d.ts +95 -0
  12. package/dist/esm/types/affected-asset-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
  13. package/dist/esm/types/affected-resource-for-get-risk-output.d.ts +116 -0
  14. package/dist/esm/types/affected-resource-for-get-risk-output.d.ts.map +1 -0
  15. package/dist/esm/types/alarm-feature-info-malware-for-get-api-v1-alarm-detail-output.d.ts +47 -0
  16. package/dist/esm/types/alarm-feature-info-malware-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
  17. package/dist/esm/types/alarm-source-product-for-get-api-v1-alarm-detail-output.d.ts +45 -0
  18. package/dist/esm/types/alarm-source-product-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
  19. package/dist/esm/types/alarm-stat-overview-for-post-api-v1-alarm-describe-overview-output.d.ts +32 -0
  20. package/dist/esm/types/alarm-stat-overview-for-post-api-v1-alarm-describe-overview-output.d.ts.map +1 -0
  21. package/dist/esm/types/alarm-vendor-alert-meta-for-get-api-v1-alarm-detail-output.d.ts +35 -0
  22. package/dist/esm/types/alarm-vendor-alert-meta-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
  23. package/dist/esm/types/associated-cve-for-get-risk-output.d.ts +30 -0
  24. package/dist/esm/types/associated-cve-for-get-risk-output.d.ts.map +1 -0
  25. package/dist/esm/types/ban-alert-ipcallback-request.d.ts +40 -0
  26. package/dist/esm/types/ban-alert-ipcallback-request.d.ts.map +1 -0
  27. package/dist/esm/types/ban-alert-ipcallback-response.d.ts +26 -0
  28. package/dist/esm/types/ban-alert-ipcallback-response.d.ts.map +1 -0
  29. package/dist/esm/types/base-info-for-get-alarm-sync-task-output.d.ts +75 -0
  30. package/dist/esm/types/base-info-for-get-alarm-sync-task-output.d.ts.map +1 -0
  31. package/dist/esm/types/base-info-for-get-asset-sync-task-output.d.ts +75 -0
  32. package/dist/esm/types/base-info-for-get-asset-sync-task-output.d.ts.map +1 -0
  33. package/dist/esm/types/cloud-account-for-get-api-v1-alarm-detail-output.d.ts +45 -0
  34. package/dist/esm/types/cloud-account-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
  35. package/dist/esm/types/cloud-account-for-get-risk-stat-input.d.ts +45 -0
  36. package/dist/esm/types/cloud-account-for-get-risk-stat-input.d.ts.map +1 -0
  37. package/dist/esm/types/cloud-account-list-for-post-api-v1-alarm-describe-overview-input.d.ts +40 -0
  38. package/dist/esm/types/cloud-account-list-for-post-api-v1-alarm-describe-overview-input.d.ts.map +1 -0
  39. package/dist/esm/types/cloud-vendor-for-get-api-v1-overview-security-scores-output.d.ts +50 -0
  40. package/dist/esm/types/cloud-vendor-for-get-api-v1-overview-security-scores-output.d.ts.map +1 -0
  41. package/dist/esm/types/container-env-for-get-risk-output.d.ts +70 -0
  42. package/dist/esm/types/container-env-for-get-risk-output.d.ts.map +1 -0
  43. package/dist/esm/types/data-for-ban-alert-ipcallback-output.d.ts +20 -0
  44. package/dist/esm/types/data-for-ban-alert-ipcallback-output.d.ts.map +1 -0
  45. package/dist/esm/types/detail-for-get-api-v1-alarm-detail-output.d.ts +162 -0
  46. package/dist/esm/types/detail-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
  47. package/dist/esm/types/file-for-get-risk-output.d.ts +66 -0
  48. package/dist/esm/types/file-for-get-risk-output.d.ts.map +1 -0
  49. package/dist/esm/types/get-alarm-sync-task-request.d.ts +20 -0
  50. package/dist/esm/types/get-alarm-sync-task-request.d.ts.map +1 -0
  51. package/dist/esm/types/get-alarm-sync-task-response.d.ts +26 -0
  52. package/dist/esm/types/get-alarm-sync-task-response.d.ts.map +1 -0
  53. package/dist/esm/types/get-api-v1-alarm-detail-request.d.ts +25 -0
  54. package/dist/esm/types/get-api-v1-alarm-detail-request.d.ts.map +1 -0
  55. package/dist/esm/types/get-api-v1-alarm-detail-response.d.ts +26 -0
  56. package/dist/esm/types/get-api-v1-alarm-detail-response.d.ts.map +1 -0
  57. package/dist/esm/types/get-api-v1-overview-alarm-stats-request.d.ts +20 -0
  58. package/dist/esm/types/get-api-v1-overview-alarm-stats-request.d.ts.map +1 -0
  59. package/dist/esm/types/get-api-v1-overview-alarm-stats-response.d.ts +31 -0
  60. package/dist/esm/types/get-api-v1-overview-alarm-stats-response.d.ts.map +1 -0
  61. package/dist/esm/types/get-api-v1-overview-security-scores-request.d.ts +20 -0
  62. package/dist/esm/types/get-api-v1-overview-security-scores-request.d.ts.map +1 -0
  63. package/dist/esm/types/get-api-v1-overview-security-scores-response.d.ts +31 -0
  64. package/dist/esm/types/get-api-v1-overview-security-scores-response.d.ts.map +1 -0
  65. package/dist/esm/types/get-asset-sync-task-request.d.ts +20 -0
  66. package/dist/esm/types/get-asset-sync-task-request.d.ts.map +1 -0
  67. package/dist/esm/types/get-asset-sync-task-response.d.ts +26 -0
  68. package/dist/esm/types/get-asset-sync-task-response.d.ts.map +1 -0
  69. package/dist/esm/types/get-overview-card-request.d.ts +20 -0
  70. package/dist/esm/types/get-overview-card-request.d.ts.map +1 -0
  71. package/dist/esm/types/get-overview-card-response.d.ts +52 -0
  72. package/dist/esm/types/get-overview-card-response.d.ts.map +1 -0
  73. package/dist/esm/types/get-overview-service-module-request.d.ts +20 -0
  74. package/dist/esm/types/get-overview-service-module-request.d.ts.map +1 -0
  75. package/dist/esm/types/get-overview-service-module-response.d.ts +26 -0
  76. package/dist/esm/types/get-overview-service-module-response.d.ts.map +1 -0
  77. package/dist/esm/types/get-risk-detection-task-request.d.ts +20 -0
  78. package/dist/esm/types/get-risk-detection-task-request.d.ts.map +1 -0
  79. package/dist/esm/types/get-risk-detection-task-response.d.ts +81 -0
  80. package/dist/esm/types/get-risk-detection-task-response.d.ts.map +1 -0
  81. package/dist/esm/types/get-risk-request.d.ts +25 -0
  82. package/dist/esm/types/get-risk-request.d.ts.map +1 -0
  83. package/dist/esm/types/get-risk-response.d.ts +60 -0
  84. package/dist/esm/types/get-risk-response.d.ts.map +1 -0
  85. package/dist/esm/types/get-risk-stat-request.d.ts +74 -0
  86. package/dist/esm/types/get-risk-stat-request.d.ts.map +1 -0
  87. package/dist/esm/types/get-risk-stat-response.d.ts +38 -0
  88. package/dist/esm/types/get-risk-stat-response.d.ts.map +1 -0
  89. package/dist/esm/types/index.d.ts +96 -0
  90. package/dist/esm/types/index.d.ts.map +1 -0
  91. package/dist/esm/types/malware-file-for-get-api-v1-alarm-detail-output.d.ts +30 -0
  92. package/dist/esm/types/malware-file-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
  93. package/dist/esm/types/malware-hit-data-for-get-api-v1-alarm-detail-output.d.ts +30 -0
  94. package/dist/esm/types/malware-hit-data-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
  95. package/dist/esm/types/mcstrategy-risk-list-for-get-overview-card-output.d.ts +93 -0
  96. package/dist/esm/types/mcstrategy-risk-list-for-get-overview-card-output.d.ts.map +1 -0
  97. package/dist/esm/types/mcstrategy-risk-stat-for-get-overview-card-output.d.ts +42 -0
  98. package/dist/esm/types/mcstrategy-risk-stat-for-get-overview-card-output.d.ts.map +1 -0
  99. package/dist/esm/types/not-fixed-for-get-risk-stat-output.d.ts +50 -0
  100. package/dist/esm/types/not-fixed-for-get-risk-stat-output.d.ts.map +1 -0
  101. package/dist/esm/types/not-ready-srv-module-for-get-overview-service-module-output.d.ts +35 -0
  102. package/dist/esm/types/not-ready-srv-module-for-get-overview-service-module-output.d.ts.map +1 -0
  103. package/dist/esm/types/osproc-for-get-risk-output.d.ts +67 -0
  104. package/dist/esm/types/osproc-for-get-risk-output.d.ts.map +1 -0
  105. package/dist/esm/types/osuser-for-get-risk-output.d.ts +35 -0
  106. package/dist/esm/types/osuser-for-get-risk-output.d.ts.map +1 -0
  107. package/dist/esm/types/owner-for-get-risk-output.d.ts +35 -0
  108. package/dist/esm/types/owner-for-get-risk-output.d.ts.map +1 -0
  109. package/dist/esm/types/port-range-info-for-get-risk-output.d.ts +30 -0
  110. package/dist/esm/types/port-range-info-for-get-risk-output.d.ts.map +1 -0
  111. package/dist/esm/types/post-api-v1-alarm-describe-overview-request.d.ts +41 -0
  112. package/dist/esm/types/post-api-v1-alarm-describe-overview-request.d.ts.map +1 -0
  113. package/dist/esm/types/post-api-v1-alarm-describe-overview-response.d.ts +26 -0
  114. package/dist/esm/types/post-api-v1-alarm-describe-overview-response.d.ts.map +1 -0
  115. package/dist/esm/types/post-api-v1-asset-describe-detail-request.d.ts +72 -0
  116. package/dist/esm/types/post-api-v1-asset-describe-detail-request.d.ts.map +1 -0
  117. package/dist/esm/types/post-api-v1-asset-describe-detail-response.d.ts +86 -0
  118. package/dist/esm/types/post-api-v1-asset-describe-detail-response.d.ts.map +1 -0
  119. package/dist/esm/types/post-api-v1-overview-describe-asset-info-request.d.ts +41 -0
  120. package/dist/esm/types/post-api-v1-overview-describe-asset-info-request.d.ts.map +1 -0
  121. package/dist/esm/types/post-api-v1-overview-describe-asset-info-response.d.ts +53 -0
  122. package/dist/esm/types/post-api-v1-overview-describe-asset-info-response.d.ts.map +1 -0
  123. package/dist/esm/types/protect-stats-for-post-api-v1-overview-describe-asset-info-output.d.ts +40 -0
  124. package/dist/esm/types/protect-stats-for-post-api-v1-overview-describe-asset-info-output.d.ts.map +1 -0
  125. package/dist/esm/types/reference-data-for-get-risk-output.d.ts +80 -0
  126. package/dist/esm/types/reference-data-for-get-risk-output.d.ts.map +1 -0
  127. package/dist/esm/types/resource-cloud-account-list-for-post-api-v1-overview-describe-asset-info-input.d.ts +40 -0
  128. package/dist/esm/types/resource-cloud-account-list-for-post-api-v1-overview-describe-asset-info-input.d.ts.map +1 -0
  129. package/dist/esm/types/resource-info-for-post-api-v1-overview-describe-asset-info-output.d.ts +72 -0
  130. package/dist/esm/types/resource-info-for-post-api-v1-overview-describe-asset-info-output.d.ts.map +1 -0
  131. package/dist/esm/types/risk-base-info-for-get-risk-output.d.ts +152 -0
  132. package/dist/esm/types/risk-base-info-for-get-risk-output.d.ts.map +1 -0
  133. package/dist/esm/types/risk-data-stat-for-get-risk-detection-task-output.d.ts +50 -0
  134. package/dist/esm/types/risk-data-stat-for-get-risk-detection-task-output.d.ts.map +1 -0
  135. package/dist/esm/types/risk-exempt-meta-for-get-risk-output.d.ts +43 -0
  136. package/dist/esm/types/risk-exempt-meta-for-get-risk-output.d.ts.map +1 -0
  137. package/dist/esm/types/risk-status-update-by-soar-request.d.ts +35 -0
  138. package/dist/esm/types/risk-status-update-by-soar-request.d.ts.map +1 -0
  139. package/dist/esm/types/risk-status-update-by-soar-response.d.ts +25 -0
  140. package/dist/esm/types/risk-status-update-by-soar-response.d.ts.map +1 -0
  141. package/dist/esm/types/risk-top-for-post-api-v1-overview-describe-asset-info-output.d.ts +97 -0
  142. package/dist/esm/types/risk-top-for-post-api-v1-overview-describe-asset-info-output.d.ts.map +1 -0
  143. package/dist/esm/types/security-group-rule-info-for-get-risk-output.d.ts +84 -0
  144. package/dist/esm/types/security-group-rule-info-for-get-risk-output.d.ts.map +1 -0
  145. package/dist/esm/types/slbacl-group-info-for-get-risk-output.d.ts +48 -0
  146. package/dist/esm/types/slbacl-group-info-for-get-risk-output.d.ts.map +1 -0
  147. package/dist/esm/types/slblistener-info-for-get-risk-output.d.ts +53 -0
  148. package/dist/esm/types/slblistener-info-for-get-risk-output.d.ts.map +1 -0
  149. package/dist/esm/types/sshkey-pair-info-for-get-risk-output.d.ts +40 -0
  150. package/dist/esm/types/sshkey-pair-info-for-get-risk-output.d.ts.map +1 -0
  151. package/dist/esm/types/stat-by-status-for-get-risk-stat-output.d.ts +45 -0
  152. package/dist/esm/types/stat-by-status-for-get-risk-stat-output.d.ts.map +1 -0
  153. package/dist/esm/types/stat-for-get-api-v1-overview-alarm-stats-output.d.ts +30 -0
  154. package/dist/esm/types/stat-for-get-api-v1-overview-alarm-stats-output.d.ts.map +1 -0
  155. package/dist/esm/types/status-overview-for-post-api-v1-alarm-describe-overview-output.d.ts +45 -0
  156. package/dist/esm/types/status-overview-for-post-api-v1-alarm-describe-overview-output.d.ts.map +1 -0
  157. package/dist/esm/types/strategy-dbingress-minimum-aclfor-get-risk-output.d.ts +26 -0
  158. package/dist/esm/types/strategy-dbingress-minimum-aclfor-get-risk-output.d.ts.map +1 -0
  159. package/dist/esm/types/strategy-for-get-risk-output.d.ts +148 -0
  160. package/dist/esm/types/strategy-for-get-risk-output.d.ts.map +1 -0
  161. package/dist/esm/types/strategy-ossbucket-limit-anonymous-aclfor-get-risk-output.d.ts +20 -0
  162. package/dist/esm/types/strategy-ossbucket-limit-anonymous-aclfor-get-risk-output.d.ts.map +1 -0
  163. package/dist/esm/types/strategy-ossbucket-server-encrypt-for-get-risk-output.d.ts +20 -0
  164. package/dist/esm/types/strategy-ossbucket-server-encrypt-for-get-risk-output.d.ts.map +1 -0
  165. package/dist/esm/types/strategy-ossbucket-version-bak-recovery-for-get-risk-output.d.ts +20 -0
  166. package/dist/esm/types/strategy-ossbucket-version-bak-recovery-for-get-risk-output.d.ts.map +1 -0
  167. package/dist/esm/types/strategy-risk-resource-config-info-for-get-risk-output.d.ts +25 -0
  168. package/dist/esm/types/strategy-risk-resource-config-info-for-get-risk-output.d.ts.map +1 -0
  169. package/dist/esm/types/strategy-security-group-ingress-minimum-aclfor-get-risk-output.d.ts +26 -0
  170. package/dist/esm/types/strategy-security-group-ingress-minimum-aclfor-get-risk-output.d.ts.map +1 -0
  171. package/dist/esm/types/strategy-slbaclopen-for-get-risk-output.d.ts +32 -0
  172. package/dist/esm/types/strategy-slbaclopen-for-get-risk-output.d.ts.map +1 -0
  173. package/dist/esm/types/strategy-slbminimum-forward-strategy-for-get-risk-output.d.ts +26 -0
  174. package/dist/esm/types/strategy-slbminimum-forward-strategy-for-get-risk-output.d.ts.map +1 -0
  175. package/dist/esm/types/strategy-vmdefend-burst-solution-for-get-risk-output.d.ts +20 -0
  176. package/dist/esm/types/strategy-vmdefend-burst-solution-for-get-risk-output.d.ts.map +1 -0
  177. package/dist/esm/types/strategy-vmidentity-auth-sshkey-pair-for-get-risk-output.d.ts +26 -0
  178. package/dist/esm/types/strategy-vmidentity-auth-sshkey-pair-for-get-risk-output.d.ts.map +1 -0
  179. package/dist/esm/types/strategy-vmsecurity-group-rule-limit-port-access-for-get-risk-output.d.ts +26 -0
  180. package/dist/esm/types/strategy-vmsecurity-group-rule-limit-port-access-for-get-risk-output.d.ts.map +1 -0
  181. package/dist/esm/types/time-range-for-get-risk-stat-input.d.ts +30 -0
  182. package/dist/esm/types/time-range-for-get-risk-stat-input.d.ts.map +1 -0
  183. package/dist/esm/types/total-for-get-risk-stat-output.d.ts +50 -0
  184. package/dist/esm/types/total-for-get-risk-stat-output.d.ts.map +1 -0
  185. package/dist/esm/types/trend-for-get-risk-stat-output.d.ts +32 -0
  186. package/dist/esm/types/trend-for-get-risk-stat-output.d.ts.map +1 -0
  187. package/dist/esm/types/trend-info-for-get-risk-stat-output.d.ts +41 -0
  188. package/dist/esm/types/trend-info-for-get-risk-stat-output.d.ts.map +1 -0
  189. package/dist/esm/types/unhandled-for-post-api-v1-alarm-describe-overview-output.d.ts +50 -0
  190. package/dist/esm/types/unhandled-for-post-api-v1-alarm-describe-overview-output.d.ts.map +1 -0
  191. package/dist/esm/types/updated-op-record-for-post-api-v1-asset-describe-detail-output.d.ts +30 -0
  192. package/dist/esm/types/updated-op-record-for-post-api-v1-asset-describe-detail-output.d.ts.map +1 -0
  193. package/dist/esm/types/variation-info-for-get-api-v1-alarm-detail-output.d.ts +26 -0
  194. package/dist/esm/types/variation-info-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
  195. package/dist/esm/types/vuln-cvss-for-get-risk-output.d.ts +30 -0
  196. package/dist/esm/types/vuln-cvss-for-get-risk-output.d.ts.map +1 -0
  197. package/dist/esm/types/vuln-for-get-risk-output.d.ts +102 -0
  198. package/dist/esm/types/vuln-for-get-risk-output.d.ts.map +1 -0
  199. package/dist/esm/types/vulnerable-soft-package-for-get-risk-output.d.ts +57 -0
  200. package/dist/esm/types/vulnerable-soft-package-for-get-risk-output.d.ts.map +1 -0
  201. package/dist/tsconfig.tsbuildinfo +1 -0
  202. package/package.json +37 -0
  203. package/rslib.config.ts +26 -0
  204. package/src/api.ts +324 -0
  205. package/src/index.ts +14 -0
  206. package/src/types/additional-info-list-for-get-api-v1-alarm-detail-output.ts +40 -0
  207. package/src/types/affected-asset-for-get-api-v1-alarm-detail-output.ts +106 -0
  208. package/src/types/affected-resource-for-get-risk-output.ts +131 -0
  209. package/src/types/alarm-feature-info-malware-for-get-api-v1-alarm-detail-output.ts +54 -0
  210. package/src/types/alarm-source-product-for-get-api-v1-alarm-detail-output.ts +52 -0
  211. package/src/types/alarm-stat-overview-for-post-api-v1-alarm-describe-overview-output.ts +36 -0
  212. package/src/types/alarm-vendor-alert-meta-for-get-api-v1-alarm-detail-output.ts +40 -0
  213. package/src/types/associated-cve-for-get-risk-output.ts +34 -0
  214. package/src/types/ban-alert-ipcallback-request.ts +46 -0
  215. package/src/types/ban-alert-ipcallback-response.ts +29 -0
  216. package/src/types/base-info-for-get-alarm-sync-task-output.ts +86 -0
  217. package/src/types/base-info-for-get-asset-sync-task-output.ts +86 -0
  218. package/src/types/cloud-account-for-get-api-v1-alarm-detail-output.ts +52 -0
  219. package/src/types/cloud-account-for-get-risk-stat-input.ts +52 -0
  220. package/src/types/cloud-account-list-for-post-api-v1-alarm-describe-overview-input.ts +46 -0
  221. package/src/types/cloud-vendor-for-get-api-v1-overview-security-scores-output.ts +58 -0
  222. package/src/types/container-env-for-get-risk-output.ts +82 -0
  223. package/src/types/data-for-ban-alert-ipcallback-output.ts +22 -0
  224. package/src/types/detail-for-get-api-v1-alarm-detail-output.ts +182 -0
  225. package/src/types/file-for-get-risk-output.ts +77 -0
  226. package/src/types/get-alarm-sync-task-request.ts +22 -0
  227. package/src/types/get-alarm-sync-task-response.ts +29 -0
  228. package/src/types/get-api-v1-alarm-detail-request.ts +28 -0
  229. package/src/types/get-api-v1-alarm-detail-response.ts +29 -0
  230. package/src/types/get-api-v1-overview-alarm-stats-request.ts +22 -0
  231. package/src/types/get-api-v1-overview-alarm-stats-response.ts +35 -0
  232. package/src/types/get-api-v1-overview-security-scores-request.ts +22 -0
  233. package/src/types/get-api-v1-overview-security-scores-response.ts +35 -0
  234. package/src/types/get-asset-sync-task-request.ts +22 -0
  235. package/src/types/get-asset-sync-task-response.ts +29 -0
  236. package/src/types/get-overview-card-request.ts +22 -0
  237. package/src/types/get-overview-card-response.ts +60 -0
  238. package/src/types/get-overview-service-module-request.ts +22 -0
  239. package/src/types/get-overview-service-module-response.ts +29 -0
  240. package/src/types/get-risk-detection-task-request.ts +22 -0
  241. package/src/types/get-risk-detection-task-response.ts +95 -0
  242. package/src/types/get-risk-request.ts +28 -0
  243. package/src/types/get-risk-response.ts +69 -0
  244. package/src/types/get-risk-stat-request.ts +83 -0
  245. package/src/types/get-risk-stat-response.ts +43 -0
  246. package/src/types/index.ts +95 -0
  247. package/src/types/malware-file-for-get-api-v1-alarm-detail-output.ts +34 -0
  248. package/src/types/malware-hit-data-for-get-api-v1-alarm-detail-output.ts +34 -0
  249. package/src/types/mcstrategy-risk-list-for-get-overview-card-output.ts +103 -0
  250. package/src/types/mcstrategy-risk-stat-for-get-overview-card-output.ts +48 -0
  251. package/src/types/not-fixed-for-get-risk-stat-output.ts +58 -0
  252. package/src/types/not-ready-srv-module-for-get-overview-service-module-output.ts +40 -0
  253. package/src/types/osproc-for-get-risk-output.ts +78 -0
  254. package/src/types/osuser-for-get-risk-output.ts +40 -0
  255. package/src/types/owner-for-get-risk-output.ts +40 -0
  256. package/src/types/port-range-info-for-get-risk-output.ts +34 -0
  257. package/src/types/post-api-v1-alarm-describe-overview-request.ts +47 -0
  258. package/src/types/post-api-v1-alarm-describe-overview-response.ts +29 -0
  259. package/src/types/post-api-v1-asset-describe-detail-request.ts +80 -0
  260. package/src/types/post-api-v1-asset-describe-detail-response.ts +101 -0
  261. package/src/types/post-api-v1-overview-describe-asset-info-request.ts +47 -0
  262. package/src/types/post-api-v1-overview-describe-asset-info-response.ts +61 -0
  263. package/src/types/protect-stats-for-post-api-v1-overview-describe-asset-info-output.ts +46 -0
  264. package/src/types/reference-data-for-get-risk-output.ts +92 -0
  265. package/src/types/resource-cloud-account-list-for-post-api-v1-overview-describe-asset-info-input.ts +46 -0
  266. package/src/types/resource-info-for-post-api-v1-overview-describe-asset-info-output.ts +80 -0
  267. package/src/types/risk-base-info-for-get-risk-output.ts +171 -0
  268. package/src/types/risk-data-stat-for-get-risk-detection-task-output.ts +58 -0
  269. package/src/types/risk-exempt-meta-for-get-risk-output.ts +50 -0
  270. package/src/types/risk-status-update-by-soar-request.ts +40 -0
  271. package/src/types/risk-status-update-by-soar-response.ts +28 -0
  272. package/src/types/risk-top-for-post-api-v1-overview-describe-asset-info-output.ts +108 -0
  273. package/src/types/security-group-rule-info-for-get-risk-output.ts +99 -0
  274. package/src/types/slbacl-group-info-for-get-risk-output.ts +56 -0
  275. package/src/types/slblistener-info-for-get-risk-output.ts +62 -0
  276. package/src/types/sshkey-pair-info-for-get-risk-output.ts +46 -0
  277. package/src/types/stat-by-status-for-get-risk-stat-output.ts +52 -0
  278. package/src/types/stat-for-get-api-v1-overview-alarm-stats-output.ts +34 -0
  279. package/src/types/status-overview-for-post-api-v1-alarm-describe-overview-output.ts +52 -0
  280. package/src/types/strategy-dbingress-minimum-aclfor-get-risk-output.ts +29 -0
  281. package/src/types/strategy-for-get-risk-output.ts +166 -0
  282. package/src/types/strategy-ossbucket-limit-anonymous-aclfor-get-risk-output.ts +22 -0
  283. package/src/types/strategy-ossbucket-server-encrypt-for-get-risk-output.ts +22 -0
  284. package/src/types/strategy-ossbucket-version-bak-recovery-for-get-risk-output.ts +22 -0
  285. package/src/types/strategy-risk-resource-config-info-for-get-risk-output.ts +28 -0
  286. package/src/types/strategy-security-group-ingress-minimum-aclfor-get-risk-output.ts +29 -0
  287. package/src/types/strategy-slbaclopen-for-get-risk-output.ts +36 -0
  288. package/src/types/strategy-slbminimum-forward-strategy-for-get-risk-output.ts +29 -0
  289. package/src/types/strategy-vmdefend-burst-solution-for-get-risk-output.ts +22 -0
  290. package/src/types/strategy-vmidentity-auth-sshkey-pair-for-get-risk-output.ts +29 -0
  291. package/src/types/strategy-vmsecurity-group-rule-limit-port-access-for-get-risk-output.ts +29 -0
  292. package/src/types/time-range-for-get-risk-stat-input.ts +34 -0
  293. package/src/types/total-for-get-risk-stat-output.ts +58 -0
  294. package/src/types/trend-for-get-risk-stat-output.ts +36 -0
  295. package/src/types/trend-info-for-get-risk-stat-output.ts +47 -0
  296. package/src/types/unhandled-for-post-api-v1-alarm-describe-overview-output.ts +58 -0
  297. package/src/types/updated-op-record-for-post-api-v1-asset-describe-detail-output.ts +34 -0
  298. package/src/types/variation-info-for-get-api-v1-alarm-detail-output.ts +29 -0
  299. package/src/types/vuln-cvss-for-get-risk-output.ts +34 -0
  300. package/src/types/vuln-for-get-risk-output.ts +117 -0
  301. package/src/types/vulnerable-soft-package-for-get-risk-output.ts +66 -0
  302. package/tsconfig.json +12 -0
@@ -0,0 +1,72 @@
1
+ /**
2
+ * mcs
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface ResourceInfoForPostApiV1OverviewDescribeAssetInfoOutput
17
+ */
18
+ export interface ResourceInfoForPostApiV1OverviewDescribeAssetInfoOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof ResourceInfoForPostApiV1OverviewDescribeAssetInfoOutput
22
+ */
23
+ resource_type?: ResourceInfoForPostApiV1OverviewDescribeAssetInfoOutputResourceTypeEnum;
24
+ /**
25
+ * @type {number}
26
+ * @memberof ResourceInfoForPostApiV1OverviewDescribeAssetInfoOutput
27
+ */
28
+ risk?: number;
29
+ /**
30
+ * @type {number}
31
+ * @memberof ResourceInfoForPostApiV1OverviewDescribeAssetInfoOutput
32
+ */
33
+ riskless?: number;
34
+ /**
35
+ * @type {number}
36
+ * @memberof ResourceInfoForPostApiV1OverviewDescribeAssetInfoOutput
37
+ */
38
+ total?: number;
39
+ }
40
+ /**
41
+ * @export
42
+ * @enum {string}
43
+ */
44
+ export declare enum ResourceInfoForPostApiV1OverviewDescribeAssetInfoOutputResourceTypeEnum {
45
+ ComputeVm = "ComputeVm",
46
+ K8SCluster = "K8SCluster",
47
+ K8SPOD = "K8SPOD",
48
+ K8SContainer = "K8SContainer",
49
+ K8SApp = "K8SApp",
50
+ ComputeCR = "ComputeCR",
51
+ NetworkSecurityGroup = "NetworkSecurityGroup",
52
+ NetworkSlb = "NetworkSlb",
53
+ NetworkVpc = "NetworkVpc",
54
+ NetworkSubnet = "NetworkSubnet",
55
+ NetworkNatGateway = "NetworkNatGateway",
56
+ NetworkAPIGateway = "NetworkAPIGateway",
57
+ NetworkEip = "NetworkEip",
58
+ NetworkInterface = "NetworkInterface",
59
+ NetworkRouteTable = "NetworkRouteTable",
60
+ NetworkIPSecVPN = "NetworkIPSecVPN",
61
+ NetworkSSLVPN = "NetworkSSLVPN",
62
+ NetworkDirectConnectGateway = "NetworkDirectConnectGateway",
63
+ NetworkCEN = "NetworkCEN",
64
+ StorageOssBucket = "StorageOssBucket",
65
+ StorageDB = "StorageDB",
66
+ StorageVolume = "StorageVolume",
67
+ IdentityIamAccount = "IdentityIamAccount",
68
+ ComputeMSERegistryCenter = "ComputeMSERegistryCenter",
69
+ ComputeMSEGateway = "ComputeMSEGateway",
70
+ MQInstance = "MQInstance"
71
+ }
72
+ //# sourceMappingURL=resource-info-for-post-api-v1-overview-describe-asset-info-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resource-info-for-post-api-v1-overview-describe-asset-info-output.d.ts","sourceRoot":"","sources":["../../../src/types/resource-info-for-post-api-v1-overview-describe-asset-info-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uDAAuD;IAEpE;;;OAGG;IACH,aAAa,CAAC,EAAE,uEAAuE,CAAC;IAExF;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;;GAGG;AACH,oBAAY,uEAAuE;IAC/E,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,MAAM,WAAW;IACjB,YAAY,iBAAiB;IAC7B,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,oBAAoB,yBAAyB;IAC7C,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,aAAa,kBAAkB;IAC/B,iBAAiB,sBAAsB;IACvC,iBAAiB,sBAAsB;IACvC,UAAU,eAAe;IACzB,gBAAgB,qBAAqB;IACrC,iBAAiB,sBAAsB;IACvC,eAAe,oBAAoB;IACnC,aAAa,kBAAkB;IAC/B,2BAA2B,gCAAgC;IAC3D,UAAU,eAAe;IACzB,gBAAgB,qBAAqB;IACrC,SAAS,cAAc;IACvB,aAAa,kBAAkB;IAC/B,kBAAkB,uBAAuB;IACzC,wBAAwB,6BAA6B;IACrD,iBAAiB,sBAAsB;IACvC,UAAU,eAAe;CAC5B"}
@@ -0,0 +1,152 @@
1
+ /**
2
+ * mcs
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { AffectedResourceForGetRiskOutput } from './affected-resource-for-get-risk-output';
13
+ import { RiskExemptMetaForGetRiskOutput } from './risk-exempt-meta-for-get-risk-output';
14
+ /**
15
+ *
16
+ *
17
+ * @export
18
+ * @interface RiskBaseInfoForGetRiskOutput
19
+ */
20
+ export interface RiskBaseInfoForGetRiskOutput {
21
+ /**
22
+ * @type {AffectedResourceForGetRiskOutput}
23
+ * @memberof RiskBaseInfoForGetRiskOutput
24
+ */
25
+ AffectedResource?: AffectedResourceForGetRiskOutput;
26
+ /**
27
+ * @type {number}
28
+ * @memberof RiskBaseInfoForGetRiskOutput
29
+ */
30
+ LastDetectTimeMilli?: number;
31
+ /**
32
+ * @type {number}
33
+ * @memberof RiskBaseInfoForGetRiskOutput
34
+ */
35
+ LastDiscoverTimeMilli?: number;
36
+ /**
37
+ * @type {string}
38
+ * @memberof RiskBaseInfoForGetRiskOutput
39
+ */
40
+ ResourceStatus?: RiskBaseInfoForGetRiskOutputResourceStatusEnum;
41
+ /**
42
+ * @type {RiskExemptMetaForGetRiskOutput}
43
+ * @memberof RiskBaseInfoForGetRiskOutput
44
+ */
45
+ RiskExemptMeta?: RiskExemptMetaForGetRiskOutput;
46
+ /**
47
+ * @type {string}
48
+ * @memberof RiskBaseInfoForGetRiskOutput
49
+ */
50
+ RiskID?: string;
51
+ /**
52
+ * @type {string}
53
+ * @memberof RiskBaseInfoForGetRiskOutput
54
+ */
55
+ RiskLevel?: RiskBaseInfoForGetRiskOutputRiskLevelEnum;
56
+ /**
57
+ * @type {string}
58
+ * @memberof RiskBaseInfoForGetRiskOutput
59
+ */
60
+ RiskMetaID?: string;
61
+ /**
62
+ * @type {string}
63
+ * @memberof RiskBaseInfoForGetRiskOutput
64
+ */
65
+ RiskModelType?: RiskBaseInfoForGetRiskOutputRiskModelTypeEnum;
66
+ /**
67
+ * @type {string}
68
+ * @memberof RiskBaseInfoForGetRiskOutput
69
+ */
70
+ RiskName?: string;
71
+ /**
72
+ * @type {string}
73
+ * @memberof RiskBaseInfoForGetRiskOutput
74
+ */
75
+ RiskProcessStatus?: string;
76
+ /**
77
+ * @type {string}
78
+ * @memberof RiskBaseInfoForGetRiskOutput
79
+ */
80
+ RiskStatus?: RiskBaseInfoForGetRiskOutputRiskStatusEnum;
81
+ /**
82
+ * @type {Array<string>}
83
+ * @memberof RiskBaseInfoForGetRiskOutput
84
+ */
85
+ RiskTypes?: Array<RiskBaseInfoForGetRiskOutputRiskTypesEnum>;
86
+ /**
87
+ * @type {boolean}
88
+ * @memberof RiskBaseInfoForGetRiskOutput
89
+ */
90
+ SupportRepair?: boolean;
91
+ /**
92
+ * @type {boolean}
93
+ * @memberof RiskBaseInfoForGetRiskOutput
94
+ */
95
+ SupportVerify?: boolean;
96
+ }
97
+ /**
98
+ * @export
99
+ * @enum {string}
100
+ */
101
+ export declare enum RiskBaseInfoForGetRiskOutputResourceStatusEnum {
102
+ Exist = "exist",
103
+ NotExist = "not-exist"
104
+ }
105
+ /**
106
+ * @export
107
+ * @enum {string}
108
+ */
109
+ export declare enum RiskBaseInfoForGetRiskOutputRiskLevelEnum {
110
+ _700Critical = "700-critical",
111
+ _500High = "500-high",
112
+ _300Mid = "300-mid",
113
+ _100Low = "100-low",
114
+ _050Security = "050-security"
115
+ }
116
+ /**
117
+ * @export
118
+ * @enum {string}
119
+ */
120
+ export declare enum RiskBaseInfoForGetRiskOutputRiskModelTypeEnum {
121
+ RiskModelAlert = "risk_model_alert",
122
+ RiskModelVulnerability = "risk_model_vulnerability",
123
+ RiskModelBaseline = "risk_model_baseline",
124
+ RiskModelMcStrategy = "risk_model_mc_strategy",
125
+ RiskModelAttackChainAnalysis = "risk_model_attack_chain_analysis"
126
+ }
127
+ /**
128
+ * @export
129
+ * @enum {string}
130
+ */
131
+ export declare enum RiskBaseInfoForGetRiskOutputRiskStatusEnum {
132
+ Handled = "handled",
133
+ PartialHandled = "partial_handled",
134
+ Unhandled = "unhandled",
135
+ Whitened = "whitened"
136
+ }
137
+ /**
138
+ * @export
139
+ * @enum {string}
140
+ */
141
+ export declare enum RiskBaseInfoForGetRiskOutputRiskTypesEnum {
142
+ WeekPassword = "week_password",
143
+ ConfigError = "config_error",
144
+ AuthBypass = "auth_bypass",
145
+ Unauthorized = "unauthorized",
146
+ SuspiciousLeakage = "suspicious_leakage",
147
+ ComplianceProblem = "compliance_problem",
148
+ CryptoRisk = "crypto_risk",
149
+ Others = "others",
150
+ ComponentRisk = "component_risk"
151
+ }
152
+ //# sourceMappingURL=risk-base-info-for-get-risk-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"risk-base-info-for-get-risk-output.d.ts","sourceRoot":"","sources":["../../../src/types/risk-base-info-for-get-risk-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,yCAAyC,CAAC;AAC3F,OAAO,EAAE,8BAA8B,EAAE,MAAM,wCAAwC,CAAC;AACvF;;;;;EAKE;AACH,MAAM,WAAW,4BAA4B;IAEzC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,gCAAgC,CAAC;IAEpD;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B;;;OAGG;IACH,cAAc,CAAC,EAAE,8CAA8C,CAAC;IAEhE;;;OAGG;IACH,cAAc,CAAC,EAAE,8BAA8B,CAAC;IAEhD;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,SAAS,CAAC,EAAE,yCAAyC,CAAC;IAEtD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,aAAa,CAAC,EAAE,6CAA6C,CAAC;IAE9D;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,UAAU,CAAC,EAAE,0CAA0C,CAAC;IAExD;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,yCAAyC,CAAC,CAAC;IAE7D;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED;;;GAGG;AACH,oBAAY,8CAA8C;IACtD,KAAK,UAAU;IACf,QAAQ,cAAc;CACzB;AACD;;;GAGG;AACH,oBAAY,yCAAyC;IACjD,YAAY,iBAAiB;IAC7B,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,YAAY,iBAAiB;CAChC;AACD;;;GAGG;AACH,oBAAY,6CAA6C;IACrD,cAAc,qBAAqB;IACnC,sBAAsB,6BAA6B;IACnD,iBAAiB,wBAAwB;IACzC,mBAAmB,2BAA2B;IAC9C,4BAA4B,qCAAqC;CACpE;AACD;;;GAGG;AACH,oBAAY,0CAA0C;IAClD,OAAO,YAAY;IACnB,cAAc,oBAAoB;IAClC,SAAS,cAAc;IACvB,QAAQ,aAAa;CACxB;AACD;;;GAGG;AACH,oBAAY,yCAAyC;IACjD,YAAY,kBAAkB;IAC9B,WAAW,iBAAiB;IAC5B,UAAU,gBAAgB;IAC1B,YAAY,iBAAiB;IAC7B,iBAAiB,uBAAuB;IACxC,iBAAiB,uBAAuB;IACxC,UAAU,gBAAgB;IAC1B,MAAM,WAAW;IACjB,aAAa,mBAAmB;CACnC"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ * mcs
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface RiskDataStatForGetRiskDetectionTaskOutput
17
+ */
18
+ export interface RiskDataStatForGetRiskDetectionTaskOutput {
19
+ /**
20
+ * @type {number}
21
+ * @memberof RiskDataStatForGetRiskDetectionTaskOutput
22
+ */
23
+ critical?: number;
24
+ /**
25
+ * @type {number}
26
+ * @memberof RiskDataStatForGetRiskDetectionTaskOutput
27
+ */
28
+ high?: number;
29
+ /**
30
+ * @type {number}
31
+ * @memberof RiskDataStatForGetRiskDetectionTaskOutput
32
+ */
33
+ low?: number;
34
+ /**
35
+ * @type {number}
36
+ * @memberof RiskDataStatForGetRiskDetectionTaskOutput
37
+ */
38
+ medium?: number;
39
+ /**
40
+ * @type {number}
41
+ * @memberof RiskDataStatForGetRiskDetectionTaskOutput
42
+ */
43
+ security?: number;
44
+ /**
45
+ * @type {number}
46
+ * @memberof RiskDataStatForGetRiskDetectionTaskOutput
47
+ */
48
+ total?: number;
49
+ }
50
+ //# sourceMappingURL=risk-data-stat-for-get-risk-detection-task-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"risk-data-stat-for-get-risk-detection-task-output.d.ts","sourceRoot":"","sources":["../../../src/types/risk-data-stat-for-get-risk-detection-task-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yCAAyC;IAEtD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
@@ -0,0 +1,43 @@
1
+ /**
2
+ * mcs
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface RiskExemptMetaForGetRiskOutput
17
+ */
18
+ export interface RiskExemptMetaForGetRiskOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof RiskExemptMetaForGetRiskOutput
22
+ */
23
+ ExemptDesc?: string;
24
+ /**
25
+ * @type {number}
26
+ * @memberof RiskExemptMetaForGetRiskOutput
27
+ */
28
+ ExemptExpireTimeMilli?: number;
29
+ /**
30
+ * @type {string}
31
+ * @memberof RiskExemptMetaForGetRiskOutput
32
+ */
33
+ ExemptReasonType?: RiskExemptMetaForGetRiskOutputExemptReasonTypeEnum;
34
+ }
35
+ /**
36
+ * @export
37
+ * @enum {string}
38
+ */
39
+ export declare enum RiskExemptMetaForGetRiskOutputExemptReasonTypeEnum {
40
+ ReasonTypeIgnored = "reason_type_ignored",
41
+ ReasonTypeRepaired = "reason_type_repaired"
42
+ }
43
+ //# sourceMappingURL=risk-exempt-meta-for-get-risk-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"risk-exempt-meta-for-get-risk-output.d.ts","sourceRoot":"","sources":["../../../src/types/risk-exempt-meta-for-get-risk-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;IAE3C;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,kDAAkD,CAAC;CACzE;AAED;;;GAGG;AACH,oBAAY,kDAAkD;IAC1D,iBAAiB,wBAAwB;IACzC,kBAAkB,yBAAyB;CAC9C"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * mcs
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface RiskStatusUpdateBySoarRequest
17
+ */
18
+ export interface RiskStatusUpdateBySoarRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof RiskStatusUpdateBySoarRequest
22
+ */
23
+ AlarmID: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof RiskStatusUpdateBySoarRequest
27
+ */
28
+ DisposalReason?: string;
29
+ /**
30
+ * @type {string}
31
+ * @memberof RiskStatusUpdateBySoarRequest
32
+ */
33
+ DisposalResult: string;
34
+ }
35
+ //# sourceMappingURL=risk-status-update-by-soar-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"risk-status-update-by-soar-request.d.ts","sourceRoot":"","sources":["../../../src/types/risk-status-update-by-soar-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;IAE1C;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,cAAc,EAAE,MAAM,CAAC;CAC1B"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * mcs
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface RiskStatusUpdateBySoarResponse
17
+ */
18
+ export interface RiskStatusUpdateBySoarResponse {
19
+ /**
20
+ * @type {string}
21
+ * @memberof RiskStatusUpdateBySoarResponse
22
+ */
23
+ OpResult?: string;
24
+ }
25
+ //# sourceMappingURL=risk-status-update-by-soar-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"risk-status-update-by-soar-response.d.ts","sourceRoot":"","sources":["../../../src/types/risk-status-update-by-soar-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;IAE3C;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -0,0 +1,97 @@
1
+ /**
2
+ * mcs
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface RiskTopForPostApiV1OverviewDescribeAssetInfoOutput
17
+ */
18
+ export interface RiskTopForPostApiV1OverviewDescribeAssetInfoOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof RiskTopForPostApiV1OverviewDescribeAssetInfoOutput
22
+ */
23
+ resource_cloud_account_id?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof RiskTopForPostApiV1OverviewDescribeAssetInfoOutput
27
+ */
28
+ resource_id?: string;
29
+ /**
30
+ * @type {string}
31
+ * @memberof RiskTopForPostApiV1OverviewDescribeAssetInfoOutput
32
+ */
33
+ resource_name?: string;
34
+ /**
35
+ * @type {string}
36
+ * @memberof RiskTopForPostApiV1OverviewDescribeAssetInfoOutput
37
+ */
38
+ resource_type?: RiskTopForPostApiV1OverviewDescribeAssetInfoOutputResourceTypeEnum;
39
+ /**
40
+ * @type {string}
41
+ * @memberof RiskTopForPostApiV1OverviewDescribeAssetInfoOutput
42
+ */
43
+ resource_vendor?: RiskTopForPostApiV1OverviewDescribeAssetInfoOutputResourceVendorEnum;
44
+ /**
45
+ * @type {number}
46
+ * @memberof RiskTopForPostApiV1OverviewDescribeAssetInfoOutput
47
+ */
48
+ risk_strategy?: number;
49
+ /**
50
+ * @type {number}
51
+ * @memberof RiskTopForPostApiV1OverviewDescribeAssetInfoOutput
52
+ */
53
+ total_strategy?: number;
54
+ }
55
+ /**
56
+ * @export
57
+ * @enum {string}
58
+ */
59
+ export declare enum RiskTopForPostApiV1OverviewDescribeAssetInfoOutputResourceTypeEnum {
60
+ ComputeVm = "ComputeVm",
61
+ K8SCluster = "K8SCluster",
62
+ K8SPOD = "K8SPOD",
63
+ K8SContainer = "K8SContainer",
64
+ K8SApp = "K8SApp",
65
+ ComputeCR = "ComputeCR",
66
+ NetworkSecurityGroup = "NetworkSecurityGroup",
67
+ NetworkSlb = "NetworkSlb",
68
+ NetworkVpc = "NetworkVpc",
69
+ NetworkSubnet = "NetworkSubnet",
70
+ NetworkNatGateway = "NetworkNatGateway",
71
+ NetworkAPIGateway = "NetworkAPIGateway",
72
+ NetworkEip = "NetworkEip",
73
+ NetworkInterface = "NetworkInterface",
74
+ NetworkRouteTable = "NetworkRouteTable",
75
+ NetworkIPSecVPN = "NetworkIPSecVPN",
76
+ NetworkSSLVPN = "NetworkSSLVPN",
77
+ NetworkDirectConnectGateway = "NetworkDirectConnectGateway",
78
+ NetworkCEN = "NetworkCEN",
79
+ StorageOssBucket = "StorageOssBucket",
80
+ StorageDB = "StorageDB",
81
+ StorageVolume = "StorageVolume",
82
+ IdentityIamAccount = "IdentityIamAccount",
83
+ ComputeMSERegistryCenter = "ComputeMSERegistryCenter",
84
+ ComputeMSEGateway = "ComputeMSEGateway",
85
+ MQInstance = "MQInstance"
86
+ }
87
+ /**
88
+ * @export
89
+ * @enum {string}
90
+ */
91
+ export declare enum RiskTopForPostApiV1OverviewDescribeAssetInfoOutputResourceVendorEnum {
92
+ Volcengine = "volcengine",
93
+ Aliyun = "aliyun",
94
+ Huaweicloud = "huaweicloud",
95
+ Tencent = "tencent"
96
+ }
97
+ //# sourceMappingURL=risk-top-for-post-api-v1-overview-describe-asset-info-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"risk-top-for-post-api-v1-overview-describe-asset-info-output.d.ts","sourceRoot":"","sources":["../../../src/types/risk-top-for-post-api-v1-overview-describe-asset-info-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kDAAkD;IAE/D;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,aAAa,CAAC,EAAE,kEAAkE,CAAC;IAEnF;;;OAGG;IACH,eAAe,CAAC,EAAE,oEAAoE,CAAC;IAEvF;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED;;;GAGG;AACH,oBAAY,kEAAkE;IAC1E,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,MAAM,WAAW;IACjB,YAAY,iBAAiB;IAC7B,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,oBAAoB,yBAAyB;IAC7C,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,aAAa,kBAAkB;IAC/B,iBAAiB,sBAAsB;IACvC,iBAAiB,sBAAsB;IACvC,UAAU,eAAe;IACzB,gBAAgB,qBAAqB;IACrC,iBAAiB,sBAAsB;IACvC,eAAe,oBAAoB;IACnC,aAAa,kBAAkB;IAC/B,2BAA2B,gCAAgC;IAC3D,UAAU,eAAe;IACzB,gBAAgB,qBAAqB;IACrC,SAAS,cAAc;IACvB,aAAa,kBAAkB;IAC/B,kBAAkB,uBAAuB;IACzC,wBAAwB,6BAA6B;IACrD,iBAAiB,sBAAsB;IACvC,UAAU,eAAe;CAC5B;AACD;;;GAGG;AACH,oBAAY,oEAAoE;IAC5E,UAAU,eAAe;IACzB,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;CACtB"}
@@ -0,0 +1,84 @@
1
+ /**
2
+ * mcs
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { PortRangeInfoForGetRiskOutput } from './port-range-info-for-get-risk-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface SecurityGroupRuleInfoForGetRiskOutput
18
+ */
19
+ export interface SecurityGroupRuleInfoForGetRiskOutput {
20
+ /**
21
+ * @type {string}
22
+ * @memberof SecurityGroupRuleInfoForGetRiskOutput
23
+ */
24
+ Policy?: SecurityGroupRuleInfoForGetRiskOutputPolicyEnum;
25
+ /**
26
+ * @type {Array<PortRangeInfoForGetRiskOutput>}
27
+ * @memberof SecurityGroupRuleInfoForGetRiskOutput
28
+ */
29
+ PortRangeInfos?: Array<PortRangeInfoForGetRiskOutput>;
30
+ /**
31
+ * @type {number}
32
+ * @memberof SecurityGroupRuleInfoForGetRiskOutput
33
+ */
34
+ Priority?: number;
35
+ /**
36
+ * @type {string}
37
+ * @memberof SecurityGroupRuleInfoForGetRiskOutput
38
+ */
39
+ ProtocolType?: string;
40
+ /**
41
+ * @type {string}
42
+ * @memberof SecurityGroupRuleInfoForGetRiskOutput
43
+ */
44
+ SecurityGroupName?: string;
45
+ /**
46
+ * @type {string}
47
+ * @memberof SecurityGroupRuleInfoForGetRiskOutput
48
+ */
49
+ SecurityGroupRuleUID?: string;
50
+ /**
51
+ * @type {string}
52
+ * @memberof SecurityGroupRuleInfoForGetRiskOutput
53
+ */
54
+ SecurityGroupUID?: string;
55
+ /**
56
+ * @type {string}
57
+ * @memberof SecurityGroupRuleInfoForGetRiskOutput
58
+ */
59
+ SerivceNameCN?: string;
60
+ /**
61
+ * @type {string}
62
+ * @memberof SecurityGroupRuleInfoForGetRiskOutput
63
+ */
64
+ SerivceNameEN?: string;
65
+ /**
66
+ * @type {string}
67
+ * @memberof SecurityGroupRuleInfoForGetRiskOutput
68
+ */
69
+ SrouceCidrIP?: string;
70
+ /**
71
+ * @type {string}
72
+ * @memberof SecurityGroupRuleInfoForGetRiskOutput
73
+ */
74
+ SrouceIPType?: string;
75
+ }
76
+ /**
77
+ * @export
78
+ * @enum {string}
79
+ */
80
+ export declare enum SecurityGroupRuleInfoForGetRiskOutputPolicyEnum {
81
+ Allow = "allow",
82
+ Deny = "deny"
83
+ }
84
+ //# sourceMappingURL=security-group-rule-info-for-get-risk-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"security-group-rule-info-for-get-risk-output.d.ts","sourceRoot":"","sources":["../../../src/types/security-group-rule-info-for-get-risk-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,uCAAuC,CAAC;AACrF;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;IAElD;;;OAGG;IACH,MAAM,CAAC,EAAE,+CAA+C,CAAC;IAEzD;;;OAGG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,6BAA6B,CAAC,CAAC;IAEtD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB;AAED;;;GAGG;AACH,oBAAY,+CAA+C;IACvD,KAAK,UAAU;IACf,IAAI,SAAS;CAChB"}
@@ -0,0 +1,48 @@
1
+ /**
2
+ * mcs
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface SLBAclGroupInfoForGetRiskOutput
17
+ */
18
+ export interface SLBAclGroupInfoForGetRiskOutput {
19
+ /**
20
+ * @type {number}
21
+ * @memberof SLBAclGroupInfoForGetRiskOutput
22
+ */
23
+ IPCount?: number;
24
+ /**
25
+ * @type {string}
26
+ * @memberof SLBAclGroupInfoForGetRiskOutput
27
+ */
28
+ Name?: string;
29
+ /**
30
+ * @type {string}
31
+ * @memberof SLBAclGroupInfoForGetRiskOutput
32
+ */
33
+ Policy?: SLBAclGroupInfoForGetRiskOutputPolicyEnum;
34
+ /**
35
+ * @type {string}
36
+ * @memberof SLBAclGroupInfoForGetRiskOutput
37
+ */
38
+ UID?: string;
39
+ }
40
+ /**
41
+ * @export
42
+ * @enum {string}
43
+ */
44
+ export declare enum SLBAclGroupInfoForGetRiskOutputPolicyEnum {
45
+ Allow = "allow",
46
+ Deny = "deny"
47
+ }
48
+ //# sourceMappingURL=slbacl-group-info-for-get-risk-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slbacl-group-info-for-get-risk-output.d.ts","sourceRoot":"","sources":["../../../src/types/slbacl-group-info-for-get-risk-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,MAAM,CAAC,EAAE,yCAAyC,CAAC;IAEnD;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;GAGG;AACH,oBAAY,yCAAyC;IACjD,KAAK,UAAU;IACf,IAAI,SAAS;CAChB"}