tencentcloud-sdk-nodejs-csip 4.1.216 → 4.1.218

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-csip",
3
- "version": "4.1.216",
3
+ "version": "4.1.218",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6143,59 +6143,59 @@ export interface DescribeClusterPodAssetsRequest {
6143
6143
  */
6144
6144
  export interface RiskDetailItem {
6145
6145
  /**
6146
- * 首次发现时间
6146
+ * <p>首次发现时间</p>
6147
6147
  */
6148
6148
  CreateTime?: string;
6149
6149
  /**
6150
- * 更新时间
6150
+ * <p>更新时间</p>
6151
6151
  */
6152
6152
  UpdateTime?: string;
6153
6153
  /**
6154
- * 风险状态
6154
+ * <p>风险状态</p>
6155
6155
  */
6156
6156
  RiskStatus?: number;
6157
6157
  /**
6158
- * 风险内容
6158
+ * <p>风险内容</p>
6159
6159
  */
6160
6160
  RiskContent?: string;
6161
6161
  /**
6162
- * 云厂商
6162
+ * <p>云厂商</p>
6163
6163
  */
6164
6164
  Provider?: string;
6165
6165
  /**
6166
- * 云厂商名称
6166
+ * <p>云厂商名称</p>
6167
6167
  */
6168
6168
  ProviderName?: string;
6169
6169
  /**
6170
- * 云账号
6170
+ * <p>云账号</p>
6171
6171
  */
6172
6172
  CloudAccountId?: string;
6173
6173
  /**
6174
- * 云账号名称
6174
+ * <p>云账号名称</p>
6175
6175
  */
6176
6176
  CloudAccountName?: string;
6177
6177
  /**
6178
- * 实例ID
6178
+ * <p>实例ID</p>
6179
6179
  */
6180
6180
  InstanceId?: string;
6181
6181
  /**
6182
- * 实例名称
6182
+ * <p>实例名称</p>
6183
6183
  */
6184
6184
  InstanceName?: string;
6185
6185
  /**
6186
- * 风险ID
6186
+ * <p>风险ID</p>
6187
6187
  */
6188
6188
  RiskId?: number;
6189
6189
  /**
6190
- * 风险规则ID
6190
+ * <p>风险规则ID</p>
6191
6191
  */
6192
6192
  RiskRuleId?: string;
6193
6193
  /**
6194
- * 风险验证状态
6194
+ * <p>风险验证状态</p>
6195
6195
  */
6196
6196
  CheckStatus?: string;
6197
6197
  /**
6198
- *
6198
+ * <p>用户AppID</p>
6199
6199
  */
6200
6200
  AppID?: number;
6201
6201
  }