tencentcloud-sdk-organization 3.0.441 → 3.0.443

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2e4d385e7d979825e4026643d1ca1d1373999336
4
- data.tar.gz: fff9a754119a562a29fb7a8faa8fd3394b00521b
3
+ metadata.gz: 0b30a5784ac1e1499d0b8c9be11c8d283dc2a797
4
+ data.tar.gz: 5c3b0a5fd6e82be8522633dc92ed71d6cce947ca
5
5
  SHA512:
6
- metadata.gz: 7b63ef720bc7b7b8bd5ebfef783545c9f49a5eae7fb0345f35fbe088ad73f7f6336a8a1153bf4b42191ffa0d69a92a6ea2e07b7c2aabbc678a1449bc540166a1
7
- data.tar.gz: f25f6668eb793a7a6cb6b3dfab7f781735f319a565ed310b546d20d996abb6db41186081ce2083352c526b0a80bd3a4198484b363ffe1f846232a927e5845a2e
6
+ metadata.gz: 91de49fcf0533b14d8a066a971715c18df0247515f08df2d247f024b950d258f6f334c488f91ebfd358185360901d17017c96c33ab0ceeae4117c45a5c9502fa
7
+ data.tar.gz: 9c7d40502b762da895226ee1425fa9f81f9f3944fc8f3b0508667c30b43d95198679fdf0a9557a797ab669611dd6b3b180f3504cf2205091756603bf18640dac
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.441
1
+ 3.0.443
@@ -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.441
4
+ version: 3.0.443
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-11-01 00:00:00.000000000 Z
11
+ date: 2022-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common