tencentcloud-sdk-cloudaudit 3.0.1094 → 3.0.1160
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 +13 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d86a49b71b6d8978cb6d34dda62d2e32ae44fe5
|
|
4
|
+
data.tar.gz: 724939aa42b1654894c6e559f04ccbf37114ad9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a37c0efe6204edf9f6b6da70a4f81b9f3cb3d7cb54fe439df77f1846364846679360d15578ccd5ea99dbca8ce9d44f4ae16feceaf1f8afb85709c33988e8b76
|
|
7
|
+
data.tar.gz: 17ee4ecd8f151b42f4f805271690178f770e912da0ee03914882dc2b7a9c079d51a06dc5f60072c48746c5286c60eed2cc1feb0670e1453c2b6ab83ce054b0c8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1160
|
data/lib/v20190319/models.rb
CHANGED
|
@@ -133,10 +133,12 @@ module TencentCloud
|
|
|
133
133
|
# @type EventNames: Array
|
|
134
134
|
# @param TrackForAllMembers: 是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号(0:未开启,1:开启,只能集团管理账号或者可信服务管理账号开启此项功能)
|
|
135
135
|
# @type TrackForAllMembers: Integer
|
|
136
|
+
# @param ExportId: 任务ID
|
|
137
|
+
# @type ExportId: String
|
|
136
138
|
|
|
137
|
-
attr_accessor :Name, :Status, :Storage, :ActionType, :ResourceType, :EventNames, :TrackForAllMembers
|
|
139
|
+
attr_accessor :Name, :Status, :Storage, :ActionType, :ResourceType, :EventNames, :TrackForAllMembers, :ExportId
|
|
138
140
|
|
|
139
|
-
def initialize(name=nil, status=nil, storage=nil, actiontype=nil, resourcetype=nil, eventnames=nil, trackforallmembers=nil)
|
|
141
|
+
def initialize(name=nil, status=nil, storage=nil, actiontype=nil, resourcetype=nil, eventnames=nil, trackforallmembers=nil, exportid=nil)
|
|
140
142
|
@Name = name
|
|
141
143
|
@Status = status
|
|
142
144
|
@Storage = storage
|
|
@@ -144,6 +146,7 @@ module TencentCloud
|
|
|
144
146
|
@ResourceType = resourcetype
|
|
145
147
|
@EventNames = eventnames
|
|
146
148
|
@TrackForAllMembers = trackforallmembers
|
|
149
|
+
@ExportId = exportid
|
|
147
150
|
end
|
|
148
151
|
|
|
149
152
|
def deserialize(params)
|
|
@@ -157,6 +160,7 @@ module TencentCloud
|
|
|
157
160
|
@ResourceType = params['ResourceType']
|
|
158
161
|
@EventNames = params['EventNames']
|
|
159
162
|
@TrackForAllMembers = params['TrackForAllMembers']
|
|
163
|
+
@ExportId = params['ExportId']
|
|
160
164
|
end
|
|
161
165
|
end
|
|
162
166
|
|
|
@@ -1293,16 +1297,20 @@ module TencentCloud
|
|
|
1293
1297
|
# @type StorageAccountId: String
|
|
1294
1298
|
# @param StorageAppId: 被指定存储用户appid
|
|
1295
1299
|
# @type StorageAppId: String
|
|
1300
|
+
# @param Compress: 是否压缩。
|
|
1301
|
+
# 1:压缩 2:不压缩
|
|
1302
|
+
# @type Compress: Integer
|
|
1296
1303
|
|
|
1297
|
-
attr_accessor :StorageType, :StorageRegion, :StorageName, :StoragePrefix, :StorageAccountId, :StorageAppId
|
|
1304
|
+
attr_accessor :StorageType, :StorageRegion, :StorageName, :StoragePrefix, :StorageAccountId, :StorageAppId, :Compress
|
|
1298
1305
|
|
|
1299
|
-
def initialize(storagetype=nil, storageregion=nil, storagename=nil, storageprefix=nil, storageaccountid=nil, storageappid=nil)
|
|
1306
|
+
def initialize(storagetype=nil, storageregion=nil, storagename=nil, storageprefix=nil, storageaccountid=nil, storageappid=nil, compress=nil)
|
|
1300
1307
|
@StorageType = storagetype
|
|
1301
1308
|
@StorageRegion = storageregion
|
|
1302
1309
|
@StorageName = storagename
|
|
1303
1310
|
@StoragePrefix = storageprefix
|
|
1304
1311
|
@StorageAccountId = storageaccountid
|
|
1305
1312
|
@StorageAppId = storageappid
|
|
1313
|
+
@Compress = compress
|
|
1306
1314
|
end
|
|
1307
1315
|
|
|
1308
1316
|
def deserialize(params)
|
|
@@ -1312,6 +1320,7 @@ module TencentCloud
|
|
|
1312
1320
|
@StoragePrefix = params['StoragePrefix']
|
|
1313
1321
|
@StorageAccountId = params['StorageAccountId']
|
|
1314
1322
|
@StorageAppId = params['StorageAppId']
|
|
1323
|
+
@Compress = params['Compress']
|
|
1315
1324
|
end
|
|
1316
1325
|
end
|
|
1317
1326
|
|
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.1160
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,8 +33,8 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20190319/client.rb
|
|
37
36
|
- lib/v20190319/models.rb
|
|
37
|
+
- lib/v20190319/client.rb
|
|
38
38
|
- lib/tencentcloud-sdk-cloudaudit.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|