tencentcloud-sdk-organization 1.0.357 → 1.0.360
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/v20210331/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: dcf54d1c1c3be7e210b9568eb0eb38677d34ec12
|
4
|
+
data.tar.gz: 8cc405f90ff20c07c2cb3eee94cbc8be4b443a30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1298bee8151f564f9102769fc78d0730a3233662193a60fc39d5cbd15e360b3b85c67ab4e7f17590469552bb3b35234e68221d6192f1ecc21166b2731a65177d
|
7
|
+
data.tar.gz: ce5dddb0694671f24878df8b67ee9c8ec2d97897e55d37e102d4f965efb9fbf96a814b14880732ac7c34ef953770557bcd0c55f1882f1aa7ad697d49c46a1e7c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.360
|
data/lib/v20210331/models.rb
CHANGED
@@ -432,10 +432,13 @@ module TencentCloud
|
|
432
432
|
# @param BindStatus: 安全信息绑定状态 未绑定:Unbound,待激活:Valid,绑定成功:Success,绑定失败:Failed
|
433
433
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
434
434
|
# @type BindStatus: String
|
435
|
+
# @param PermissionStatus: 成员权限状态 已确认:Confirmed ,待确认:UnConfirmed
|
436
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
437
|
+
# @type PermissionStatus: String
|
435
438
|
|
436
|
-
attr_accessor :MemberUin, :Name, :MemberType, :OrgPolicyType, :OrgPolicyName, :OrgPermission, :NodeId, :NodeName, :Remark, :CreateTime, :UpdateTime, :IsAllowQuit, :PayUin, :PayName, :OrgIdentity, :BindStatus
|
439
|
+
attr_accessor :MemberUin, :Name, :MemberType, :OrgPolicyType, :OrgPolicyName, :OrgPermission, :NodeId, :NodeName, :Remark, :CreateTime, :UpdateTime, :IsAllowQuit, :PayUin, :PayName, :OrgIdentity, :BindStatus, :PermissionStatus
|
437
440
|
|
438
|
-
def initialize(memberuin=nil, name=nil, membertype=nil, orgpolicytype=nil, orgpolicyname=nil, orgpermission=nil, nodeid=nil, nodename=nil, remark=nil, createtime=nil, updatetime=nil, isallowquit=nil, payuin=nil, payname=nil, orgidentity=nil, bindstatus=nil)
|
441
|
+
def initialize(memberuin=nil, name=nil, membertype=nil, orgpolicytype=nil, orgpolicyname=nil, orgpermission=nil, nodeid=nil, nodename=nil, remark=nil, createtime=nil, updatetime=nil, isallowquit=nil, payuin=nil, payname=nil, orgidentity=nil, bindstatus=nil, permissionstatus=nil)
|
439
442
|
@MemberUin = memberuin
|
440
443
|
@Name = name
|
441
444
|
@MemberType = membertype
|
@@ -452,6 +455,7 @@ module TencentCloud
|
|
452
455
|
@PayName = payname
|
453
456
|
@OrgIdentity = orgidentity
|
454
457
|
@BindStatus = bindstatus
|
458
|
+
@PermissionStatus = permissionstatus
|
455
459
|
end
|
456
460
|
|
457
461
|
def deserialize(params)
|
@@ -485,6 +489,7 @@ module TencentCloud
|
|
485
489
|
end
|
486
490
|
end
|
487
491
|
@BindStatus = params['BindStatus']
|
492
|
+
@PermissionStatus = params['PermissionStatus']
|
488
493
|
end
|
489
494
|
end
|
490
495
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-organization
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.360
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-07-
|
11
|
+
date: 2022-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|