tencentcloud-sdk-python-cloudaudit 3.0.1283__py2.py3-none-any.whl → 3.0.1300__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 CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1283'
17
+ __version__ = '3.0.1300'
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cloudaudit
3
- Version: 3.0.1283
3
+ Version: 3.0.1300
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.1283)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1300)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -1,10 +1,10 @@
1
- tencentcloud/__init__.py,sha256=yAtQqteELndhRqGXUob0TKJDXc4t9USMiZ09j-97MMc,631
1
+ tencentcloud/__init__.py,sha256=sXBPrsJ8LnaDA9Mvhe2LuguApMGqHSUsuT-C6jtliZA,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=QubzUvfVo64sev3rKginOB4zIV1MNsgFsGf06HX3XUM,118875
7
- tencentcloud_sdk_python_cloudaudit-3.0.1283.dist-info/METADATA,sha256=hpVyqvz9XI3JamBZdp-uMzYzIpAeBUma1awz1Mtc3fk,1531
8
- tencentcloud_sdk_python_cloudaudit-3.0.1283.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_cloudaudit-3.0.1283.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_cloudaudit-3.0.1283.dist-info/RECORD,,
6
+ tencentcloud/cloudaudit/v20190319/models.py,sha256=lFwSUczELpdfbLOvzNsKvBmBoOelVGE7jvmhO50FWno,120327
7
+ tencentcloud_sdk_python_cloudaudit-3.0.1300.dist-info/METADATA,sha256=z_kRxT6Z-yRo4jApSy3BhS6FJJer85PI45xKOPIJrsE,1531
8
+ tencentcloud_sdk_python_cloudaudit-3.0.1300.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_cloudaudit-3.0.1300.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_cloudaudit-3.0.1300.dist-info/RECORD,,