tencentcloud-sdk-ciam 3.0.931 → 3.0.932
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220331/models.rb +7 -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: f7142c9f42c4ad40e7881745958810fae26e3e8b
|
4
|
+
data.tar.gz: 1a5c21fb66536e138305b94eafef4089b4baadf1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06458c91bd3119ec6144f8ce41f6e00645772b22af97b8f3ed06619736e97a752ba68bd7dfa60a385355233d8e01135603436a3f1d594b772c458979420bd36e
|
7
|
+
data.tar.gz: fd32a4fde377dd4a456cdb80479cd7cac8314dcced120a26fd04036db21fd9c0a1cd660767156d02d0f437d99c5ab18515b98c853e473a88cbb5c9af2fbfe353
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.932
|
data/lib/v20220331/models.rb
CHANGED
@@ -1407,10 +1407,13 @@ module TencentCloud
|
|
1407
1407
|
# @param Detail: 详情
|
1408
1408
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1409
1409
|
# @type Detail: String
|
1410
|
+
# @param ActionResult: 日志结果
|
1411
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1412
|
+
# @type ActionResult: String
|
1410
1413
|
|
1411
|
-
attr_accessor :LogId, :TenantId, :UserStoreId, :EventCode, :EventDate, :Description, :Participant, :ApplicationClientId, :ApplicationName, :AuthSourceId, :AuthSourceName, :AuthSourceType, :AuthSourceCategory, :Ip, :UserAgent, :UserId, :Detail
|
1414
|
+
attr_accessor :LogId, :TenantId, :UserStoreId, :EventCode, :EventDate, :Description, :Participant, :ApplicationClientId, :ApplicationName, :AuthSourceId, :AuthSourceName, :AuthSourceType, :AuthSourceCategory, :Ip, :UserAgent, :UserId, :Detail, :ActionResult
|
1412
1415
|
|
1413
|
-
def initialize(logid=nil, tenantid=nil, userstoreid=nil, eventcode=nil, eventdate=nil, description=nil, participant=nil, applicationclientid=nil, applicationname=nil, authsourceid=nil, authsourcename=nil, authsourcetype=nil, authsourcecategory=nil, ip=nil, useragent=nil, userid=nil, detail=nil)
|
1416
|
+
def initialize(logid=nil, tenantid=nil, userstoreid=nil, eventcode=nil, eventdate=nil, description=nil, participant=nil, applicationclientid=nil, applicationname=nil, authsourceid=nil, authsourcename=nil, authsourcetype=nil, authsourcecategory=nil, ip=nil, useragent=nil, userid=nil, detail=nil, actionresult=nil)
|
1414
1417
|
@LogId = logid
|
1415
1418
|
@TenantId = tenantid
|
1416
1419
|
@UserStoreId = userstoreid
|
@@ -1428,6 +1431,7 @@ module TencentCloud
|
|
1428
1431
|
@UserAgent = useragent
|
1429
1432
|
@UserId = userid
|
1430
1433
|
@Detail = detail
|
1434
|
+
@ActionResult = actionresult
|
1431
1435
|
end
|
1432
1436
|
|
1433
1437
|
def deserialize(params)
|
@@ -1448,6 +1452,7 @@ module TencentCloud
|
|
1448
1452
|
@UserAgent = params['UserAgent']
|
1449
1453
|
@UserId = params['UserId']
|
1450
1454
|
@Detail = params['Detail']
|
1455
|
+
@ActionResult = params['ActionResult']
|
1451
1456
|
end
|
1452
1457
|
end
|
1453
1458
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ciam
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.932
|
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-10-
|
11
|
+
date: 2024-10-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|