tencentcloud-sdk-organization 1.0.358 → 1.0.361
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: 29cae57c0df6820233822eac19e579c89a4a7f6b
|
4
|
+
data.tar.gz: 6a8d37b186738cdc334aeb2c4872541a00dda93b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92e7944d6513f06e648fd2969e19d1d2fd3dc63f45e629af42a616b5e2f7c6ab8b9a2b531f72f166dd29a54ad69b2ea553b13c78e97b76024fd02faffc921bc4
|
7
|
+
data.tar.gz: bb466dd10a544e84346f51622eb2ddad5349fe600ba358ac6da236c5719661a49670ef2401794bb64301267c1a8cbfb9de24132b3ceaab2b5c1d79801dee8489
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.361
|
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.361
|
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-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|