tencentcloud-sdk-nodejs-csip 4.1.103 → 4.1.114
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
|
@@ -3443,6 +3443,10 @@ export interface AccessKeyRisk {
|
|
|
3443
3443
|
* 所属appid
|
|
3444
3444
|
*/
|
|
3445
3445
|
AppID?: number;
|
|
3446
|
+
/**
|
|
3447
|
+
* 对应风险的查询参数
|
|
3448
|
+
*/
|
|
3449
|
+
QueryParam?: string;
|
|
3446
3450
|
}
|
|
3447
3451
|
/**
|
|
3448
3452
|
* 集团账号详情
|
|
@@ -4847,6 +4851,18 @@ export interface AccessKeyAlarm {
|
|
|
4847
4851
|
* 泄漏证据
|
|
4848
4852
|
*/
|
|
4849
4853
|
LeakEvidence?: Array<string>;
|
|
4854
|
+
/**
|
|
4855
|
+
* 是否支持编辑信任账号
|
|
4856
|
+
*/
|
|
4857
|
+
IsSupportEditWhiteAccount?: boolean;
|
|
4858
|
+
/**
|
|
4859
|
+
* 告警证据
|
|
4860
|
+
*/
|
|
4861
|
+
Evidence?: string;
|
|
4862
|
+
/**
|
|
4863
|
+
* 告警规则标识
|
|
4864
|
+
*/
|
|
4865
|
+
RuleKey?: string;
|
|
4850
4866
|
}
|
|
4851
4867
|
/**
|
|
4852
4868
|
* 多云账户统计信息
|
|
@@ -6735,6 +6751,7 @@ export interface AccessKeyAsset {
|
|
|
6735
6751
|
* AK状态
|
|
6736
6752
|
0:禁用
|
|
6737
6753
|
1:已启用
|
|
6754
|
+
2:已删除(已在cam侧删除,安全中心仍然存留之前的记录)
|
|
6738
6755
|
*/
|
|
6739
6756
|
Status?: number;
|
|
6740
6757
|
/**
|
|
@@ -7555,6 +7572,10 @@ export interface CallRecord {
|
|
|
7555
7572
|
* 账号外vpc信息列表
|
|
7556
7573
|
*/
|
|
7557
7574
|
VpcInfo?: Array<SourceIPVpcInfo>;
|
|
7575
|
+
/**
|
|
7576
|
+
* 调用请求客户端列表
|
|
7577
|
+
*/
|
|
7578
|
+
ReqClient?: Array<string>;
|
|
7558
7579
|
}
|
|
7559
7580
|
/**
|
|
7560
7581
|
* DescribeHighBaseLineRiskList返回参数结构体
|
|
@@ -7908,8 +7929,7 @@ export interface AKInfo {
|
|
|
7908
7929
|
*/
|
|
7909
7930
|
ID?: number;
|
|
7910
7931
|
/**
|
|
7911
|
-
* ak
|
|
7912
|
-
临时密钥时返回临时密钥
|
|
7932
|
+
* ak具体值 临时密钥时返回临时密钥
|
|
7913
7933
|
*/
|
|
7914
7934
|
Name?: string;
|
|
7915
7935
|
/**
|