@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.
- package/.turbo/turbo-build.log +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +205 -0
- package/dist/esm/api.d.ts +188 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +126 -0
- package/dist/esm/types/additional-info-list-for-get-api-v1-alarm-detail-output.d.ts +35 -0
- package/dist/esm/types/additional-info-list-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/affected-asset-for-get-api-v1-alarm-detail-output.d.ts +95 -0
- package/dist/esm/types/affected-asset-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/affected-resource-for-get-risk-output.d.ts +116 -0
- package/dist/esm/types/affected-resource-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/alarm-feature-info-malware-for-get-api-v1-alarm-detail-output.d.ts +47 -0
- package/dist/esm/types/alarm-feature-info-malware-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/alarm-source-product-for-get-api-v1-alarm-detail-output.d.ts +45 -0
- package/dist/esm/types/alarm-source-product-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/alarm-stat-overview-for-post-api-v1-alarm-describe-overview-output.d.ts +32 -0
- package/dist/esm/types/alarm-stat-overview-for-post-api-v1-alarm-describe-overview-output.d.ts.map +1 -0
- package/dist/esm/types/alarm-vendor-alert-meta-for-get-api-v1-alarm-detail-output.d.ts +35 -0
- package/dist/esm/types/alarm-vendor-alert-meta-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/associated-cve-for-get-risk-output.d.ts +30 -0
- package/dist/esm/types/associated-cve-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/ban-alert-ipcallback-request.d.ts +40 -0
- package/dist/esm/types/ban-alert-ipcallback-request.d.ts.map +1 -0
- package/dist/esm/types/ban-alert-ipcallback-response.d.ts +26 -0
- package/dist/esm/types/ban-alert-ipcallback-response.d.ts.map +1 -0
- package/dist/esm/types/base-info-for-get-alarm-sync-task-output.d.ts +75 -0
- package/dist/esm/types/base-info-for-get-alarm-sync-task-output.d.ts.map +1 -0
- package/dist/esm/types/base-info-for-get-asset-sync-task-output.d.ts +75 -0
- package/dist/esm/types/base-info-for-get-asset-sync-task-output.d.ts.map +1 -0
- package/dist/esm/types/cloud-account-for-get-api-v1-alarm-detail-output.d.ts +45 -0
- package/dist/esm/types/cloud-account-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/cloud-account-for-get-risk-stat-input.d.ts +45 -0
- package/dist/esm/types/cloud-account-for-get-risk-stat-input.d.ts.map +1 -0
- package/dist/esm/types/cloud-account-list-for-post-api-v1-alarm-describe-overview-input.d.ts +40 -0
- package/dist/esm/types/cloud-account-list-for-post-api-v1-alarm-describe-overview-input.d.ts.map +1 -0
- package/dist/esm/types/cloud-vendor-for-get-api-v1-overview-security-scores-output.d.ts +50 -0
- package/dist/esm/types/cloud-vendor-for-get-api-v1-overview-security-scores-output.d.ts.map +1 -0
- package/dist/esm/types/container-env-for-get-risk-output.d.ts +70 -0
- package/dist/esm/types/container-env-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-ban-alert-ipcallback-output.d.ts +20 -0
- package/dist/esm/types/data-for-ban-alert-ipcallback-output.d.ts.map +1 -0
- package/dist/esm/types/detail-for-get-api-v1-alarm-detail-output.d.ts +162 -0
- package/dist/esm/types/detail-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/file-for-get-risk-output.d.ts +66 -0
- package/dist/esm/types/file-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/get-alarm-sync-task-request.d.ts +20 -0
- package/dist/esm/types/get-alarm-sync-task-request.d.ts.map +1 -0
- package/dist/esm/types/get-alarm-sync-task-response.d.ts +26 -0
- package/dist/esm/types/get-alarm-sync-task-response.d.ts.map +1 -0
- package/dist/esm/types/get-api-v1-alarm-detail-request.d.ts +25 -0
- package/dist/esm/types/get-api-v1-alarm-detail-request.d.ts.map +1 -0
- package/dist/esm/types/get-api-v1-alarm-detail-response.d.ts +26 -0
- package/dist/esm/types/get-api-v1-alarm-detail-response.d.ts.map +1 -0
- package/dist/esm/types/get-api-v1-overview-alarm-stats-request.d.ts +20 -0
- package/dist/esm/types/get-api-v1-overview-alarm-stats-request.d.ts.map +1 -0
- package/dist/esm/types/get-api-v1-overview-alarm-stats-response.d.ts +31 -0
- package/dist/esm/types/get-api-v1-overview-alarm-stats-response.d.ts.map +1 -0
- package/dist/esm/types/get-api-v1-overview-security-scores-request.d.ts +20 -0
- package/dist/esm/types/get-api-v1-overview-security-scores-request.d.ts.map +1 -0
- package/dist/esm/types/get-api-v1-overview-security-scores-response.d.ts +31 -0
- package/dist/esm/types/get-api-v1-overview-security-scores-response.d.ts.map +1 -0
- package/dist/esm/types/get-asset-sync-task-request.d.ts +20 -0
- package/dist/esm/types/get-asset-sync-task-request.d.ts.map +1 -0
- package/dist/esm/types/get-asset-sync-task-response.d.ts +26 -0
- package/dist/esm/types/get-asset-sync-task-response.d.ts.map +1 -0
- package/dist/esm/types/get-overview-card-request.d.ts +20 -0
- package/dist/esm/types/get-overview-card-request.d.ts.map +1 -0
- package/dist/esm/types/get-overview-card-response.d.ts +52 -0
- package/dist/esm/types/get-overview-card-response.d.ts.map +1 -0
- package/dist/esm/types/get-overview-service-module-request.d.ts +20 -0
- package/dist/esm/types/get-overview-service-module-request.d.ts.map +1 -0
- package/dist/esm/types/get-overview-service-module-response.d.ts +26 -0
- package/dist/esm/types/get-overview-service-module-response.d.ts.map +1 -0
- package/dist/esm/types/get-risk-detection-task-request.d.ts +20 -0
- package/dist/esm/types/get-risk-detection-task-request.d.ts.map +1 -0
- package/dist/esm/types/get-risk-detection-task-response.d.ts +81 -0
- package/dist/esm/types/get-risk-detection-task-response.d.ts.map +1 -0
- package/dist/esm/types/get-risk-request.d.ts +25 -0
- package/dist/esm/types/get-risk-request.d.ts.map +1 -0
- package/dist/esm/types/get-risk-response.d.ts +60 -0
- package/dist/esm/types/get-risk-response.d.ts.map +1 -0
- package/dist/esm/types/get-risk-stat-request.d.ts +74 -0
- package/dist/esm/types/get-risk-stat-request.d.ts.map +1 -0
- package/dist/esm/types/get-risk-stat-response.d.ts +38 -0
- package/dist/esm/types/get-risk-stat-response.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +96 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/malware-file-for-get-api-v1-alarm-detail-output.d.ts +30 -0
- package/dist/esm/types/malware-file-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/malware-hit-data-for-get-api-v1-alarm-detail-output.d.ts +30 -0
- package/dist/esm/types/malware-hit-data-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/mcstrategy-risk-list-for-get-overview-card-output.d.ts +93 -0
- package/dist/esm/types/mcstrategy-risk-list-for-get-overview-card-output.d.ts.map +1 -0
- package/dist/esm/types/mcstrategy-risk-stat-for-get-overview-card-output.d.ts +42 -0
- package/dist/esm/types/mcstrategy-risk-stat-for-get-overview-card-output.d.ts.map +1 -0
- package/dist/esm/types/not-fixed-for-get-risk-stat-output.d.ts +50 -0
- package/dist/esm/types/not-fixed-for-get-risk-stat-output.d.ts.map +1 -0
- package/dist/esm/types/not-ready-srv-module-for-get-overview-service-module-output.d.ts +35 -0
- package/dist/esm/types/not-ready-srv-module-for-get-overview-service-module-output.d.ts.map +1 -0
- package/dist/esm/types/osproc-for-get-risk-output.d.ts +67 -0
- package/dist/esm/types/osproc-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/osuser-for-get-risk-output.d.ts +35 -0
- package/dist/esm/types/osuser-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/owner-for-get-risk-output.d.ts +35 -0
- package/dist/esm/types/owner-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/port-range-info-for-get-risk-output.d.ts +30 -0
- package/dist/esm/types/port-range-info-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/post-api-v1-alarm-describe-overview-request.d.ts +41 -0
- package/dist/esm/types/post-api-v1-alarm-describe-overview-request.d.ts.map +1 -0
- package/dist/esm/types/post-api-v1-alarm-describe-overview-response.d.ts +26 -0
- package/dist/esm/types/post-api-v1-alarm-describe-overview-response.d.ts.map +1 -0
- package/dist/esm/types/post-api-v1-asset-describe-detail-request.d.ts +72 -0
- package/dist/esm/types/post-api-v1-asset-describe-detail-request.d.ts.map +1 -0
- package/dist/esm/types/post-api-v1-asset-describe-detail-response.d.ts +86 -0
- package/dist/esm/types/post-api-v1-asset-describe-detail-response.d.ts.map +1 -0
- package/dist/esm/types/post-api-v1-overview-describe-asset-info-request.d.ts +41 -0
- package/dist/esm/types/post-api-v1-overview-describe-asset-info-request.d.ts.map +1 -0
- package/dist/esm/types/post-api-v1-overview-describe-asset-info-response.d.ts +53 -0
- package/dist/esm/types/post-api-v1-overview-describe-asset-info-response.d.ts.map +1 -0
- package/dist/esm/types/protect-stats-for-post-api-v1-overview-describe-asset-info-output.d.ts +40 -0
- package/dist/esm/types/protect-stats-for-post-api-v1-overview-describe-asset-info-output.d.ts.map +1 -0
- package/dist/esm/types/reference-data-for-get-risk-output.d.ts +80 -0
- package/dist/esm/types/reference-data-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/resource-cloud-account-list-for-post-api-v1-overview-describe-asset-info-input.d.ts +40 -0
- package/dist/esm/types/resource-cloud-account-list-for-post-api-v1-overview-describe-asset-info-input.d.ts.map +1 -0
- package/dist/esm/types/resource-info-for-post-api-v1-overview-describe-asset-info-output.d.ts +72 -0
- package/dist/esm/types/resource-info-for-post-api-v1-overview-describe-asset-info-output.d.ts.map +1 -0
- package/dist/esm/types/risk-base-info-for-get-risk-output.d.ts +152 -0
- package/dist/esm/types/risk-base-info-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/risk-data-stat-for-get-risk-detection-task-output.d.ts +50 -0
- package/dist/esm/types/risk-data-stat-for-get-risk-detection-task-output.d.ts.map +1 -0
- package/dist/esm/types/risk-exempt-meta-for-get-risk-output.d.ts +43 -0
- package/dist/esm/types/risk-exempt-meta-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/risk-status-update-by-soar-request.d.ts +35 -0
- package/dist/esm/types/risk-status-update-by-soar-request.d.ts.map +1 -0
- package/dist/esm/types/risk-status-update-by-soar-response.d.ts +25 -0
- package/dist/esm/types/risk-status-update-by-soar-response.d.ts.map +1 -0
- package/dist/esm/types/risk-top-for-post-api-v1-overview-describe-asset-info-output.d.ts +97 -0
- package/dist/esm/types/risk-top-for-post-api-v1-overview-describe-asset-info-output.d.ts.map +1 -0
- package/dist/esm/types/security-group-rule-info-for-get-risk-output.d.ts +84 -0
- package/dist/esm/types/security-group-rule-info-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/slbacl-group-info-for-get-risk-output.d.ts +48 -0
- package/dist/esm/types/slbacl-group-info-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/slblistener-info-for-get-risk-output.d.ts +53 -0
- package/dist/esm/types/slblistener-info-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/sshkey-pair-info-for-get-risk-output.d.ts +40 -0
- package/dist/esm/types/sshkey-pair-info-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/stat-by-status-for-get-risk-stat-output.d.ts +45 -0
- package/dist/esm/types/stat-by-status-for-get-risk-stat-output.d.ts.map +1 -0
- package/dist/esm/types/stat-for-get-api-v1-overview-alarm-stats-output.d.ts +30 -0
- package/dist/esm/types/stat-for-get-api-v1-overview-alarm-stats-output.d.ts.map +1 -0
- package/dist/esm/types/status-overview-for-post-api-v1-alarm-describe-overview-output.d.ts +45 -0
- package/dist/esm/types/status-overview-for-post-api-v1-alarm-describe-overview-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-dbingress-minimum-aclfor-get-risk-output.d.ts +26 -0
- package/dist/esm/types/strategy-dbingress-minimum-aclfor-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-for-get-risk-output.d.ts +148 -0
- package/dist/esm/types/strategy-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-ossbucket-limit-anonymous-aclfor-get-risk-output.d.ts +20 -0
- package/dist/esm/types/strategy-ossbucket-limit-anonymous-aclfor-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-ossbucket-server-encrypt-for-get-risk-output.d.ts +20 -0
- package/dist/esm/types/strategy-ossbucket-server-encrypt-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-ossbucket-version-bak-recovery-for-get-risk-output.d.ts +20 -0
- package/dist/esm/types/strategy-ossbucket-version-bak-recovery-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-risk-resource-config-info-for-get-risk-output.d.ts +25 -0
- package/dist/esm/types/strategy-risk-resource-config-info-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-security-group-ingress-minimum-aclfor-get-risk-output.d.ts +26 -0
- package/dist/esm/types/strategy-security-group-ingress-minimum-aclfor-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-slbaclopen-for-get-risk-output.d.ts +32 -0
- package/dist/esm/types/strategy-slbaclopen-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-slbminimum-forward-strategy-for-get-risk-output.d.ts +26 -0
- package/dist/esm/types/strategy-slbminimum-forward-strategy-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-vmdefend-burst-solution-for-get-risk-output.d.ts +20 -0
- package/dist/esm/types/strategy-vmdefend-burst-solution-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-vmidentity-auth-sshkey-pair-for-get-risk-output.d.ts +26 -0
- package/dist/esm/types/strategy-vmidentity-auth-sshkey-pair-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-vmsecurity-group-rule-limit-port-access-for-get-risk-output.d.ts +26 -0
- package/dist/esm/types/strategy-vmsecurity-group-rule-limit-port-access-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/time-range-for-get-risk-stat-input.d.ts +30 -0
- package/dist/esm/types/time-range-for-get-risk-stat-input.d.ts.map +1 -0
- package/dist/esm/types/total-for-get-risk-stat-output.d.ts +50 -0
- package/dist/esm/types/total-for-get-risk-stat-output.d.ts.map +1 -0
- package/dist/esm/types/trend-for-get-risk-stat-output.d.ts +32 -0
- package/dist/esm/types/trend-for-get-risk-stat-output.d.ts.map +1 -0
- package/dist/esm/types/trend-info-for-get-risk-stat-output.d.ts +41 -0
- package/dist/esm/types/trend-info-for-get-risk-stat-output.d.ts.map +1 -0
- package/dist/esm/types/unhandled-for-post-api-v1-alarm-describe-overview-output.d.ts +50 -0
- package/dist/esm/types/unhandled-for-post-api-v1-alarm-describe-overview-output.d.ts.map +1 -0
- package/dist/esm/types/updated-op-record-for-post-api-v1-asset-describe-detail-output.d.ts +30 -0
- package/dist/esm/types/updated-op-record-for-post-api-v1-asset-describe-detail-output.d.ts.map +1 -0
- package/dist/esm/types/variation-info-for-get-api-v1-alarm-detail-output.d.ts +26 -0
- package/dist/esm/types/variation-info-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/vuln-cvss-for-get-risk-output.d.ts +30 -0
- package/dist/esm/types/vuln-cvss-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/vuln-for-get-risk-output.d.ts +102 -0
- package/dist/esm/types/vuln-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/vulnerable-soft-package-for-get-risk-output.d.ts +57 -0
- package/dist/esm/types/vulnerable-soft-package-for-get-risk-output.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +324 -0
- package/src/index.ts +14 -0
- package/src/types/additional-info-list-for-get-api-v1-alarm-detail-output.ts +40 -0
- package/src/types/affected-asset-for-get-api-v1-alarm-detail-output.ts +106 -0
- package/src/types/affected-resource-for-get-risk-output.ts +131 -0
- package/src/types/alarm-feature-info-malware-for-get-api-v1-alarm-detail-output.ts +54 -0
- package/src/types/alarm-source-product-for-get-api-v1-alarm-detail-output.ts +52 -0
- package/src/types/alarm-stat-overview-for-post-api-v1-alarm-describe-overview-output.ts +36 -0
- package/src/types/alarm-vendor-alert-meta-for-get-api-v1-alarm-detail-output.ts +40 -0
- package/src/types/associated-cve-for-get-risk-output.ts +34 -0
- package/src/types/ban-alert-ipcallback-request.ts +46 -0
- package/src/types/ban-alert-ipcallback-response.ts +29 -0
- package/src/types/base-info-for-get-alarm-sync-task-output.ts +86 -0
- package/src/types/base-info-for-get-asset-sync-task-output.ts +86 -0
- package/src/types/cloud-account-for-get-api-v1-alarm-detail-output.ts +52 -0
- package/src/types/cloud-account-for-get-risk-stat-input.ts +52 -0
- package/src/types/cloud-account-list-for-post-api-v1-alarm-describe-overview-input.ts +46 -0
- package/src/types/cloud-vendor-for-get-api-v1-overview-security-scores-output.ts +58 -0
- package/src/types/container-env-for-get-risk-output.ts +82 -0
- package/src/types/data-for-ban-alert-ipcallback-output.ts +22 -0
- package/src/types/detail-for-get-api-v1-alarm-detail-output.ts +182 -0
- package/src/types/file-for-get-risk-output.ts +77 -0
- package/src/types/get-alarm-sync-task-request.ts +22 -0
- package/src/types/get-alarm-sync-task-response.ts +29 -0
- package/src/types/get-api-v1-alarm-detail-request.ts +28 -0
- package/src/types/get-api-v1-alarm-detail-response.ts +29 -0
- package/src/types/get-api-v1-overview-alarm-stats-request.ts +22 -0
- package/src/types/get-api-v1-overview-alarm-stats-response.ts +35 -0
- package/src/types/get-api-v1-overview-security-scores-request.ts +22 -0
- package/src/types/get-api-v1-overview-security-scores-response.ts +35 -0
- package/src/types/get-asset-sync-task-request.ts +22 -0
- package/src/types/get-asset-sync-task-response.ts +29 -0
- package/src/types/get-overview-card-request.ts +22 -0
- package/src/types/get-overview-card-response.ts +60 -0
- package/src/types/get-overview-service-module-request.ts +22 -0
- package/src/types/get-overview-service-module-response.ts +29 -0
- package/src/types/get-risk-detection-task-request.ts +22 -0
- package/src/types/get-risk-detection-task-response.ts +95 -0
- package/src/types/get-risk-request.ts +28 -0
- package/src/types/get-risk-response.ts +69 -0
- package/src/types/get-risk-stat-request.ts +83 -0
- package/src/types/get-risk-stat-response.ts +43 -0
- package/src/types/index.ts +95 -0
- package/src/types/malware-file-for-get-api-v1-alarm-detail-output.ts +34 -0
- package/src/types/malware-hit-data-for-get-api-v1-alarm-detail-output.ts +34 -0
- package/src/types/mcstrategy-risk-list-for-get-overview-card-output.ts +103 -0
- package/src/types/mcstrategy-risk-stat-for-get-overview-card-output.ts +48 -0
- package/src/types/not-fixed-for-get-risk-stat-output.ts +58 -0
- package/src/types/not-ready-srv-module-for-get-overview-service-module-output.ts +40 -0
- package/src/types/osproc-for-get-risk-output.ts +78 -0
- package/src/types/osuser-for-get-risk-output.ts +40 -0
- package/src/types/owner-for-get-risk-output.ts +40 -0
- package/src/types/port-range-info-for-get-risk-output.ts +34 -0
- package/src/types/post-api-v1-alarm-describe-overview-request.ts +47 -0
- package/src/types/post-api-v1-alarm-describe-overview-response.ts +29 -0
- package/src/types/post-api-v1-asset-describe-detail-request.ts +80 -0
- package/src/types/post-api-v1-asset-describe-detail-response.ts +101 -0
- package/src/types/post-api-v1-overview-describe-asset-info-request.ts +47 -0
- package/src/types/post-api-v1-overview-describe-asset-info-response.ts +61 -0
- package/src/types/protect-stats-for-post-api-v1-overview-describe-asset-info-output.ts +46 -0
- package/src/types/reference-data-for-get-risk-output.ts +92 -0
- package/src/types/resource-cloud-account-list-for-post-api-v1-overview-describe-asset-info-input.ts +46 -0
- package/src/types/resource-info-for-post-api-v1-overview-describe-asset-info-output.ts +80 -0
- package/src/types/risk-base-info-for-get-risk-output.ts +171 -0
- package/src/types/risk-data-stat-for-get-risk-detection-task-output.ts +58 -0
- package/src/types/risk-exempt-meta-for-get-risk-output.ts +50 -0
- package/src/types/risk-status-update-by-soar-request.ts +40 -0
- package/src/types/risk-status-update-by-soar-response.ts +28 -0
- package/src/types/risk-top-for-post-api-v1-overview-describe-asset-info-output.ts +108 -0
- package/src/types/security-group-rule-info-for-get-risk-output.ts +99 -0
- package/src/types/slbacl-group-info-for-get-risk-output.ts +56 -0
- package/src/types/slblistener-info-for-get-risk-output.ts +62 -0
- package/src/types/sshkey-pair-info-for-get-risk-output.ts +46 -0
- package/src/types/stat-by-status-for-get-risk-stat-output.ts +52 -0
- package/src/types/stat-for-get-api-v1-overview-alarm-stats-output.ts +34 -0
- package/src/types/status-overview-for-post-api-v1-alarm-describe-overview-output.ts +52 -0
- package/src/types/strategy-dbingress-minimum-aclfor-get-risk-output.ts +29 -0
- package/src/types/strategy-for-get-risk-output.ts +166 -0
- package/src/types/strategy-ossbucket-limit-anonymous-aclfor-get-risk-output.ts +22 -0
- package/src/types/strategy-ossbucket-server-encrypt-for-get-risk-output.ts +22 -0
- package/src/types/strategy-ossbucket-version-bak-recovery-for-get-risk-output.ts +22 -0
- package/src/types/strategy-risk-resource-config-info-for-get-risk-output.ts +28 -0
- package/src/types/strategy-security-group-ingress-minimum-aclfor-get-risk-output.ts +29 -0
- package/src/types/strategy-slbaclopen-for-get-risk-output.ts +36 -0
- package/src/types/strategy-slbminimum-forward-strategy-for-get-risk-output.ts +29 -0
- package/src/types/strategy-vmdefend-burst-solution-for-get-risk-output.ts +22 -0
- package/src/types/strategy-vmidentity-auth-sshkey-pair-for-get-risk-output.ts +29 -0
- package/src/types/strategy-vmsecurity-group-rule-limit-port-access-for-get-risk-output.ts +29 -0
- package/src/types/time-range-for-get-risk-stat-input.ts +34 -0
- package/src/types/total-for-get-risk-stat-output.ts +58 -0
- package/src/types/trend-for-get-risk-stat-output.ts +36 -0
- package/src/types/trend-info-for-get-risk-stat-output.ts +47 -0
- package/src/types/unhandled-for-post-api-v1-alarm-describe-overview-output.ts +58 -0
- package/src/types/updated-op-record-for-post-api-v1-asset-describe-detail-output.ts +34 -0
- package/src/types/variation-info-for-get-api-v1-alarm-detail-output.ts +29 -0
- package/src/types/vuln-cvss-for-get-risk-output.ts +34 -0
- package/src/types/vuln-for-get-risk-output.ts +117 -0
- package/src/types/vulnerable-soft-package-for-get-risk-output.ts +66 -0
- 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
|
package/dist/esm/types/resource-info-for-post-api-v1-overview-describe-asset-info-output.d.ts.map
ADDED
|
@@ -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"}
|