tencentcloud-sdk-organization 1.0.359 → 1.0.362
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: 258d3880f4f257d1314e1dbc5e830692de60f762
|
4
|
+
data.tar.gz: 8459b2edda57f7615834a09a065a9bcf3e03a541
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3fdae202dcbf9c794e844f777ba11339ca953d23d5dea743369c269ab70da27d7f70133ae83f1c4b64ebc82db32190dbefa3cca8516ff051becedb892fe4d23
|
7
|
+
data.tar.gz: 1e431d3b692a27d4a8db96816e939422e343ee6c0df689f5d3b568ec48f4f11220574f9866aac584ff9ce3e6d4d88862e81be05b6434a6b6640cbc186ab906e5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.362
|
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.362
|
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-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|