tencentcloud-sdk-nodejs-tcss 4.1.222 → 4.1.224

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tcss",
3
- "version": "4.1.222",
3
+ "version": "4.1.224",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -752,7 +752,7 @@ export interface DeleteCompliancePolicyItemFromWhitelistRequest {
752
752
  */
753
753
  export interface DescribeAssetImageDetailRequest {
754
754
  /**
755
- * 镜像id
755
+ * <p>镜像id</p>
756
756
  */
757
757
  ImageID: string;
758
758
  }
@@ -9044,133 +9044,137 @@ export interface EscapeEventDescription {
9044
9044
  */
9045
9045
  export interface DescribeAssetImageDetailResponse {
9046
9046
  /**
9047
- * 镜像ID
9047
+ * <p>镜像ID</p>
9048
9048
  */
9049
9049
  ImageID?: string;
9050
9050
  /**
9051
- * 镜像名称
9051
+ * <p>镜像名称</p>
9052
9052
  */
9053
9053
  ImageName?: string;
9054
9054
  /**
9055
- * 镜像摘要
9055
+ * <p>镜像摘要</p>
9056
9056
  */
9057
9057
  ImageDigest?: string;
9058
9058
  /**
9059
- * 创建时间
9059
+ * <p>创建时间</p>
9060
9060
  */
9061
9061
  CreateTime?: string;
9062
9062
  /**
9063
- * 镜像大小
9063
+ * <p>镜像大小</p>
9064
9064
  */
9065
9065
  Size?: number;
9066
9066
  /**
9067
- * 关联主机个数(包含普通节点数和超级节点数)
9067
+ * <p>关联主机个数(包含普通节点数和超级节点数)</p>
9068
9068
  */
9069
9069
  HostCnt?: number;
9070
9070
  /**
9071
- * 关联容器个数
9071
+ * <p>关联容器个数</p>
9072
9072
  */
9073
9073
  ContainerCnt?: number;
9074
9074
  /**
9075
- * 超级节点数
9075
+ * <p>超级节点数</p>
9076
9076
  */
9077
9077
  SuperNodeCnt?: number;
9078
9078
  /**
9079
- * 最近扫描时间
9079
+ * <p>最近扫描时间</p>
9080
9080
  */
9081
9081
  ScanTime?: string;
9082
9082
  /**
9083
- * 漏洞个数
9083
+ * <p>漏洞个数</p>
9084
9084
  */
9085
9085
  VulCnt?: number;
9086
9086
  /**
9087
- * 风险行为数
9087
+ * <p>风险行为数</p>
9088
9088
  */
9089
9089
  RiskCnt?: number;
9090
9090
  /**
9091
- * 敏感信息数
9091
+ * <p>敏感信息数</p>
9092
9092
  */
9093
9093
  SensitiveInfoCnt?: number;
9094
9094
  /**
9095
- * 是否信任镜像
9095
+ * <p>是否信任镜像</p>
9096
9096
  */
9097
9097
  IsTrustImage?: boolean;
9098
9098
  /**
9099
- * 镜像系统
9099
+ * <p>镜像系统</p>
9100
9100
  */
9101
9101
  OsName?: string;
9102
9102
  /**
9103
- * agent镜像扫描错误
9103
+ * <p>agent镜像扫描错误</p>
9104
9104
  */
9105
9105
  AgentError?: string;
9106
9106
  /**
9107
- * 后端镜像扫描错误
9107
+ * <p>后端镜像扫描错误</p>
9108
9108
  */
9109
9109
  ScanError?: string;
9110
9110
  /**
9111
- * 系统架构
9111
+ * <p>系统架构</p>
9112
9112
  */
9113
9113
  Architecture?: string;
9114
9114
  /**
9115
- * 作者
9115
+ * <p>作者</p>
9116
9116
  */
9117
9117
  Author?: string;
9118
9118
  /**
9119
- * 构建历史
9119
+ * <p>构建历史</p>
9120
9120
  */
9121
9121
  BuildHistory?: string;
9122
9122
  /**
9123
- * 木马扫描进度
9123
+ * <p>木马扫描进度</p>
9124
9124
  */
9125
9125
  ScanVirusProgress?: number;
9126
9126
  /**
9127
- * 漏洞扫进度
9127
+ * <p>漏洞扫进度</p>
9128
9128
  */
9129
9129
  ScanVulProgress?: number;
9130
9130
  /**
9131
- * 敏感信息扫描进度
9131
+ * <p>敏感信息扫描进度</p>
9132
9132
  */
9133
9133
  ScanRiskProgress?: number;
9134
9134
  /**
9135
- * 木马扫描错误
9135
+ * <p>木马扫描错误</p>
9136
9136
  */
9137
9137
  ScanVirusError?: string;
9138
9138
  /**
9139
- * 漏洞扫描错误
9139
+ * <p>漏洞扫描错误</p>
9140
9140
  */
9141
9141
  ScanVulError?: string;
9142
9142
  /**
9143
- * 敏感信息错误
9143
+ * <p>敏感信息错误</p>
9144
9144
  */
9145
9145
  ScanRiskError?: string;
9146
9146
  /**
9147
- * 镜像扫描状态
9147
+ * <p>镜像扫描状态</p>
9148
9148
  */
9149
9149
  ScanStatus?: string;
9150
9150
  /**
9151
- * 木马病毒数
9151
+ * <p>木马病毒数</p>
9152
9152
  */
9153
9153
  VirusCnt?: number;
9154
9154
  /**
9155
- * 镜像扫描状态
9155
+ * <p>镜像扫描状态</p>
9156
9156
  */
9157
9157
  Status?: number;
9158
9158
  /**
9159
- * 剩余扫描时间
9159
+ * <p>剩余扫描时间</p>
9160
9160
  */
9161
9161
  RemainScanTime?: number;
9162
9162
  /**
9163
- * 授权为:1,未授权为:0
9163
+ * <p>授权为:1,未授权为:0</p>
9164
9164
  */
9165
9165
  IsAuthorized?: number;
9166
9166
  /**
9167
- * 解决方案
9167
+ * <p>解决方案</p>
9168
9168
  */
9169
9169
  Solution?: string;
9170
9170
  /**
9171
- * 原因
9171
+ * <p>原因</p>
9172
9172
  */
9173
9173
  Reason?: string;
9174
+ /**
9175
+ * <p>仓库Digests</p>
9176
+ */
9177
+ RepoDigests?: Array<string>;
9174
9178
  /**
9175
9179
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9176
9180
  */