tencentcloud-sdk-organization 1.0.271 → 1.0.274
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/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: a9e37e352a76e5a6ddccac6f1a97d9e135157059
|
4
|
+
data.tar.gz: 377e600d2f154323ea08fb9c9117638651ec064c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c446a62b1268638c9fb2dac55faf1fb01f8d3d117bb38ab7e7cee90bf6527b55b3e8ebdc1aa86b455cf3f2b76cb50691dfda3925a840cbfcbffd4acede5c77aa
|
7
|
+
data.tar.gz: d0380f2f5446fd1c4e5aaa62c59fc89910bc93ff67bb41796c4a5bae88a013c9ba339306358844400526f6b0f6aa6aa6463004a56d205798d0ac3e2dedcf3715
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.274
|
data/lib/v20210331/models.rb
CHANGED
@@ -363,10 +363,13 @@ module TencentCloud
|
|
363
363
|
# @param OrgIdentity: 管理身份
|
364
364
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
365
365
|
# @type OrgIdentity: Array
|
366
|
+
# @param BindStatus: 安全信息绑定状态 未绑定:Unbound,待激活:Valid,绑定成功:Success,绑定失败:Failed
|
367
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
368
|
+
# @type BindStatus: String
|
366
369
|
|
367
|
-
attr_accessor :MemberUin, :Name, :MemberType, :OrgPolicyType, :OrgPolicyName, :OrgPermission, :NodeId, :NodeName, :Remark, :CreateTime, :UpdateTime, :IsAllowQuit, :PayUin, :PayName, :OrgIdentity
|
370
|
+
attr_accessor :MemberUin, :Name, :MemberType, :OrgPolicyType, :OrgPolicyName, :OrgPermission, :NodeId, :NodeName, :Remark, :CreateTime, :UpdateTime, :IsAllowQuit, :PayUin, :PayName, :OrgIdentity, :BindStatus
|
368
371
|
|
369
|
-
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)
|
372
|
+
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)
|
370
373
|
@MemberUin = memberuin
|
371
374
|
@Name = name
|
372
375
|
@MemberType = membertype
|
@@ -382,6 +385,7 @@ module TencentCloud
|
|
382
385
|
@PayUin = payuin
|
383
386
|
@PayName = payname
|
384
387
|
@OrgIdentity = orgidentity
|
388
|
+
@BindStatus = bindstatus
|
385
389
|
end
|
386
390
|
|
387
391
|
def deserialize(params)
|
@@ -414,6 +418,7 @@ module TencentCloud
|
|
414
418
|
@OrgIdentity << memberidentity_tmp
|
415
419
|
end
|
416
420
|
end
|
421
|
+
@BindStatus = params['BindStatus']
|
417
422
|
end
|
418
423
|
end
|
419
424
|
|
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.274
|
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-03-
|
11
|
+
date: 2022-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|