tencentcloud-sdk-organization 3.0.441 → 3.0.442

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: 2e4d385e7d979825e4026643d1ca1d1373999336
4
- data.tar.gz: fff9a754119a562a29fb7a8faa8fd3394b00521b
3
+ metadata.gz: 880ae6c862f626de07469ea2d98d0d310e94331b
4
+ data.tar.gz: 74920d452fd14c9ef543e1e07514cdeda4f0f41b
5
5
  SHA512:
6
- metadata.gz: 7b63ef720bc7b7b8bd5ebfef783545c9f49a5eae7fb0345f35fbe088ad73f7f6336a8a1153bf4b42191ffa0d69a92a6ea2e07b7c2aabbc678a1449bc540166a1
7
- data.tar.gz: f25f6668eb793a7a6cb6b3dfab7f781735f319a565ed310b546d20d996abb6db41186081ce2083352c526b0a80bd3a4198484b363ffe1f846232a927e5845a2e
6
+ metadata.gz: dfd0a315a01bd82a6a3f0e7208375e9ba32225438bd09816ce827bbccc6a3263ff4354e493368120d67b9c134ea0f987203d5b0a5feb1f94d993eb7f195bed8a
7
+ data.tar.gz: 3b10d04f4741483f78689951a190ed9462aba607204be61916bef0c0369284f4f5a542c7ab6c9937d8d1bda1e0baaa0e9536e7f32c3fa7a2b1b1ce0d29f70ec9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.441
1
+ 3.0.442
@@ -126,10 +126,12 @@ module TencentCloud
126
126
  # @type PayUin: String
127
127
  # @param IdentityRoleID: 管理身份
128
128
  # @type IdentityRoleID: Array
129
+ # @param AuthRelationId: 主体关系ID
130
+ # @type AuthRelationId: Integer
129
131
 
130
- attr_accessor :Name, :PolicyType, :PermissionIds, :NodeId, :AccountName, :Remark, :RecordId, :PayUin, :IdentityRoleID
132
+ attr_accessor :Name, :PolicyType, :PermissionIds, :NodeId, :AccountName, :Remark, :RecordId, :PayUin, :IdentityRoleID, :AuthRelationId
131
133
 
132
- def initialize(name=nil, policytype=nil, permissionids=nil, nodeid=nil, accountname=nil, remark=nil, recordid=nil, payuin=nil, identityroleid=nil)
134
+ def initialize(name=nil, policytype=nil, permissionids=nil, nodeid=nil, accountname=nil, remark=nil, recordid=nil, payuin=nil, identityroleid=nil, authrelationid=nil)
133
135
  @Name = name
134
136
  @PolicyType = policytype
135
137
  @PermissionIds = permissionids
@@ -139,6 +141,7 @@ module TencentCloud
139
141
  @RecordId = recordid
140
142
  @PayUin = payuin
141
143
  @IdentityRoleID = identityroleid
144
+ @AuthRelationId = authrelationid
142
145
  end
143
146
 
144
147
  def deserialize(params)
@@ -151,6 +154,7 @@ module TencentCloud
151
154
  @RecordId = params['RecordId']
152
155
  @PayUin = params['PayUin']
153
156
  @IdentityRoleID = params['IdentityRoleID']
157
+ @AuthRelationId = params['AuthRelationId']
154
158
  end
155
159
  end
156
160
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-organization
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.441
4
+ version: 3.0.442
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud