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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 274187c5e614348507cfcd5347bd33dffdfe9ba5
4
- data.tar.gz: a46a9256e5dd041d227dbfd0f714fbd040210385
3
+ metadata.gz: dcf54d1c1c3be7e210b9568eb0eb38677d34ec12
4
+ data.tar.gz: 8cc405f90ff20c07c2cb3eee94cbc8be4b443a30
5
5
  SHA512:
6
- metadata.gz: 5a6aa968d1b2348a21512e6158ae5fe0a5790101fffa4863346e9cf46d7abde01882876a15f2c6ee394e00161ad74f9e7cdd277b00957c272eaf6089cd98448b
7
- data.tar.gz: 09196bdd41bf01b5b4c4da62b2ac96e5487ecc99555177febf374d1fb1913428721a1a8c3a05c500c0cc02300d160472a9109b8a02678f82aba7082bfbb0ec53
6
+ metadata.gz: 1298bee8151f564f9102769fc78d0730a3233662193a60fc39d5cbd15e360b3b85c67ab4e7f17590469552bb3b35234e68221d6192f1ecc21166b2731a65177d
7
+ data.tar.gz: ce5dddb0694671f24878df8b67ee9c8ec2d97897e55d37e102d4f965efb9fbf96a814b14880732ac7c34ef953770557bcd0c55f1882f1aa7ad697d49c46a1e7c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.357
1
+ 1.0.360
@@ -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.357
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-17 00:00:00.000000000 Z
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