tencentcloud-sdk-python-cloudaudit 3.0.1272__py2.py3-none-any.whl → 3.0.1357__py2.py3-none-any.whl
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.
Potentially problematic release.
This version of tencentcloud-sdk-python-cloudaudit might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/cloudaudit/v20190319/models.py +30 -8
- {tencentcloud_sdk_python_cloudaudit-3.0.1272.dist-info → tencentcloud_sdk_python_cloudaudit-3.0.1357.dist-info}/METADATA +2 -2
- {tencentcloud_sdk_python_cloudaudit-3.0.1272.dist-info → tencentcloud_sdk_python_cloudaudit-3.0.1357.dist-info}/RECORD +6 -6
- {tencentcloud_sdk_python_cloudaudit-3.0.1272.dist-info → tencentcloud_sdk_python_cloudaudit-3.0.1357.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_cloudaudit-3.0.1272.dist-info → tencentcloud_sdk_python_cloudaudit-3.0.1357.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -26,14 +26,19 @@ class AttributeKeyDetail(AbstractModel):
|
|
|
26
26
|
def __init__(self):
|
|
27
27
|
r"""
|
|
28
28
|
:param _LabelType: 输入框类型
|
|
29
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
29
30
|
:type LabelType: str
|
|
30
31
|
:param _Starter: 初始化展示
|
|
32
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
31
33
|
:type Starter: str
|
|
32
34
|
:param _Order: 展示排序
|
|
35
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
33
36
|
:type Order: int
|
|
34
37
|
:param _Value: AttributeKey值
|
|
38
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
35
39
|
:type Value: str
|
|
36
40
|
:param _Label: 中文标签
|
|
41
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
37
42
|
:type Label: str
|
|
38
43
|
"""
|
|
39
44
|
self._LabelType = None
|
|
@@ -45,6 +50,7 @@ class AttributeKeyDetail(AbstractModel):
|
|
|
45
50
|
@property
|
|
46
51
|
def LabelType(self):
|
|
47
52
|
"""输入框类型
|
|
53
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
48
54
|
:rtype: str
|
|
49
55
|
"""
|
|
50
56
|
return self._LabelType
|
|
@@ -56,6 +62,7 @@ class AttributeKeyDetail(AbstractModel):
|
|
|
56
62
|
@property
|
|
57
63
|
def Starter(self):
|
|
58
64
|
"""初始化展示
|
|
65
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
59
66
|
:rtype: str
|
|
60
67
|
"""
|
|
61
68
|
return self._Starter
|
|
@@ -67,6 +74,7 @@ class AttributeKeyDetail(AbstractModel):
|
|
|
67
74
|
@property
|
|
68
75
|
def Order(self):
|
|
69
76
|
"""展示排序
|
|
77
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
70
78
|
:rtype: int
|
|
71
79
|
"""
|
|
72
80
|
return self._Order
|
|
@@ -78,6 +86,7 @@ class AttributeKeyDetail(AbstractModel):
|
|
|
78
86
|
@property
|
|
79
87
|
def Value(self):
|
|
80
88
|
"""AttributeKey值
|
|
89
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
81
90
|
:rtype: str
|
|
82
91
|
"""
|
|
83
92
|
return self._Value
|
|
@@ -89,6 +98,7 @@ class AttributeKeyDetail(AbstractModel):
|
|
|
89
98
|
@property
|
|
90
99
|
def Label(self):
|
|
91
100
|
"""中文标签
|
|
101
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
92
102
|
:rtype: str
|
|
93
103
|
"""
|
|
94
104
|
return self._Label
|
|
@@ -122,12 +132,16 @@ class AuditSummary(AbstractModel):
|
|
|
122
132
|
def __init__(self):
|
|
123
133
|
r"""
|
|
124
134
|
:param _AuditStatus: 跟踪集状态,1:开启,0:关闭
|
|
135
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
125
136
|
:type AuditStatus: int
|
|
126
137
|
:param _CosBucketName: COS存储桶名称
|
|
138
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
127
139
|
:type CosBucketName: str
|
|
128
140
|
:param _AuditName: 跟踪集名称
|
|
141
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
129
142
|
:type AuditName: str
|
|
130
143
|
:param _LogFilePrefix: 日志前缀
|
|
144
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
131
145
|
:type LogFilePrefix: str
|
|
132
146
|
"""
|
|
133
147
|
self._AuditStatus = None
|
|
@@ -138,6 +152,7 @@ class AuditSummary(AbstractModel):
|
|
|
138
152
|
@property
|
|
139
153
|
def AuditStatus(self):
|
|
140
154
|
"""跟踪集状态,1:开启,0:关闭
|
|
155
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
141
156
|
:rtype: int
|
|
142
157
|
"""
|
|
143
158
|
return self._AuditStatus
|
|
@@ -149,6 +164,7 @@ class AuditSummary(AbstractModel):
|
|
|
149
164
|
@property
|
|
150
165
|
def CosBucketName(self):
|
|
151
166
|
"""COS存储桶名称
|
|
167
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
152
168
|
:rtype: str
|
|
153
169
|
"""
|
|
154
170
|
return self._CosBucketName
|
|
@@ -160,6 +176,7 @@ class AuditSummary(AbstractModel):
|
|
|
160
176
|
@property
|
|
161
177
|
def AuditName(self):
|
|
162
178
|
"""跟踪集名称
|
|
179
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
163
180
|
:rtype: str
|
|
164
181
|
"""
|
|
165
182
|
return self._AuditName
|
|
@@ -171,6 +188,7 @@ class AuditSummary(AbstractModel):
|
|
|
171
188
|
@property
|
|
172
189
|
def LogFilePrefix(self):
|
|
173
190
|
"""日志前缀
|
|
191
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
174
192
|
:rtype: str
|
|
175
193
|
"""
|
|
176
194
|
return self._LogFilePrefix
|
|
@@ -1942,8 +1960,10 @@ class KeyMetadata(AbstractModel):
|
|
|
1942
1960
|
def __init__(self):
|
|
1943
1961
|
r"""
|
|
1944
1962
|
:param _Alias: 作为密钥更容易辨识,更容易被人看懂的别名
|
|
1963
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1945
1964
|
:type Alias: str
|
|
1946
1965
|
:param _KeyId: CMK的全局唯一标识
|
|
1966
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1947
1967
|
:type KeyId: str
|
|
1948
1968
|
"""
|
|
1949
1969
|
self._Alias = None
|
|
@@ -1952,6 +1972,7 @@ class KeyMetadata(AbstractModel):
|
|
|
1952
1972
|
@property
|
|
1953
1973
|
def Alias(self):
|
|
1954
1974
|
"""作为密钥更容易辨识,更容易被人看懂的别名
|
|
1975
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1955
1976
|
:rtype: str
|
|
1956
1977
|
"""
|
|
1957
1978
|
return self._Alias
|
|
@@ -1963,6 +1984,7 @@ class KeyMetadata(AbstractModel):
|
|
|
1963
1984
|
@property
|
|
1964
1985
|
def KeyId(self):
|
|
1965
1986
|
"""CMK的全局唯一标识
|
|
1987
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1966
1988
|
:rtype: str
|
|
1967
1989
|
"""
|
|
1968
1990
|
return self._KeyId
|
|
@@ -3472,15 +3494,15 @@ class UpdateAuditRequest(AbstractModel):
|
|
|
3472
3494
|
r"""
|
|
3473
3495
|
:param _AuditName: 跟踪集名称
|
|
3474
3496
|
:type AuditName: str
|
|
3475
|
-
:param _IsEnableCmqNotify: 是否开启cmq消息通知。1:是,0:否。目前仅支持cmq的队列服务。如果开启cmq
|
|
3497
|
+
:param _IsEnableCmqNotify: 是否开启cmq消息通知。1:是,0:否。目前仅支持cmq的队列服务。如果开启cmq消息通知服务,操作审计会将您的日志内容实时投递到您指定地域的指定队列中。
|
|
3476
3498
|
:type IsEnableCmqNotify: int
|
|
3477
3499
|
:param _ReadWriteAttribute: 管理事件的读写属性。1:只读,2:只写,3:全部。
|
|
3478
3500
|
:type ReadWriteAttribute: int
|
|
3479
|
-
:param _KeyId: CMK的全局唯一标识符,如果不是新创建的kms,该值是必填值。可以通过ListKeyAliasByRegion
|
|
3501
|
+
:param _KeyId: CMK的全局唯一标识符,如果不是新创建的kms,该值是必填值。可以通过ListKeyAliasByRegion来获取。操作审计不会校验KeyId的合法性,请您谨慎填写,避免给您的数据造成损失。
|
|
3480
3502
|
:type KeyId: str
|
|
3481
3503
|
:param _CosRegion: cos地域。目前支持的地域可以使用ListCosEnableRegion来获取。
|
|
3482
3504
|
:type CosRegion: str
|
|
3483
|
-
:param _CmqQueueName: 队列名称。队列名称是一个不超过64个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)。如果IsEnableCmqNotify值是1
|
|
3505
|
+
:param _CmqQueueName: 队列名称。队列名称是一个不超过64个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)。如果IsEnableCmqNotify值是1的话,此值属于必填字段。如果不是新创建的队列,操作审计不会去校验该队列是否真的存在,请谨慎填写,避免日志通知不成功,导致您的数据丢失。
|
|
3484
3506
|
:type CmqQueueName: str
|
|
3485
3507
|
:param _IsCreateNewBucket: 是否创建新的cos存储桶。1:是,0:否。
|
|
3486
3508
|
:type IsCreateNewBucket: int
|
|
@@ -3488,7 +3510,7 @@ class UpdateAuditRequest(AbstractModel):
|
|
|
3488
3510
|
:type KmsRegion: str
|
|
3489
3511
|
:param _IsEnableKmsEncry: 是否开启kms加密。1:是,0:否。如果开启KMS加密,数据在投递到cos时,会将数据加密。
|
|
3490
3512
|
:type IsEnableKmsEncry: int
|
|
3491
|
-
:param _CosBucketName: cos的存储桶名称。仅支持小写英文字母和数字即[a-z,0-9]、中划线“-”及其组合。用户自定义的字符串支持1 - 40
|
|
3513
|
+
:param _CosBucketName: cos的存储桶名称。仅支持小写英文字母和数字即[a-z,0-9]、中划线“-”及其组合。用户自定义的字符串支持1 - 40个字符。存储桶命名不能以“-”开头或结尾。如果不是新创建的存储桶,操作审计不会去校验该存储桶是否真的存在,请谨慎填写,避免日志投递不成功,导致您的数据丢失。
|
|
3492
3514
|
:type CosBucketName: str
|
|
3493
3515
|
:param _CmqRegion: 队列所在的地域。可以通过ListCmqEnableRegion获取支持的cmq地域。如果IsEnableCmqNotify值是1的话,此值属于必填字段。
|
|
3494
3516
|
:type CmqRegion: str
|
|
@@ -3524,7 +3546,7 @@ class UpdateAuditRequest(AbstractModel):
|
|
|
3524
3546
|
|
|
3525
3547
|
@property
|
|
3526
3548
|
def IsEnableCmqNotify(self):
|
|
3527
|
-
"""是否开启cmq消息通知。1:是,0:否。目前仅支持cmq的队列服务。如果开启cmq
|
|
3549
|
+
"""是否开启cmq消息通知。1:是,0:否。目前仅支持cmq的队列服务。如果开启cmq消息通知服务,操作审计会将您的日志内容实时投递到您指定地域的指定队列中。
|
|
3528
3550
|
:rtype: int
|
|
3529
3551
|
"""
|
|
3530
3552
|
return self._IsEnableCmqNotify
|
|
@@ -3546,7 +3568,7 @@ class UpdateAuditRequest(AbstractModel):
|
|
|
3546
3568
|
|
|
3547
3569
|
@property
|
|
3548
3570
|
def KeyId(self):
|
|
3549
|
-
"""CMK的全局唯一标识符,如果不是新创建的kms,该值是必填值。可以通过ListKeyAliasByRegion
|
|
3571
|
+
"""CMK的全局唯一标识符,如果不是新创建的kms,该值是必填值。可以通过ListKeyAliasByRegion来获取。操作审计不会校验KeyId的合法性,请您谨慎填写,避免给您的数据造成损失。
|
|
3550
3572
|
:rtype: str
|
|
3551
3573
|
"""
|
|
3552
3574
|
return self._KeyId
|
|
@@ -3568,7 +3590,7 @@ class UpdateAuditRequest(AbstractModel):
|
|
|
3568
3590
|
|
|
3569
3591
|
@property
|
|
3570
3592
|
def CmqQueueName(self):
|
|
3571
|
-
"""队列名称。队列名称是一个不超过64个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)。如果IsEnableCmqNotify值是1
|
|
3593
|
+
"""队列名称。队列名称是一个不超过64个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)。如果IsEnableCmqNotify值是1的话,此值属于必填字段。如果不是新创建的队列,操作审计不会去校验该队列是否真的存在,请谨慎填写,避免日志通知不成功,导致您的数据丢失。
|
|
3572
3594
|
:rtype: str
|
|
3573
3595
|
"""
|
|
3574
3596
|
return self._CmqQueueName
|
|
@@ -3612,7 +3634,7 @@ class UpdateAuditRequest(AbstractModel):
|
|
|
3612
3634
|
|
|
3613
3635
|
@property
|
|
3614
3636
|
def CosBucketName(self):
|
|
3615
|
-
"""cos的存储桶名称。仅支持小写英文字母和数字即[a-z,0-9]、中划线“-”及其组合。用户自定义的字符串支持1 - 40
|
|
3637
|
+
"""cos的存储桶名称。仅支持小写英文字母和数字即[a-z,0-9]、中划线“-”及其组合。用户自定义的字符串支持1 - 40个字符。存储桶命名不能以“-”开头或结尾。如果不是新创建的存储桶,操作审计不会去校验该存储桶是否真的存在,请谨慎填写,避免日志投递不成功,导致您的数据丢失。
|
|
3616
3638
|
:rtype: str
|
|
3617
3639
|
"""
|
|
3618
3640
|
return self._CosBucketName
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cloudaudit
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1357
|
|
4
4
|
Summary: Tencent Cloud Cloudaudit SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common (==3.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1357)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
|
1
|
+
tencentcloud/__init__.py,sha256=vfqQBixvxvgkqxcTAs74aI5qYIpkt7NgWQgRMC1xeNU,631
|
|
2
2
|
tencentcloud/cloudaudit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
tencentcloud/cloudaudit/v20190319/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
tencentcloud/cloudaudit/v20190319/cloudaudit_client.py,sha256=t4J1NntaI8MUDqN-D7wOPfrAVSN9FOy1dsoe_vGKhjI,18349
|
|
5
5
|
tencentcloud/cloudaudit/v20190319/errorcodes.py,sha256=VkEIWxX3Kre674hqUT94Yec8iM3oAhaRtLOf3QwLhhY,5493
|
|
6
|
-
tencentcloud/cloudaudit/v20190319/models.py,sha256=
|
|
7
|
-
tencentcloud_sdk_python_cloudaudit-3.0.
|
|
8
|
-
tencentcloud_sdk_python_cloudaudit-3.0.
|
|
9
|
-
tencentcloud_sdk_python_cloudaudit-3.0.
|
|
10
|
-
tencentcloud_sdk_python_cloudaudit-3.0.
|
|
6
|
+
tencentcloud/cloudaudit/v20190319/models.py,sha256=lFwSUczELpdfbLOvzNsKvBmBoOelVGE7jvmhO50FWno,120327
|
|
7
|
+
tencentcloud_sdk_python_cloudaudit-3.0.1357.dist-info/METADATA,sha256=anpOzDXlAoGaWXWH8SwG2Vs8pxp9u_JdhA_4Q8VxFMQ,1531
|
|
8
|
+
tencentcloud_sdk_python_cloudaudit-3.0.1357.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_cloudaudit-3.0.1357.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_cloudaudit-3.0.1357.dist-info/RECORD,,
|
|
File without changes
|