tencentcloud-sdk-nodejs-cam 4.1.6 → 4.1.10

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-cam",
3
- "version": "4.1.6",
3
+ "version": "4.1.10",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -136,12 +136,10 @@ export interface Receiver {
136
136
  IsReceiverOwner?: number;
137
137
  /**
138
138
  * 是否允许微信接收通知
139
- 注意:此字段可能返回 null,表示取不到有效值。
140
139
  */
141
140
  WechatFlag?: number;
142
141
  /**
143
142
  * 账号uin
144
- 注意:此字段可能返回 null,表示取不到有效值。
145
143
  */
146
144
  Uin?: number;
147
145
  }
@@ -212,7 +210,6 @@ export interface DetachGroupPolicyRequest {
212
210
  export interface DescribeRoleListResponse {
213
211
  /**
214
212
  * 角色详情列表。
215
- 注意:此字段可能返回 null,表示取不到有效值。
216
213
  */
217
214
  List?: Array<RoleInfo>;
218
215
  /**
@@ -739,17 +736,14 @@ export interface DeleteRoleResponse {
739
736
  export interface PolicyVersionItem {
740
737
  /**
741
738
  * 策略版本号
742
- 注意:此字段可能返回 null,表示取不到有效值。
743
739
  */
744
740
  VersionId?: number;
745
741
  /**
746
742
  * 策略版本创建时间
747
- 注意:此字段可能返回 null,表示取不到有效值。
748
743
  */
749
744
  CreateDate?: string;
750
745
  /**
751
746
  * 是否是正在生效的版本。0表示不是,1表示是
752
- 注意:此字段可能返回 null,表示取不到有效值。
753
747
  */
754
748
  IsDefaultVersion?: number;
755
749
  }
@@ -954,7 +948,6 @@ export interface RemoveUserFromGroupRequest {
954
948
  export interface CreatePolicyVersionResponse {
955
949
  /**
956
950
  * 策略版本号
957
- 注意:此字段可能返回 null,表示取不到有效值。
958
951
  */
959
952
  VersionId?: number;
960
953
  /**
@@ -985,7 +978,6 @@ export interface ListPoliciesResponse {
985
978
  List?: Array<StrategyInfo>;
986
979
  /**
987
980
  * 保留字段
988
- 注意:此字段可能返回 null,表示取不到有效值。
989
981
  */
990
982
  ServiceTypeList?: Array<string>;
991
983
  /**
@@ -1070,12 +1062,10 @@ export interface WeChatWorkSubAccount {
1070
1062
  Email?: string;
1071
1063
  /**
1072
1064
  * 企业微信UserId
1073
- 注意:此字段可能返回 null,表示取不到有效值。
1074
1065
  */
1075
1066
  WeChatWorkUserId?: string;
1076
1067
  /**
1077
1068
  * 创建时间
1078
- 注意:此字段可能返回 null,表示取不到有效值。
1079
1069
  */
1080
1070
  CreateTime?: string;
1081
1071
  }
@@ -1366,12 +1356,10 @@ export interface GetUserResponse {
1366
1356
  Email?: string;
1367
1357
  /**
1368
1358
  * 最近一次登录ip
1369
- 注意:此字段可能返回 null,表示取不到有效值。
1370
1359
  */
1371
1360
  RecentlyLoginIP?: string;
1372
1361
  /**
1373
1362
  * 最近一次登录时间
1374
- 注意:此字段可能返回 null,表示取不到有效值。
1375
1363
  */
1376
1364
  RecentlyLoginTime?: string;
1377
1365
  /**
@@ -2049,27 +2037,22 @@ export interface AttachPolicyInfo {
2049
2037
  PolicyId?: number;
2050
2038
  /**
2051
2039
  * 策略名称
2052
- 注意:此字段可能返回 null,表示取不到有效值。
2053
2040
  */
2054
2041
  PolicyName?: string;
2055
2042
  /**
2056
2043
  * 创建时间
2057
- 注意:此字段可能返回 null,表示取不到有效值。
2058
2044
  */
2059
2045
  AddTime?: string;
2060
2046
  /**
2061
2047
  * 创建来源,1 通过控制台创建, 2 通过策略语法创建
2062
- 注意:此字段可能返回 null,表示取不到有效值。
2063
2048
  */
2064
2049
  CreateMode?: number;
2065
2050
  /**
2066
2051
  * 取值为User和QCS。User代表自定义策略,QCS代表系统策略
2067
- 注意:此字段可能返回 null,表示取不到有效值。
2068
2052
  */
2069
2053
  PolicyType?: string;
2070
2054
  /**
2071
2055
  * 策略备注
2072
- 注意:此字段可能返回 null,表示取不到有效值。
2073
2056
  */
2074
2057
  Remark?: string;
2075
2058
  /**
@@ -2089,12 +2072,10 @@ export interface AttachPolicyInfo {
2089
2072
  OperateUinType?: number;
2090
2073
  /**
2091
2074
  * 是否已下线,1代表已下线,0代表未下线
2092
- 注意:此字段可能返回 null,表示取不到有效值。
2093
2075
  */
2094
2076
  Deactived?: number;
2095
2077
  /**
2096
2078
  * 已下线的产品列表
2097
- 注意:此字段可能返回 null,表示取不到有效值。
2098
2079
  */
2099
2080
  DeactivedDetail?: Array<string>;
2100
2081
  }
@@ -2861,7 +2842,6 @@ export interface UpdateOIDCConfigRequest {
2861
2842
  export interface CreateRoleResponse {
2862
2843
  /**
2863
2844
  * 角色ID
2864
- 注意:此字段可能返回 null,表示取不到有效值。
2865
2845
  */
2866
2846
  RoleId?: string;
2867
2847
  /**
@@ -2942,7 +2922,6 @@ export interface ListGroupsRequest {
2942
2922
  export interface ListPolicyVersionsResponse {
2943
2923
  /**
2944
2924
  * 策略版本列表
2945
- 注意:此字段可能返回 null,表示取不到有效值。
2946
2925
  */
2947
2926
  Versions?: Array<PolicyVersionItem>;
2948
2927
  /**
@@ -3076,7 +3055,6 @@ export interface AttachedPolicyOfRole {
3076
3055
  AddTime?: string;
3077
3056
  /**
3078
3057
  * 策略类型,User表示自定义策略,QCS表示预设策略
3079
- 注意:此字段可能返回 null,表示取不到有效值。
3080
3058
  */
3081
3059
  PolicyType?: string;
3082
3060
  /**
@@ -3085,17 +3063,14 @@ export interface AttachedPolicyOfRole {
3085
3063
  CreateMode?: number;
3086
3064
  /**
3087
3065
  * 是否已下线(0:否 1:是)
3088
- 注意:此字段可能返回 null,表示取不到有效值。
3089
3066
  */
3090
3067
  Deactived?: number;
3091
3068
  /**
3092
3069
  * 已下线的产品列表
3093
- 注意:此字段可能返回 null,表示取不到有效值。
3094
3070
  */
3095
3071
  DeactivedDetail?: Array<string>;
3096
3072
  /**
3097
3073
  * 策略描述
3098
- 注意:此字段可能返回 null,表示取不到有效值。
3099
3074
  */
3100
3075
  Description?: string;
3101
3076
  }
@@ -3257,17 +3232,14 @@ export interface AttachedUserPolicy {
3257
3232
  CreateMode?: string;
3258
3233
  /**
3259
3234
  * 随组关联信息
3260
- 注意:此字段可能返回 null,表示取不到有效值。
3261
3235
  */
3262
3236
  Groups?: Array<AttachedUserPolicyGroupInfo>;
3263
3237
  /**
3264
3238
  * 是否已下线(0:否 1:是)
3265
- 注意:此字段可能返回 null,表示取不到有效值。
3266
3239
  */
3267
3240
  Deactived?: number;
3268
3241
  /**
3269
3242
  * 已下线的产品列表
3270
- 注意:此字段可能返回 null,表示取不到有效值。
3271
3243
  */
3272
3244
  DeactivedDetail?: Array<string>;
3273
3245
  }
@@ -3307,32 +3279,26 @@ export interface ListUsersForGroupResponse {
3307
3279
  export interface GetPolicyResponse {
3308
3280
  /**
3309
3281
  * 策略名。
3310
- 注意:此字段可能返回 null,表示取不到有效值。
3311
3282
  */
3312
3283
  PolicyName?: string;
3313
3284
  /**
3314
3285
  * 策略描述。
3315
- 注意:此字段可能返回 null,表示取不到有效值。
3316
3286
  */
3317
3287
  Description?: string;
3318
3288
  /**
3319
3289
  * 1 表示自定义策略,2 表示预设策略。
3320
- 注意:此字段可能返回 null,表示取不到有效值。
3321
3290
  */
3322
3291
  Type?: number;
3323
3292
  /**
3324
3293
  * 策略创建时间。
3325
- 注意:此字段可能返回 null,表示取不到有效值。
3326
3294
  */
3327
3295
  AddTime?: string;
3328
3296
  /**
3329
3297
  * 策略最近更新时间。
3330
- 注意:此字段可能返回 null,表示取不到有效值。
3331
3298
  */
3332
3299
  UpdateTime?: string;
3333
3300
  /**
3334
3301
  * 策略文档。
3335
- 注意:此字段可能返回 null,表示取不到有效值。
3336
3302
  */
3337
3303
  PolicyDocument?: string;
3338
3304
  /**
@@ -3342,7 +3308,6 @@ export interface GetPolicyResponse {
3342
3308
  PresetAlias?: string;
3343
3309
  /**
3344
3310
  * 是否是服务相关策略,0代表不是服务相关策略,1代表是服务相关策略。
3345
- 注意:此字段可能返回 null,表示取不到有效值。
3346
3311
  */
3347
3312
  IsServiceLinkedRolePolicy?: number;
3348
3313
  /**
@@ -3373,12 +3338,10 @@ export interface AttachEntityOfPolicy {
3373
3338
  Id?: string;
3374
3339
  /**
3375
3340
  * 实体名称
3376
- 注意:此字段可能返回 null,表示取不到有效值。
3377
3341
  */
3378
3342
  Name?: string;
3379
3343
  /**
3380
3344
  * 实体Uin
3381
- 注意:此字段可能返回 null,表示取不到有效值。
3382
3345
  */
3383
3346
  Uin?: number;
3384
3347
  /**
@@ -3387,7 +3350,6 @@ export interface AttachEntityOfPolicy {
3387
3350
  RelatedType?: number;
3388
3351
  /**
3389
3352
  * 策略关联时间
3390
- 注意:此字段可能返回 null,表示取不到有效值。
3391
3353
  */
3392
3354
  AttachmentTime?: string;
3393
3355
  }
@@ -3487,12 +3449,10 @@ export interface DescribeSubAccountsResponse {
3487
3449
  export interface ListEntitiesForPolicyResponse {
3488
3450
  /**
3489
3451
  * 实体总数
3490
- 注意:此字段可能返回 null,表示取不到有效值。
3491
3452
  */
3492
3453
  TotalNum?: number;
3493
3454
  /**
3494
3455
  * 实体列表
3495
- 注意:此字段可能返回 null,表示取不到有效值。
3496
3456
  */
3497
3457
  List?: Array<AttachEntityOfPolicy>;
3498
3458
  /**
@@ -3545,7 +3505,6 @@ export interface DescribeSafeAuthFlagCollResponse {
3545
3505
  OffsiteFlag?: OffsiteFlag;
3546
3506
  /**
3547
3507
  * 是否提示信任设备1 :提示 0: 不提示
3548
- 注意:此字段可能返回 null,表示取不到有效值。
3549
3508
  */
3550
3509
  PromptTrust?: number;
3551
3510
  /**