tencentcloud-sdk-organization 3.0.440 → 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: 166fc6c5ce7bac70c2b677748bb728c971f0ae28
4
- data.tar.gz: 9f451704c3dded03acc3d9ce615a4dc448abcec2
3
+ metadata.gz: 880ae6c862f626de07469ea2d98d0d310e94331b
4
+ data.tar.gz: 74920d452fd14c9ef543e1e07514cdeda4f0f41b
5
5
  SHA512:
6
- metadata.gz: bbda2d8581d5d4d74e9aff7c6ce7b46a9db61ba4d7e340f6b0adad5f864861b5ed88b7624c0fe302f46bf37d0e84987c345cc14b7edb67c0198f9ccfef9c6abe
7
- data.tar.gz: 46e5f49b44f283e133df933bf6c03f8c00d13cb87feabaab5a8f3f34b3201460cd679dd95875c495a60a1f0d63c69eadbbdc0804ec82ed9afa1ee2e7dcca6951
6
+ metadata.gz: dfd0a315a01bd82a6a3f0e7208375e9ba32225438bd09816ce827bbccc6a3263ff4354e493368120d67b9c134ea0f987203d5b0a5feb1f94d993eb7f195bed8a
7
+ data.tar.gz: 3b10d04f4741483f78689951a190ed9462aba607204be61916bef0c0369284f4f5a542c7ab6c9937d8d1bda1e0baaa0e9536e7f32c3fa7a2b1b1ce0d29f70ec9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.440
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-organization
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.440
4
+ version: 3.0.442
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-10-31 00:00:00.000000000 Z
11
+ date: 2022-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common