tencentcloud-sdk-cloudaudit 3.0.745 → 3.0.746

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac55442370a5fa7d7c24ba00e26fe15f578c4dec
4
- data.tar.gz: 2954bdc2e23d79f79bdb4f8151630bc5c6faf5fe
3
+ metadata.gz: 546440651023450e94f5496e37b8d8f3531a53aa
4
+ data.tar.gz: 2ac9f04fd87d762be37f5bcf16669c5662da1ed0
5
5
  SHA512:
6
- metadata.gz: 1998fe3d2ecd7147ce24a43f5ad529d4f31eaad9e044ec74c24135f86e2e8d2ad4f0bb51280c00d0e7c011239fbf9a87cf3f3869ca09a435739a85747f4b9279
7
- data.tar.gz: cd5d470e7307451f2527cfe22660bf5ccdb9808627e7fba55f964cc233591fdcb4a41b5fe9eac7c04628e9a4c500b59054acefb0c3c2238da20ca105ddd713f6
6
+ metadata.gz: f2e74960fa488f553b287396b2b192a2c092e58cfa9de5482f3892d2912c70e2b1cfa3ed3ebb5dbdade7dd22c7d347a8c8333322e657bdf2acba1975cae03096
7
+ data.tar.gz: 1854e48cf3d79ee6d77f8d0ac590356d6a3a05a747cd94518f8400530e771b7371a36c295302b8fb219efe1d5097960abef74561406dd0dadd4a7499b7105f4c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.745
1
+ 3.0.746
@@ -57,7 +57,7 @@ module TencentCloud
57
57
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
58
58
  end
59
59
 
60
- # 创建跟踪集
60
+ # 创建操作审计跟踪集
61
61
 
62
62
  # @param request: Request instance for CreateAuditTrack.
63
63
  # @type request: :class:`Tencentcloud::cloudaudit::V20190319::CreateAuditTrackRequest`
@@ -105,7 +105,7 @@ module TencentCloud
105
105
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
106
106
  end
107
107
 
108
- # 删除云审计跟踪集
108
+ # 删除操作审计跟踪集
109
109
 
110
110
  # @param request: Request instance for DeleteAuditTrack.
111
111
  # @type request: :class:`Tencentcloud::cloudaudit::V20190319::DeleteAuditTrackRequest`
@@ -153,7 +153,7 @@ module TencentCloud
153
153
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
154
154
  end
155
155
 
156
- # 查询云审计跟踪集详情
156
+ # 查询操作审计跟踪集详情
157
157
 
158
158
  # @param request: Request instance for DescribeAuditTrack.
159
159
  # @type request: :class:`Tencentcloud::cloudaudit::V20190319::DescribeAuditTrackRequest`
@@ -177,7 +177,7 @@ module TencentCloud
177
177
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
178
178
  end
179
179
 
180
- # 查询云审计跟踪集列表
180
+ # 查询操作审计跟踪集列表
181
181
 
182
182
  # @param request: Request instance for DescribeAuditTracks.
183
183
  # @type request: :class:`Tencentcloud::cloudaudit::V20190319::DescribeAuditTracksRequest`
@@ -201,7 +201,7 @@ module TencentCloud
201
201
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
202
202
  end
203
203
 
204
- # 查询云审计日志
204
+ # 查询操作审计日志
205
205
 
206
206
  # @param request: Request instance for DescribeEvents.
207
207
  # @type request: :class:`Tencentcloud::cloudaudit::V20190319::DescribeEventsRequest`
@@ -393,7 +393,7 @@ module TencentCloud
393
393
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
394
394
  end
395
395
 
396
- # 修改云审计跟踪
396
+ # 修改操作审计跟踪集
397
397
 
398
398
  # @param request: Request instance for ModifyAuditTrack.
399
399
  # @type request: :class:`Tencentcloud::cloudaudit::V20190319::ModifyAuditTrackRequest`
@@ -545,7 +545,7 @@ module TencentCloud
545
545
  # @type NextToken: Integer
546
546
  # @param MaxResults: 返回日志的最大条数(最大 50 条)
547
547
  # @type MaxResults: Integer
548
- # @param LookupAttributes: 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{"key":"*","value":"*"}])备注:检索的各个条件间是与的关系,EventName传多个值内部是或的关系)
548
+ # @param LookupAttributes: 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceId:资源Id、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{"key":"*","value":"*"}])备注:检索的各个条件间是与的关系,EventName传多个值内部是或的关系)
549
549
  # @type LookupAttributes: Array
550
550
  # @param IsReturnLocation: 是否返回 IP 归属地(1 返回,0 不返回)
551
551
  # @type IsReturnLocation: Integer
@@ -1145,8 +1145,10 @@ module TencentCloud
1145
1145
  # 资源类型
1146
1146
  class Resource < TencentCloud::Common::AbstractModel
1147
1147
  # @param ResourceType: 资源类型
1148
+ # 注意:此字段可能返回 null,表示取不到有效值。
1148
1149
  # @type ResourceType: String
1149
1150
  # @param ResourceName: 资源名称
1151
+ # 注意:此字段可能返回 null,表示取不到有效值。
1150
1152
  # @type ResourceName: String
1151
1153
 
1152
1154
  attr_accessor :ResourceType, :ResourceName
@@ -1244,14 +1246,22 @@ module TencentCloud
1244
1246
  # @type StorageName: String
1245
1247
  # @param StoragePrefix: 存储目录前缀,cos日志文件前缀仅支持字母和数字的组合,3-40个字符
1246
1248
  # @type StoragePrefix: String
1249
+ # @param StorageAccountId: 被指定存储用户ID
1250
+ # 注意:此字段可能返回 null,表示取不到有效值。
1251
+ # @type StorageAccountId: String
1252
+ # @param StorageAppId: 被指定存储用户appid
1253
+ # 注意:此字段可能返回 null,表示取不到有效值。
1254
+ # @type StorageAppId: String
1247
1255
 
1248
- attr_accessor :StorageType, :StorageRegion, :StorageName, :StoragePrefix
1256
+ attr_accessor :StorageType, :StorageRegion, :StorageName, :StoragePrefix, :StorageAccountId, :StorageAppId
1249
1257
 
1250
- def initialize(storagetype=nil, storageregion=nil, storagename=nil, storageprefix=nil)
1258
+ def initialize(storagetype=nil, storageregion=nil, storagename=nil, storageprefix=nil, storageaccountid=nil, storageappid=nil)
1251
1259
  @StorageType = storagetype
1252
1260
  @StorageRegion = storageregion
1253
1261
  @StorageName = storagename
1254
1262
  @StoragePrefix = storageprefix
1263
+ @StorageAccountId = storageaccountid
1264
+ @StorageAppId = storageappid
1255
1265
  end
1256
1266
 
1257
1267
  def deserialize(params)
@@ -1259,6 +1269,8 @@ module TencentCloud
1259
1269
  @StorageRegion = params['StorageRegion']
1260
1270
  @StorageName = params['StorageName']
1261
1271
  @StoragePrefix = params['StoragePrefix']
1272
+ @StorageAccountId = params['StorageAccountId']
1273
+ @StorageAppId = params['StorageAppId']
1262
1274
  end
1263
1275
  end
1264
1276
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cloudaudit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.745
4
+ version: 3.0.746
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-09 00:00:00.000000000 Z
11
+ date: 2024-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-cloudaudit.rb
36
37
  - lib/v20190319/client.rb
37
38
  - lib/v20190319/models.rb
38
- - lib/tencentcloud-sdk-cloudaudit.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: