tencentcloud-sdk-cloudaudit 3.0.1192 → 3.0.1209
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190319/models.rb +32 -32
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a03bae92b4f4f12d6d897e29136560c20ee9b3e
|
|
4
|
+
data.tar.gz: 0ab77688aedbe14930efeeec31061d6acfeca6be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5deb984b7e8d0084843805d66008cea30ccb9c4f12c438e64f64370872723f349faf3a0c6634a814b79aa75e62ac19207e42895dcb18e57ba11c7391af2d6627
|
|
7
|
+
data.tar.gz: 27007de00be32d8d527cff1ae52e2b5365c79ef6eb35fd01f2761fdd9bf3edfc3162cd142767c7da5a69aa3d4775794575d71c8dcb7d8ce0091ef9ab422b150d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1209
|
data/lib/v20190319/models.rb
CHANGED
|
@@ -119,21 +119,21 @@ module TencentCloud
|
|
|
119
119
|
|
|
120
120
|
# CreateAuditTrack请求参数结构体
|
|
121
121
|
class CreateAuditTrackRequest < TencentCloud::Common::AbstractModel
|
|
122
|
-
# @param Name:
|
|
122
|
+
# @param Name: <p>跟踪集名称,仅支持大小写字母、数字、-以及_的组合,3-48个字符</p>
|
|
123
123
|
# @type Name: String
|
|
124
|
-
# @param Status:
|
|
124
|
+
# @param Status: <p>跟踪集状态(未开启:0;开启:1)</p>
|
|
125
125
|
# @type Status: Integer
|
|
126
|
-
# @param Storage:
|
|
126
|
+
# @param Storage: <p>数据投递存储(目前支持 cos、cls 、ckafka)</p>
|
|
127
127
|
# @type Storage: :class:`Tencentcloud::Cloudaudit.v20190319.models.Storage`
|
|
128
|
-
# @param ActionType:
|
|
128
|
+
# @param ActionType: <p>跟踪事件类型(读:Read;写:Write;全部:*)</p>
|
|
129
129
|
# @type ActionType: String
|
|
130
|
-
# @param ResourceType:
|
|
130
|
+
# @param ResourceType: <p>跟踪事件所属产品(支持全部产品或单个产品,如:cos,全部:*)</p>
|
|
131
131
|
# @type ResourceType: String
|
|
132
|
-
# @param EventNames:
|
|
132
|
+
# @param EventNames: <p>跟踪事件接口名列表(ResourceType为 * 时,EventNames必须为全部:["*"];指定ResourceType时,支持全部接口:["*"];支持部分接口:["cos", "cls"],接口列表上限10个)</p>
|
|
133
133
|
# @type EventNames: Array
|
|
134
|
-
# @param TrackForAllMembers:
|
|
134
|
+
# @param TrackForAllMembers: <p>是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号(0:未开启,1:开启,只能集团管理账号或者可信服务管理账号开启此项功能)</p>
|
|
135
135
|
# @type TrackForAllMembers: Integer
|
|
136
|
-
# @param ExportId:
|
|
136
|
+
# @param ExportId: <p>任务ID</p>
|
|
137
137
|
# @type ExportId: String
|
|
138
138
|
|
|
139
139
|
attr_accessor :Name, :Status, :Storage, :ActionType, :ResourceType, :EventNames, :TrackForAllMembers, :ExportId
|
|
@@ -166,7 +166,7 @@ module TencentCloud
|
|
|
166
166
|
|
|
167
167
|
# CreateAuditTrack返回参数结构体
|
|
168
168
|
class CreateAuditTrackResponse < TencentCloud::Common::AbstractModel
|
|
169
|
-
# @param TrackId:
|
|
169
|
+
# @param TrackId: <p>跟踪集 ID</p>
|
|
170
170
|
# @type TrackId: Integer
|
|
171
171
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
172
172
|
# @type RequestId: String
|
|
@@ -186,15 +186,15 @@ module TencentCloud
|
|
|
186
186
|
|
|
187
187
|
# CreateEventsAuditTrack请求参数结构体
|
|
188
188
|
class CreateEventsAuditTrackRequest < TencentCloud::Common::AbstractModel
|
|
189
|
-
# @param Name:
|
|
189
|
+
# @param Name: <p>跟踪集名称,仅支持大小写字母、数字、-以及_的组合,3-48个字符</p>
|
|
190
190
|
# @type Name: String
|
|
191
|
-
# @param Status:
|
|
191
|
+
# @param Status: <p>跟踪集状态(未开启:0;开启:1)</p>
|
|
192
192
|
# @type Status: Integer
|
|
193
|
-
# @param Storage:
|
|
193
|
+
# @param Storage: <p>数据投递存储(目前支持 cos、cls、ckafka)</p>
|
|
194
194
|
# @type Storage: :class:`Tencentcloud::Cloudaudit.v20190319.models.Storage`
|
|
195
|
-
# @param Filters:
|
|
195
|
+
# @param Filters: <p>数据过滤条件</p>
|
|
196
196
|
# @type Filters: :class:`Tencentcloud::Cloudaudit.v20190319.models.Filter`
|
|
197
|
-
# @param TrackForAllMembers:
|
|
197
|
+
# @param TrackForAllMembers: <p>是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号(0:未开启,1:开启,只能集团管理账号或者可信服务管理账号开启此项功能)</p>
|
|
198
198
|
# @type TrackForAllMembers: Integer
|
|
199
199
|
|
|
200
200
|
attr_accessor :Name, :Status, :Storage, :Filters, :TrackForAllMembers
|
|
@@ -224,7 +224,7 @@ module TencentCloud
|
|
|
224
224
|
|
|
225
225
|
# CreateEventsAuditTrack返回参数结构体
|
|
226
226
|
class CreateEventsAuditTrackResponse < TencentCloud::Common::AbstractModel
|
|
227
|
-
# @param TrackId:
|
|
227
|
+
# @param TrackId: <p>跟踪集 ID</p>
|
|
228
228
|
# @type TrackId: Integer
|
|
229
229
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
230
230
|
# @type RequestId: String
|
|
@@ -497,7 +497,8 @@ module TencentCloud
|
|
|
497
497
|
# RequestId:请求 ID
|
|
498
498
|
# EventName:事件名称
|
|
499
499
|
# ActionType:操作类型(Write:写;Read:读)
|
|
500
|
-
# PrincipalId
|
|
500
|
+
# PrincipalId:子账号
|
|
501
|
+
# ResourceType:资源类型
|
|
501
502
|
# ResourceId:资源Id
|
|
502
503
|
# ResourceName:资源名称
|
|
503
504
|
# AccessKeyId:密钥 ID
|
|
@@ -1061,21 +1062,21 @@ module TencentCloud
|
|
|
1061
1062
|
|
|
1062
1063
|
# ModifyAuditTrack请求参数结构体
|
|
1063
1064
|
class ModifyAuditTrackRequest < TencentCloud::Common::AbstractModel
|
|
1064
|
-
# @param TrackId:
|
|
1065
|
+
# @param TrackId: <p>跟踪集 ID</p>
|
|
1065
1066
|
# @type TrackId: Integer
|
|
1066
|
-
# @param Name:
|
|
1067
|
+
# @param Name: <p>跟踪集名称,仅支持大小写字母、数字、-以及_的组合,3-48个字符</p>
|
|
1067
1068
|
# @type Name: String
|
|
1068
|
-
# @param ActionType:
|
|
1069
|
+
# @param ActionType: <p>跟踪事件类型(读:Read;写:Write;全部:*)</p>
|
|
1069
1070
|
# @type ActionType: String
|
|
1070
|
-
# @param ResourceType:
|
|
1071
|
+
# @param ResourceType: <p>跟踪事件所属产品(支持全部产品或单个产品,如:cos,全部:*)</p>
|
|
1071
1072
|
# @type ResourceType: String
|
|
1072
|
-
# @param Status:
|
|
1073
|
+
# @param Status: <p>跟踪集状态(未开启:0;开启:1)</p>
|
|
1073
1074
|
# @type Status: Integer
|
|
1074
|
-
# @param EventNames:
|
|
1075
|
+
# @param EventNames: <p>跟踪事件接口名列表(ResourceType为 * 时,EventNames必须为全部:["*"];指定ResourceType时,支持全部接口:["*"];支持部分接口:["cos", "cls"],接口列表上限10个)</p>
|
|
1075
1076
|
# @type EventNames: Array
|
|
1076
|
-
# @param Storage:
|
|
1077
|
+
# @param Storage: <p>数据投递存储(目前支持 cos、cls、ckafka)</p>
|
|
1077
1078
|
# @type Storage: :class:`Tencentcloud::Cloudaudit.v20190319.models.Storage`
|
|
1078
|
-
# @param TrackForAllMembers:
|
|
1079
|
+
# @param TrackForAllMembers: <p>是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号(0:未开启,1:开启,只能集团管理账号或者可信服务管理账号开启此项功能)</p>
|
|
1079
1080
|
# @type TrackForAllMembers: Integer
|
|
1080
1081
|
|
|
1081
1082
|
attr_accessor :TrackId, :Name, :ActionType, :ResourceType, :Status, :EventNames, :Storage, :TrackForAllMembers
|
|
@@ -1298,20 +1299,19 @@ module TencentCloud
|
|
|
1298
1299
|
|
|
1299
1300
|
# 跟踪集存储信息
|
|
1300
1301
|
class Storage < TencentCloud::Common::AbstractModel
|
|
1301
|
-
# @param StorageType:
|
|
1302
|
+
# @param StorageType: <p>存储类型(目前支持 cos、cls、ckafka)</p>
|
|
1302
1303
|
# @type StorageType: String
|
|
1303
|
-
# @param StorageRegion:
|
|
1304
|
+
# @param StorageRegion: <p>存储所在地域</p>
|
|
1304
1305
|
# @type StorageRegion: String
|
|
1305
|
-
# @param StorageName:
|
|
1306
|
+
# @param StorageName: <p>存储名称(cos:存储名称为用户自定义的存储桶名称,不包含"-APPID",仅支持小写字母、数字以及中划线"-"的组合,不能超过50字符,且不支持中划线"-"开头或结尾; cls:存储名称为日志主题id,字符长度为1-50个字符; ckafka: ckafka实例ID/topic. 举例:ckafka-xxxxxx/tencent_test_audit_log)</p>
|
|
1306
1307
|
# @type StorageName: String
|
|
1307
|
-
# @param StoragePrefix:
|
|
1308
|
+
# @param StoragePrefix: <p>存储目录前缀,cos日志文件前缀仅支持字母和数字的组合,3-40个字符</p>
|
|
1308
1309
|
# @type StoragePrefix: String
|
|
1309
|
-
# @param StorageAccountId:
|
|
1310
|
+
# @param StorageAccountId: <p>被指定存储用户ID</p>
|
|
1310
1311
|
# @type StorageAccountId: String
|
|
1311
|
-
# @param StorageAppId:
|
|
1312
|
+
# @param StorageAppId: <p>被指定存储用户appid</p>
|
|
1312
1313
|
# @type StorageAppId: String
|
|
1313
|
-
# @param Compress:
|
|
1314
|
-
# 1:压缩 2:不压缩
|
|
1314
|
+
# @param Compress: <p>是否压缩。<br>1:压缩 2:不压缩</p>
|
|
1315
1315
|
# @type Compress: Integer
|
|
1316
1316
|
|
|
1317
1317
|
attr_accessor :StorageType, :StorageRegion, :StorageName, :StoragePrefix, :StorageAccountId, :StorageAppId, :Compress
|
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.
|
|
4
|
+
version: 3.0.1209
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|