tencentcloud-sdk-cloudaudit 3.0.1094 → 3.0.1108
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 +6 -2
- 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: 681fbb48b179c30f6f2734eea573c0b30bcfc664
|
4
|
+
data.tar.gz: 632b1117c586f97604bbcbc4d1d9c317ede4a1fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee77f61d568a08ba877708f893538584592a065bd7b67946ae1f1b04d027a5159ca3069260efef52bdb3c92747f7fd99b68d13d74821861f8d7b89fd3a7a9546
|
7
|
+
data.tar.gz: 626aaa2d25392a66e9150dbb9cd9669d1391b70a2f8ffb1f551a8c735d9b686ba665b03dc868745e3d4b012ae76d22352cf4cf508d3bc07994e45b87904919c4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1108
|
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
|
|
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.1108
|
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-07-
|
11
|
+
date: 2025-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|