tencentcloud-sdk-python-config 3.0.1262__tar.gz → 3.0.1263__tar.gz

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.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-config-3.0.1262 → tencentcloud-sdk-python-config-3.0.1263}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-config-3.0.1262 → tencentcloud-sdk-python-config-3.0.1263}/setup.py +1 -1
  3. {tencentcloud-sdk-python-config-3.0.1262 → tencentcloud-sdk-python-config-3.0.1263}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-config-3.0.1262 → tencentcloud-sdk-python-config-3.0.1263}/tencentcloud/config/v20220802/models.py +301 -0
  5. {tencentcloud-sdk-python-config-3.0.1262 → tencentcloud-sdk-python-config-3.0.1263}/tencentcloud_sdk_python_config.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-config-3.0.1263/tencentcloud_sdk_python_config.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-config-3.0.1262/tencentcloud_sdk_python_config.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-config-3.0.1262 → tencentcloud-sdk-python-config-3.0.1263}/README.rst +0 -0
  9. {tencentcloud-sdk-python-config-3.0.1262 → tencentcloud-sdk-python-config-3.0.1263}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-config-3.0.1262 → tencentcloud-sdk-python-config-3.0.1263}/tencentcloud/config/__init__.py +0 -0
  11. {tencentcloud-sdk-python-config-3.0.1262 → tencentcloud-sdk-python-config-3.0.1263}/tencentcloud/config/v20220802/__init__.py +0 -0
  12. {tencentcloud-sdk-python-config-3.0.1262 → tencentcloud-sdk-python-config-3.0.1263}/tencentcloud/config/v20220802/config_client.py +0 -0
  13. {tencentcloud-sdk-python-config-3.0.1262 → tencentcloud-sdk-python-config-3.0.1263}/tencentcloud/config/v20220802/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-config-3.0.1262 → tencentcloud-sdk-python-config-3.0.1263}/tencentcloud_sdk_python_config.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-config-3.0.1262 → tencentcloud-sdk-python-config-3.0.1263}/tencentcloud_sdk_python_config.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-config-3.0.1262 → tencentcloud-sdk-python-config-3.0.1263}/tencentcloud_sdk_python_config.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-config
3
- Version: 3.0.1262
3
+ Version: 3.0.1263
4
4
  Summary: Tencent Cloud Config SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-config',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1262"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1263"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Config SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1262'
17
+ __version__ = '3.0.1263'
@@ -43,6 +43,10 @@ class Annotation(AbstractModel):
43
43
 
44
44
  @property
45
45
  def Configuration(self):
46
+ """资源当前实际配置。长度为0~256位字符,即资源不合规配置
47
+ 注意:此字段可能返回 null,表示取不到有效值。
48
+ :rtype: str
49
+ """
46
50
  return self._Configuration
47
51
 
48
52
  @Configuration.setter
@@ -51,6 +55,10 @@ class Annotation(AbstractModel):
51
55
 
52
56
  @property
53
57
  def DesiredValue(self):
58
+ """资源期望配置。长度为0~256位字符,即资源合规配置
59
+ 注意:此字段可能返回 null,表示取不到有效值。
60
+ :rtype: str
61
+ """
54
62
  return self._DesiredValue
55
63
 
56
64
  @DesiredValue.setter
@@ -59,6 +67,9 @@ class Annotation(AbstractModel):
59
67
 
60
68
  @property
61
69
  def Operator(self):
70
+ """资源当前配置和期望配置之间的比较运算符。长度为0~16位字符,自定义规则上报评估结果此字段可能为空
71
+ :rtype: str
72
+ """
62
73
  return self._Operator
63
74
 
64
75
  @Operator.setter
@@ -67,6 +78,9 @@ class Annotation(AbstractModel):
67
78
 
68
79
  @property
69
80
  def Property(self):
81
+ """当前配置在资源属性结构体中的JSON路径。长度为0~256位字符,自定义规则上报评估结果此字段可能为空
82
+ :rtype: str
83
+ """
70
84
  return self._Property
71
85
 
72
86
  @Property.setter
@@ -221,6 +235,10 @@ ConfigurationItemChangeNotification:变更触发
221
235
 
222
236
  @property
223
237
  def Identifier(self):
238
+ """规则标识
239
+ 注意:此字段可能返回 null,表示取不到有效值。
240
+ :rtype: str
241
+ """
224
242
  return self._Identifier
225
243
 
226
244
  @Identifier.setter
@@ -229,6 +247,10 @@ ConfigurationItemChangeNotification:变更触发
229
247
 
230
248
  @property
231
249
  def RuleName(self):
250
+ """规则名
251
+ 注意:此字段可能返回 null,表示取不到有效值。
252
+ :rtype: str
253
+ """
232
254
  return self._RuleName
233
255
 
234
256
  @RuleName.setter
@@ -237,6 +259,10 @@ ConfigurationItemChangeNotification:变更触发
237
259
 
238
260
  @property
239
261
  def InputParameter(self):
262
+ """规则参数
263
+ 注意:此字段可能返回 null,表示取不到有效值。
264
+ :rtype: list of InputParameter
265
+ """
240
266
  return self._InputParameter
241
267
 
242
268
  @InputParameter.setter
@@ -245,6 +271,10 @@ ConfigurationItemChangeNotification:变更触发
245
271
 
246
272
  @property
247
273
  def SourceCondition(self):
274
+ """规则触发条件
275
+ 注意:此字段可能返回 null,表示取不到有效值。
276
+ :rtype: list of SourceConditionForManage
277
+ """
248
278
  return self._SourceCondition
249
279
 
250
280
  @SourceCondition.setter
@@ -253,6 +283,10 @@ ConfigurationItemChangeNotification:变更触发
253
283
 
254
284
  @property
255
285
  def ResourceType(self):
286
+ """规则支持的资源类型,规则仅对指定资源类型的资源生效。
287
+ 注意:此字段可能返回 null,表示取不到有效值。
288
+ :rtype: list of str
289
+ """
256
290
  return self._ResourceType
257
291
 
258
292
  @ResourceType.setter
@@ -261,6 +295,10 @@ ConfigurationItemChangeNotification:变更触发
261
295
 
262
296
  @property
263
297
  def Labels(self):
298
+ """规则所属标签
299
+ 注意:此字段可能返回 null,表示取不到有效值。
300
+ :rtype: list of str
301
+ """
264
302
  return self._Labels
265
303
 
266
304
  @Labels.setter
@@ -269,6 +307,13 @@ ConfigurationItemChangeNotification:变更触发
269
307
 
270
308
  @property
271
309
  def RiskLevel(self):
310
+ """规则风险等级
311
+ 1:低风险
312
+ 2:中风险
313
+ 3:高风险
314
+ 注意:此字段可能返回 null,表示取不到有效值。
315
+ :rtype: int
316
+ """
272
317
  return self._RiskLevel
273
318
 
274
319
  @RiskLevel.setter
@@ -277,6 +322,10 @@ ConfigurationItemChangeNotification:变更触发
277
322
 
278
323
  @property
279
324
  def ServiceFunction(self):
325
+ """规则对应的函数
326
+ 注意:此字段可能返回 null,表示取不到有效值。
327
+ :rtype: str
328
+ """
280
329
  return self._ServiceFunction
281
330
 
282
331
  @ServiceFunction.setter
@@ -285,6 +334,11 @@ ConfigurationItemChangeNotification:变更触发
285
334
 
286
335
  @property
287
336
  def CreateTime(self):
337
+ """创建时间
338
+ 格式:YYYY-MM-DD h:i:s
339
+ 注意:此字段可能返回 null,表示取不到有效值。
340
+ :rtype: str
341
+ """
288
342
  return self._CreateTime
289
343
 
290
344
  @CreateTime.setter
@@ -293,6 +347,10 @@ ConfigurationItemChangeNotification:变更触发
293
347
 
294
348
  @property
295
349
  def Description(self):
350
+ """规则描述
351
+ 注意:此字段可能返回 null,表示取不到有效值。
352
+ :rtype: str
353
+ """
296
354
  return self._Description
297
355
 
298
356
  @Description.setter
@@ -301,6 +359,11 @@ ConfigurationItemChangeNotification:变更触发
301
359
 
302
360
  @property
303
361
  def Status(self):
362
+ """ACTIVE:启用
363
+ NO_ACTIVE:停止
364
+ 注意:此字段可能返回 null,表示取不到有效值。
365
+ :rtype: str
366
+ """
304
367
  return self._Status
305
368
 
306
369
  @Status.setter
@@ -309,6 +372,12 @@ ConfigurationItemChangeNotification:变更触发
309
372
 
310
373
  @property
311
374
  def ComplianceResult(self):
375
+ """合规: 'COMPLIANT'
376
+ 不合规: 'NON_COMPLIANT'
377
+ 无法应用规则: 'NOT_APPLICABLE'
378
+ 注意:此字段可能返回 null,表示取不到有效值。
379
+ :rtype: str
380
+ """
312
381
  return self._ComplianceResult
313
382
 
314
383
  @ComplianceResult.setter
@@ -317,6 +386,10 @@ ConfigurationItemChangeNotification:变更触发
317
386
 
318
387
  @property
319
388
  def Annotation(self):
389
+ """["",""]
390
+ 注意:此字段可能返回 null,表示取不到有效值。
391
+ :rtype: :class:`tencentcloud.config.v20220802.models.Annotation`
392
+ """
320
393
  return self._Annotation
321
394
 
322
395
  @Annotation.setter
@@ -325,6 +398,12 @@ ConfigurationItemChangeNotification:变更触发
325
398
 
326
399
  @property
327
400
  def ConfigRuleInvokedTime(self):
401
+ """规则评估时间
402
+ 格式:YYYY-MM-DD h:i:s
403
+
404
+ 注意:此字段可能返回 null,表示取不到有效值。
405
+ :rtype: str
406
+ """
328
407
  return self._ConfigRuleInvokedTime
329
408
 
330
409
  @ConfigRuleInvokedTime.setter
@@ -333,6 +412,10 @@ ConfigurationItemChangeNotification:变更触发
333
412
 
334
413
  @property
335
414
  def ConfigRuleId(self):
415
+ """规则ID
416
+ 注意:此字段可能返回 null,表示取不到有效值。
417
+ :rtype: str
418
+ """
336
419
  return self._ConfigRuleId
337
420
 
338
421
  @ConfigRuleId.setter
@@ -341,6 +424,11 @@ ConfigurationItemChangeNotification:变更触发
341
424
 
342
425
  @property
343
426
  def IdentifierType(self):
427
+ """CUSTOMIZE:自定义规则、
428
+ SYSTEM:托管规则
429
+ 注意:此字段可能返回 null,表示取不到有效值。
430
+ :rtype: str
431
+ """
344
432
  return self._IdentifierType
345
433
 
346
434
  @IdentifierType.setter
@@ -349,6 +437,10 @@ ConfigurationItemChangeNotification:变更触发
349
437
 
350
438
  @property
351
439
  def CompliancePackId(self):
440
+ """合规包ID
441
+ 注意:此字段可能返回 null,表示取不到有效值。
442
+ :rtype: str
443
+ """
352
444
  return self._CompliancePackId
353
445
 
354
446
  @CompliancePackId.setter
@@ -357,6 +449,12 @@ ConfigurationItemChangeNotification:变更触发
357
449
 
358
450
  @property
359
451
  def TriggerType(self):
452
+ """触发类型
453
+ ScheduledNotification:周期触发、
454
+ ConfigurationItemChangeNotification:变更触发
455
+ 注意:此字段可能返回 null,表示取不到有效值。
456
+ :rtype: list of TriggerType
457
+ """
360
458
  return self._TriggerType
361
459
 
362
460
  @TriggerType.setter
@@ -365,6 +463,10 @@ ConfigurationItemChangeNotification:变更触发
365
463
 
366
464
  @property
367
465
  def ManageInputParameter(self):
466
+ """参数详情
467
+ 注意:此字段可能返回 null,表示取不到有效值。
468
+ :rtype: list of InputParameterForManage
469
+ """
368
470
  return self._ManageInputParameter
369
471
 
370
472
  @ManageInputParameter.setter
@@ -373,6 +475,10 @@ ConfigurationItemChangeNotification:变更触发
373
475
 
374
476
  @property
375
477
  def CompliancePackName(self):
478
+ """规则名称
479
+ 注意:此字段可能返回 null,表示取不到有效值。
480
+ :rtype: str
481
+ """
376
482
  return self._CompliancePackName
377
483
 
378
484
  @CompliancePackName.setter
@@ -381,6 +487,10 @@ ConfigurationItemChangeNotification:变更触发
381
487
 
382
488
  @property
383
489
  def RegionsScope(self):
490
+ """关联地域
491
+ 注意:此字段可能返回 null,表示取不到有效值。
492
+ :rtype: list of str
493
+ """
384
494
  return self._RegionsScope
385
495
 
386
496
  @RegionsScope.setter
@@ -389,6 +499,10 @@ ConfigurationItemChangeNotification:变更触发
389
499
 
390
500
  @property
391
501
  def TagsScope(self):
502
+ """关联标签
503
+ 注意:此字段可能返回 null,表示取不到有效值。
504
+ :rtype: list of Tag
505
+ """
392
506
  return self._TagsScope
393
507
 
394
508
  @TagsScope.setter
@@ -397,6 +511,10 @@ ConfigurationItemChangeNotification:变更触发
397
511
 
398
512
  @property
399
513
  def ExcludeResourceIdsScope(self):
514
+ """ 规则对指定资源ID无效,即不对该资源执行评估。
515
+ 注意:此字段可能返回 null,表示取不到有效值。
516
+ :rtype: list of str
517
+ """
400
518
  return self._ExcludeResourceIdsScope
401
519
 
402
520
  @ExcludeResourceIdsScope.setter
@@ -405,6 +523,10 @@ ConfigurationItemChangeNotification:变更触发
405
523
 
406
524
  @property
407
525
  def AccountGroupId(self):
526
+ """账号组ID
527
+ 注意:此字段可能返回 null,表示取不到有效值。
528
+ :rtype: str
529
+ """
408
530
  return self._AccountGroupId
409
531
 
410
532
  @AccountGroupId.setter
@@ -413,6 +535,10 @@ ConfigurationItemChangeNotification:变更触发
413
535
 
414
536
  @property
415
537
  def AccountGroupName(self):
538
+ """账号组名称
539
+ 注意:此字段可能返回 null,表示取不到有效值。
540
+ :rtype: str
541
+ """
416
542
  return self._AccountGroupName
417
543
 
418
544
  @AccountGroupName.setter
@@ -421,6 +547,10 @@ ConfigurationItemChangeNotification:变更触发
421
547
 
422
548
  @property
423
549
  def RuleOwnerId(self):
550
+ """规则所属用户ID
551
+ 注意:此字段可能返回 null,表示取不到有效值。
552
+ :rtype: int
553
+ """
424
554
  return self._RuleOwnerId
425
555
 
426
556
  @RuleOwnerId.setter
@@ -429,6 +559,11 @@ ConfigurationItemChangeNotification:变更触发
429
559
 
430
560
  @property
431
561
  def ManageTriggerType(self):
562
+ """预设规则支持的触发方式
563
+ ScheduledNotification:周期触发
564
+ ConfigurationItemChangeNotification:变更触发
565
+ :rtype: list of str
566
+ """
432
567
  return self._ManageTriggerType
433
568
 
434
569
  @ManageTriggerType.setter
@@ -532,6 +667,9 @@ NON_COMPLIANT:不合规
532
667
 
533
668
  @property
534
669
  def ComplianceResourceId(self):
670
+ """已评估资源ID。长度为0~256个字符
671
+ :rtype: str
672
+ """
535
673
  return self._ComplianceResourceId
536
674
 
537
675
  @ComplianceResourceId.setter
@@ -540,6 +678,11 @@ NON_COMPLIANT:不合规
540
678
 
541
679
  @property
542
680
  def ComplianceResourceType(self):
681
+ """已评估资源类型。
682
+ 支持:
683
+ QCS::CVM::Instance、 QCS::CBS::Disk、QCS::VPC::Vpc、QCS::VPC::Subnet、QCS::VPC::SecurityGroup、 QCS::CAM::User、QCS::CAM::Group、QCS::CAM::Policy、QCS::CAM::Role、QCS::COS::Bucket
684
+ :rtype: str
685
+ """
543
686
  return self._ComplianceResourceType
544
687
 
545
688
  @ComplianceResourceType.setter
@@ -548,6 +691,10 @@ NON_COMPLIANT:不合规
548
691
 
549
692
  @property
550
693
  def ComplianceRegion(self):
694
+ """已评估资源地域。
695
+ 长度为0~32个字符
696
+ :rtype: str
697
+ """
551
698
  return self._ComplianceRegion
552
699
 
553
700
  @ComplianceRegion.setter
@@ -556,6 +703,11 @@ NON_COMPLIANT:不合规
556
703
 
557
704
  @property
558
705
  def ComplianceType(self):
706
+ """合规类型。取值:
707
+ COMPLIANT:合规、
708
+ NON_COMPLIANT:不合规
709
+ :rtype: str
710
+ """
559
711
  return self._ComplianceType
560
712
 
561
713
  @ComplianceType.setter
@@ -564,6 +716,9 @@ NON_COMPLIANT:不合规
564
716
 
565
717
  @property
566
718
  def Annotation(self):
719
+ """不合规资源的补充信息。
720
+ :rtype: :class:`tencentcloud.config.v20220802.models.Annotation`
721
+ """
567
722
  return self._Annotation
568
723
 
569
724
  @Annotation.setter
@@ -610,6 +765,9 @@ class InputParameter(AbstractModel):
610
765
 
611
766
  @property
612
767
  def ParameterKey(self):
768
+ """参数名
769
+ :rtype: str
770
+ """
613
771
  return self._ParameterKey
614
772
 
615
773
  @ParameterKey.setter
@@ -618,6 +776,9 @@ class InputParameter(AbstractModel):
618
776
 
619
777
  @property
620
778
  def Type(self):
779
+ """参数类型。必填类型:Require,可选类型:Optional。
780
+ :rtype: str
781
+ """
621
782
  return self._Type
622
783
 
623
784
  @Type.setter
@@ -626,6 +787,10 @@ class InputParameter(AbstractModel):
626
787
 
627
788
  @property
628
789
  def Value(self):
790
+ """参数值
791
+ 注意:此字段可能返回 null,表示取不到有效值。
792
+ :rtype: str
793
+ """
629
794
  return self._Value
630
795
 
631
796
  @Value.setter
@@ -678,6 +843,10 @@ class InputParameterForManage(AbstractModel):
678
843
 
679
844
  @property
680
845
  def ValueType(self):
846
+ """值类型。数值:Integer, 字符串:String
847
+ 注意:此字段可能返回 null,表示取不到有效值。
848
+ :rtype: str
849
+ """
681
850
  return self._ValueType
682
851
 
683
852
  @ValueType.setter
@@ -686,6 +855,10 @@ class InputParameterForManage(AbstractModel):
686
855
 
687
856
  @property
688
857
  def ParameterKey(self):
858
+ """参数Key
859
+ 注意:此字段可能返回 null,表示取不到有效值。
860
+ :rtype: str
861
+ """
689
862
  return self._ParameterKey
690
863
 
691
864
  @ParameterKey.setter
@@ -694,6 +867,10 @@ class InputParameterForManage(AbstractModel):
694
867
 
695
868
  @property
696
869
  def Type(self):
870
+ """参数类型。必填类型:Require,可选类型:Optional。
871
+ 注意:此字段可能返回 null,表示取不到有效值。
872
+ :rtype: str
873
+ """
697
874
  return self._Type
698
875
 
699
876
  @Type.setter
@@ -702,6 +879,10 @@ class InputParameterForManage(AbstractModel):
702
879
 
703
880
  @property
704
881
  def DefaultValue(self):
882
+ """默认值
883
+ 注意:此字段可能返回 null,表示取不到有效值。
884
+ :rtype: str
885
+ """
705
886
  return self._DefaultValue
706
887
 
707
888
  @DefaultValue.setter
@@ -710,6 +891,10 @@ class InputParameterForManage(AbstractModel):
710
891
 
711
892
  @property
712
893
  def Description(self):
894
+ """描述
895
+ 注意:此字段可能返回 null,表示取不到有效值。
896
+ :rtype: str
897
+ """
713
898
  return self._Description
714
899
 
715
900
  @Description.setter
@@ -774,6 +959,9 @@ class ListAggregateConfigRulesRequest(AbstractModel):
774
959
 
775
960
  @property
776
961
  def Limit(self):
962
+ """每页限制
963
+ :rtype: int
964
+ """
777
965
  return self._Limit
778
966
 
779
967
  @Limit.setter
@@ -782,6 +970,9 @@ class ListAggregateConfigRulesRequest(AbstractModel):
782
970
 
783
971
  @property
784
972
  def Offset(self):
973
+ """偏移量
974
+ :rtype: int
975
+ """
785
976
  return self._Offset
786
977
 
787
978
  @Offset.setter
@@ -790,6 +981,9 @@ class ListAggregateConfigRulesRequest(AbstractModel):
790
981
 
791
982
  @property
792
983
  def AccountGroupId(self):
984
+ """账号组ID
985
+ :rtype: str
986
+ """
793
987
  return self._AccountGroupId
794
988
 
795
989
  @AccountGroupId.setter
@@ -798,6 +992,9 @@ class ListAggregateConfigRulesRequest(AbstractModel):
798
992
 
799
993
  @property
800
994
  def OrderType(self):
995
+ """排序类型, 倒序:desc,顺序:asc
996
+ :rtype: str
997
+ """
801
998
  return self._OrderType
802
999
 
803
1000
  @OrderType.setter
@@ -806,6 +1003,12 @@ class ListAggregateConfigRulesRequest(AbstractModel):
806
1003
 
807
1004
  @property
808
1005
  def RiskLevel(self):
1006
+ """风险等级
1007
+ 1:高风险。
1008
+ 2:中风险。
1009
+ 3:低风险。
1010
+ :rtype: list of int non-negative
1011
+ """
809
1012
  return self._RiskLevel
810
1013
 
811
1014
  @RiskLevel.setter
@@ -814,6 +1017,9 @@ class ListAggregateConfigRulesRequest(AbstractModel):
814
1017
 
815
1018
  @property
816
1019
  def State(self):
1020
+ """规则状态
1021
+ :rtype: str
1022
+ """
817
1023
  return self._State
818
1024
 
819
1025
  @State.setter
@@ -822,6 +1028,9 @@ class ListAggregateConfigRulesRequest(AbstractModel):
822
1028
 
823
1029
  @property
824
1030
  def ComplianceResult(self):
1031
+ """评估结果
1032
+ :rtype: list of str
1033
+ """
825
1034
  return self._ComplianceResult
826
1035
 
827
1036
  @ComplianceResult.setter
@@ -830,6 +1039,9 @@ class ListAggregateConfigRulesRequest(AbstractModel):
830
1039
 
831
1040
  @property
832
1041
  def RuleName(self):
1042
+ """规则名
1043
+ :rtype: str
1044
+ """
833
1045
  return self._RuleName
834
1046
 
835
1047
  @RuleName.setter
@@ -838,6 +1050,9 @@ class ListAggregateConfigRulesRequest(AbstractModel):
838
1050
 
839
1051
  @property
840
1052
  def RuleOwnerId(self):
1053
+ """规则所属账号ID
1054
+ :rtype: int
1055
+ """
841
1056
  return self._RuleOwnerId
842
1057
 
843
1058
  @RuleOwnerId.setter
@@ -885,6 +1100,9 @@ class ListAggregateConfigRulesResponse(AbstractModel):
885
1100
 
886
1101
  @property
887
1102
  def Total(self):
1103
+ """总数
1104
+ :rtype: int
1105
+ """
888
1106
  return self._Total
889
1107
 
890
1108
  @Total.setter
@@ -893,6 +1111,9 @@ class ListAggregateConfigRulesResponse(AbstractModel):
893
1111
 
894
1112
  @property
895
1113
  def Items(self):
1114
+ """详情
1115
+ :rtype: list of ConfigRule
1116
+ """
896
1117
  return self._Items
897
1118
 
898
1119
  @Items.setter
@@ -901,6 +1122,9 @@ class ListAggregateConfigRulesResponse(AbstractModel):
901
1122
 
902
1123
  @property
903
1124
  def RequestId(self):
1125
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1126
+ :rtype: str
1127
+ """
904
1128
  return self._RequestId
905
1129
 
906
1130
  @RequestId.setter
@@ -954,6 +1178,9 @@ class ListConfigRulesRequest(AbstractModel):
954
1178
 
955
1179
  @property
956
1180
  def Limit(self):
1181
+ """每页限制
1182
+ :rtype: int
1183
+ """
957
1184
  return self._Limit
958
1185
 
959
1186
  @Limit.setter
@@ -962,6 +1189,9 @@ class ListConfigRulesRequest(AbstractModel):
962
1189
 
963
1190
  @property
964
1191
  def Offset(self):
1192
+ """偏移量
1193
+ :rtype: int
1194
+ """
965
1195
  return self._Offset
966
1196
 
967
1197
  @Offset.setter
@@ -970,6 +1200,9 @@ class ListConfigRulesRequest(AbstractModel):
970
1200
 
971
1201
  @property
972
1202
  def OrderType(self):
1203
+ """排序类型, 倒序:desc,顺序:asc
1204
+ :rtype: str
1205
+ """
973
1206
  return self._OrderType
974
1207
 
975
1208
  @OrderType.setter
@@ -978,6 +1211,12 @@ class ListConfigRulesRequest(AbstractModel):
978
1211
 
979
1212
  @property
980
1213
  def RiskLevel(self):
1214
+ """风险等级
1215
+ 1:高风险。
1216
+ 2:中风险。
1217
+ 3:低风险。
1218
+ :rtype: list of int non-negative
1219
+ """
981
1220
  return self._RiskLevel
982
1221
 
983
1222
  @RiskLevel.setter
@@ -986,6 +1225,9 @@ class ListConfigRulesRequest(AbstractModel):
986
1225
 
987
1226
  @property
988
1227
  def State(self):
1228
+ """规则状态
1229
+ :rtype: str
1230
+ """
989
1231
  return self._State
990
1232
 
991
1233
  @State.setter
@@ -994,6 +1236,9 @@ class ListConfigRulesRequest(AbstractModel):
994
1236
 
995
1237
  @property
996
1238
  def ComplianceResult(self):
1239
+ """评估结果
1240
+ :rtype: list of str
1241
+ """
997
1242
  return self._ComplianceResult
998
1243
 
999
1244
  @ComplianceResult.setter
@@ -1002,6 +1247,9 @@ class ListConfigRulesRequest(AbstractModel):
1002
1247
 
1003
1248
  @property
1004
1249
  def RuleName(self):
1250
+ """规则名
1251
+ :rtype: str
1252
+ """
1005
1253
  return self._RuleName
1006
1254
 
1007
1255
  @RuleName.setter
@@ -1047,6 +1295,9 @@ class ListConfigRulesResponse(AbstractModel):
1047
1295
 
1048
1296
  @property
1049
1297
  def Total(self):
1298
+ """总数
1299
+ :rtype: int
1300
+ """
1050
1301
  return self._Total
1051
1302
 
1052
1303
  @Total.setter
@@ -1055,6 +1306,9 @@ class ListConfigRulesResponse(AbstractModel):
1055
1306
 
1056
1307
  @property
1057
1308
  def Items(self):
1309
+ """详情
1310
+ :rtype: list of ConfigRule
1311
+ """
1058
1312
  return self._Items
1059
1313
 
1060
1314
  @Items.setter
@@ -1063,6 +1317,9 @@ class ListConfigRulesResponse(AbstractModel):
1063
1317
 
1064
1318
  @property
1065
1319
  def RequestId(self):
1320
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1321
+ :rtype: str
1322
+ """
1066
1323
  return self._RequestId
1067
1324
 
1068
1325
  @RequestId.setter
@@ -1098,6 +1355,9 @@ class PutEvaluationsRequest(AbstractModel):
1098
1355
 
1099
1356
  @property
1100
1357
  def ResultToken(self):
1358
+ """回调令牌。从自定义规则所选的scf云函数Context中取参数ResultToken值
1359
+ :rtype: str
1360
+ """
1101
1361
  return self._ResultToken
1102
1362
 
1103
1363
  @ResultToken.setter
@@ -1106,6 +1366,9 @@ class PutEvaluationsRequest(AbstractModel):
1106
1366
 
1107
1367
  @property
1108
1368
  def Evaluations(self):
1369
+ """自定义规则评估结果信息。
1370
+ :rtype: list of Evaluation
1371
+ """
1109
1372
  return self._Evaluations
1110
1373
 
1111
1374
  @Evaluations.setter
@@ -1145,6 +1408,9 @@ class PutEvaluationsResponse(AbstractModel):
1145
1408
 
1146
1409
  @property
1147
1410
  def RequestId(self):
1411
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1412
+ :rtype: str
1413
+ """
1148
1414
  return self._RequestId
1149
1415
 
1150
1416
  @RequestId.setter
@@ -1187,6 +1453,10 @@ class SourceConditionForManage(AbstractModel):
1187
1453
 
1188
1454
  @property
1189
1455
  def EmptyAs(self):
1456
+ """条件为空,合规:COMPLIANT,不合规:NON_COMPLIANT,无法应用:NOT_APPLICABLE
1457
+ 注意:此字段可能返回 null,表示取不到有效值。
1458
+ :rtype: str
1459
+ """
1190
1460
  return self._EmptyAs
1191
1461
 
1192
1462
  @EmptyAs.setter
@@ -1195,6 +1465,10 @@ class SourceConditionForManage(AbstractModel):
1195
1465
 
1196
1466
  @property
1197
1467
  def SelectPath(self):
1468
+ """配置路径
1469
+ 注意:此字段可能返回 null,表示取不到有效值。
1470
+ :rtype: str
1471
+ """
1198
1472
  return self._SelectPath
1199
1473
 
1200
1474
  @SelectPath.setter
@@ -1203,6 +1477,10 @@ class SourceConditionForManage(AbstractModel):
1203
1477
 
1204
1478
  @property
1205
1479
  def Operator(self):
1480
+ """操作运算符
1481
+ 注意:此字段可能返回 null,表示取不到有效值。
1482
+ :rtype: str
1483
+ """
1206
1484
  return self._Operator
1207
1485
 
1208
1486
  @Operator.setter
@@ -1211,6 +1489,10 @@ class SourceConditionForManage(AbstractModel):
1211
1489
 
1212
1490
  @property
1213
1491
  def Required(self):
1492
+ """是否必须
1493
+ 注意:此字段可能返回 null,表示取不到有效值。
1494
+ :rtype: bool
1495
+ """
1214
1496
  return self._Required
1215
1497
 
1216
1498
  @Required.setter
@@ -1219,6 +1501,10 @@ class SourceConditionForManage(AbstractModel):
1219
1501
 
1220
1502
  @property
1221
1503
  def DesiredValue(self):
1504
+ """期望值
1505
+ 注意:此字段可能返回 null,表示取不到有效值。
1506
+ :rtype: str
1507
+ """
1222
1508
  return self._DesiredValue
1223
1509
 
1224
1510
  @DesiredValue.setter
@@ -1261,6 +1547,10 @@ class Tag(AbstractModel):
1261
1547
 
1262
1548
  @property
1263
1549
  def TagKey(self):
1550
+ """标签key
1551
+ 注意:此字段可能返回 null,表示取不到有效值。
1552
+ :rtype: str
1553
+ """
1264
1554
  return self._TagKey
1265
1555
 
1266
1556
  @TagKey.setter
@@ -1269,6 +1559,10 @@ class Tag(AbstractModel):
1269
1559
 
1270
1560
  @property
1271
1561
  def TagValue(self):
1562
+ """标签value
1563
+ 注意:此字段可能返回 null,表示取不到有效值。
1564
+ :rtype: str
1565
+ """
1272
1566
  return self._TagValue
1273
1567
 
1274
1568
  @TagValue.setter
@@ -1307,6 +1601,9 @@ class TriggerType(AbstractModel):
1307
1601
 
1308
1602
  @property
1309
1603
  def MessageType(self):
1604
+ """触发类型
1605
+ :rtype: str
1606
+ """
1310
1607
  return self._MessageType
1311
1608
 
1312
1609
  @MessageType.setter
@@ -1315,6 +1612,10 @@ class TriggerType(AbstractModel):
1315
1612
 
1316
1613
  @property
1317
1614
  def MaximumExecutionFrequency(self):
1615
+ """触发时间周期
1616
+ 注意:此字段可能返回 null,表示取不到有效值。
1617
+ :rtype: str
1618
+ """
1318
1619
  return self._MaximumExecutionFrequency
1319
1620
 
1320
1621
  @MaximumExecutionFrequency.setter
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-config
3
- Version: 3.0.1262
3
+ Version: 3.0.1263
4
4
  Summary: Tencent Cloud Config SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1263
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1262