tencentcloud-sdk-nodejs 4.0.781 → 4.0.783
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.
- package/CHANGELOG.md +345 -0
- package/SERVICE_CHANGELOG.md +473 -6
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdn/v20180606/cdn_client.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/dasb/v20191018/dasb_models.ts +4 -0
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +15 -2
- package/src/services/eb/v20210416/eb_client.ts +2 -2
- package/src/services/eb/v20210416/eb_models.ts +4 -4
- package/src/services/ess/v20201111/ess_client.ts +65 -10
- package/src/services/ess/v20201111/ess_models.ts +68 -12
- package/src/services/essbasic/v20210526/essbasic_client.ts +5 -6
- package/src/services/essbasic/v20210526/essbasic_models.ts +53 -9
- package/src/services/monitor/v20180724/monitor_models.ts +22 -3
- package/src/services/ocr/v20181119/ocr_client.ts +21 -9
- package/src/services/ocr/v20181119/ocr_models.ts +71 -0
- package/src/services/organization/v20210331/organization_client.ts +216 -77
- package/src/services/organization/v20210331/organization_models.ts +1351 -830
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +3 -3
- package/src/services/sts/v20180813/sts_models.ts +3 -4
- package/src/services/vpc/v20170312/vpc_models.ts +4 -0
- package/src/services/wedata/v20210820/wedata_client.ts +0 -14
- package/src/services/wedata/v20210820/wedata_models.ts +74 -35
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +4 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +4 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +15 -2
- package/tencentcloud/services/eb/v20210416/eb_client.d.ts +2 -2
- package/tencentcloud/services/eb/v20210416/eb_client.js +2 -2
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +64 -9
- package/tencentcloud/services/ess/v20201111/ess_client.js +64 -9
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +68 -12
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +5 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +53 -9
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +22 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +9 -5
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -5
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +69 -0
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +51 -7
- package/tencentcloud/services/organization/v20210331/organization_client.js +75 -9
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +1326 -834
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +3 -3
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +3 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -7
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +0 -8
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +74 -33
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +4 -0
- package/test/ocr.v20181119.test.js +12 -2
- package/test/organization.v20210331.test.js +116 -6
- package/test/wedata.v20210820.test.js +0 -10
|
@@ -16,110 +16,574 @@
|
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* DescribeShareUnitResources返回参数结构体
|
|
20
20
|
*/
|
|
21
|
-
export interface
|
|
21
|
+
export interface DescribeShareUnitResourcesResponse {
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* 总数目。
|
|
24
24
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
25
25
|
*/
|
|
26
|
-
|
|
26
|
+
Total?: number
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* 共享单元资源列表。
|
|
29
29
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
30
30
|
*/
|
|
31
|
-
|
|
31
|
+
Items?: Array<ShareUnitResource>
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
34
|
+
*/
|
|
35
|
+
RequestId?: string
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* UpdateOrganizationIdentity请求参数结构体
|
|
40
|
+
*/
|
|
41
|
+
export interface UpdateOrganizationIdentityRequest {
|
|
42
|
+
/**
|
|
43
|
+
* 身份ID
|
|
44
|
+
*/
|
|
45
|
+
IdentityId: number
|
|
46
|
+
/**
|
|
47
|
+
* 身份描述
|
|
48
|
+
*/
|
|
49
|
+
Description: string
|
|
50
|
+
/**
|
|
51
|
+
* 身份策略
|
|
52
|
+
*/
|
|
53
|
+
IdentityPolicy: Array<IdentityPolicy>
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* DeleteOrganization请求参数结构体
|
|
58
|
+
*/
|
|
59
|
+
export type DeleteOrganizationRequest = null
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* ListOrganizationIdentity请求参数结构体
|
|
63
|
+
*/
|
|
64
|
+
export interface ListOrganizationIdentityRequest {
|
|
65
|
+
/**
|
|
66
|
+
* 偏移量。取值是limit的整数倍。默认值 : 0。
|
|
67
|
+
*/
|
|
68
|
+
Offset: number
|
|
69
|
+
/**
|
|
70
|
+
* 限制数目。取值范围:1~50。默认值:10。
|
|
71
|
+
*/
|
|
72
|
+
Limit: number
|
|
73
|
+
/**
|
|
74
|
+
* 名称搜索关键字。
|
|
75
|
+
*/
|
|
76
|
+
SearchKey?: string
|
|
77
|
+
/**
|
|
78
|
+
* 身份ID搜索。
|
|
79
|
+
*/
|
|
80
|
+
IdentityId?: number
|
|
81
|
+
/**
|
|
82
|
+
* 身份类型。取值范围 1-预设, 2-自定义
|
|
83
|
+
*/
|
|
84
|
+
IdentityType?: number
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* DeleteOrganizationMembers请求参数结构体
|
|
89
|
+
*/
|
|
90
|
+
export interface DeleteOrganizationMembersRequest {
|
|
91
|
+
/**
|
|
92
|
+
* 被删除成员的UIN列表。
|
|
93
|
+
*/
|
|
94
|
+
MemberUin: Array<number | bigint>
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* CreateOrganization返回参数结构体
|
|
99
|
+
*/
|
|
100
|
+
export interface CreateOrganizationResponse {
|
|
101
|
+
/**
|
|
102
|
+
* 企业组织ID
|
|
103
|
+
*/
|
|
104
|
+
OrgId: number
|
|
105
|
+
/**
|
|
106
|
+
* 创建者昵称
|
|
107
|
+
*/
|
|
108
|
+
NickName: string
|
|
109
|
+
/**
|
|
110
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
111
|
+
*/
|
|
112
|
+
RequestId?: string
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* AddShareUnitResources返回参数结构体
|
|
117
|
+
*/
|
|
118
|
+
export interface AddShareUnitResourcesResponse {
|
|
119
|
+
/**
|
|
120
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
121
|
+
*/
|
|
122
|
+
RequestId?: string
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* AddOrganizationNode返回参数结构体
|
|
127
|
+
*/
|
|
128
|
+
export interface AddOrganizationNodeResponse {
|
|
129
|
+
/**
|
|
130
|
+
* 节点ID。
|
|
131
|
+
*/
|
|
132
|
+
NodeId: number
|
|
133
|
+
/**
|
|
134
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
135
|
+
*/
|
|
136
|
+
RequestId?: string
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* DescribeOrganizationFinancialByMonth返回参数结构体
|
|
141
|
+
*/
|
|
142
|
+
export interface DescribeOrganizationFinancialByMonthResponse {
|
|
143
|
+
/**
|
|
144
|
+
* 产品消耗详情。
|
|
34
145
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
35
146
|
*/
|
|
36
|
-
|
|
147
|
+
Items?: Array<OrgFinancialByMonth>
|
|
37
148
|
/**
|
|
38
|
-
*
|
|
149
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
150
|
+
*/
|
|
151
|
+
RequestId?: string
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* 按月获取组织财务信息
|
|
156
|
+
*/
|
|
157
|
+
export interface OrgFinancialByMonth {
|
|
158
|
+
/**
|
|
159
|
+
* 记录ID。
|
|
39
160
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
40
161
|
*/
|
|
41
|
-
|
|
162
|
+
Id: number
|
|
42
163
|
/**
|
|
43
|
-
*
|
|
164
|
+
* 月份,格式:yyyy-mm,示例:2021-01。
|
|
44
165
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
45
166
|
*/
|
|
46
|
-
|
|
167
|
+
Month: string
|
|
47
168
|
/**
|
|
48
|
-
*
|
|
169
|
+
* 消耗金额,单元:元。
|
|
49
170
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
50
171
|
*/
|
|
51
|
-
|
|
172
|
+
TotalCost: number
|
|
52
173
|
/**
|
|
53
|
-
*
|
|
174
|
+
* 比上月增长率%。正数增长,负数下降,空值无法统计。
|
|
54
175
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
55
176
|
*/
|
|
56
|
-
|
|
177
|
+
GrowthRate?: string
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* DeleteShareUnit返回参数结构体
|
|
182
|
+
*/
|
|
183
|
+
export interface DeleteShareUnitResponse {
|
|
57
184
|
/**
|
|
58
|
-
*
|
|
185
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
186
|
+
*/
|
|
187
|
+
RequestId?: string
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* DeleteShareUnitMembers返回参数结构体
|
|
192
|
+
*/
|
|
193
|
+
export interface DeleteShareUnitMembersResponse {
|
|
194
|
+
/**
|
|
195
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
196
|
+
*/
|
|
197
|
+
RequestId?: string
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* CreateOrganizationIdentity请求参数结构体
|
|
202
|
+
*/
|
|
203
|
+
export interface CreateOrganizationIdentityRequest {
|
|
204
|
+
/**
|
|
205
|
+
* 身份名称
|
|
206
|
+
*/
|
|
207
|
+
IdentityAliasName: string
|
|
208
|
+
/**
|
|
209
|
+
* 身份策略
|
|
210
|
+
*/
|
|
211
|
+
IdentityPolicy: Array<IdentityPolicy>
|
|
212
|
+
/**
|
|
213
|
+
* 身份描述
|
|
214
|
+
*/
|
|
215
|
+
Description?: string
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
/**
|
|
219
|
+
* DescribeOrganization返回参数结构体
|
|
220
|
+
*/
|
|
221
|
+
export interface DescribeOrganizationResponse {
|
|
222
|
+
/**
|
|
223
|
+
* 企业组织ID。
|
|
59
224
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
60
225
|
*/
|
|
61
|
-
|
|
226
|
+
OrgId?: number
|
|
62
227
|
/**
|
|
63
|
-
*
|
|
228
|
+
* 创建者UIN。
|
|
64
229
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
65
230
|
*/
|
|
66
|
-
|
|
231
|
+
HostUin?: number
|
|
67
232
|
/**
|
|
68
|
-
*
|
|
233
|
+
* 创建者昵称。
|
|
234
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
235
|
+
*/
|
|
236
|
+
NickName?: string
|
|
237
|
+
/**
|
|
238
|
+
* 企业组织类型。
|
|
239
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
240
|
+
*/
|
|
241
|
+
OrgType?: number
|
|
242
|
+
/**
|
|
243
|
+
* 是否组织管理员。是:true ,否:false
|
|
244
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
245
|
+
*/
|
|
246
|
+
IsManager?: boolean
|
|
247
|
+
/**
|
|
248
|
+
* 策略类型。财务管理:Financial
|
|
249
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
250
|
+
*/
|
|
251
|
+
OrgPolicyType?: string
|
|
252
|
+
/**
|
|
253
|
+
* 策略名。
|
|
254
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
255
|
+
*/
|
|
256
|
+
OrgPolicyName?: string
|
|
257
|
+
/**
|
|
258
|
+
* 成员财务权限列表。
|
|
259
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
260
|
+
*/
|
|
261
|
+
OrgPermission?: Array<OrgPermission>
|
|
262
|
+
/**
|
|
263
|
+
* 组织根节点ID。
|
|
264
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
265
|
+
*/
|
|
266
|
+
RootNodeId?: number
|
|
267
|
+
/**
|
|
268
|
+
* 组织创建时间。
|
|
269
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
270
|
+
*/
|
|
271
|
+
CreateTime?: string
|
|
272
|
+
/**
|
|
273
|
+
* 成员加入时间。
|
|
274
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
275
|
+
*/
|
|
276
|
+
JoinTime?: string
|
|
277
|
+
/**
|
|
278
|
+
* 成员是否允许退出。允许:Allow,不允许:Denied
|
|
279
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
280
|
+
*/
|
|
281
|
+
IsAllowQuit?: string
|
|
282
|
+
/**
|
|
283
|
+
* 代付者Uin。
|
|
284
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
285
|
+
*/
|
|
286
|
+
PayUin?: string
|
|
287
|
+
/**
|
|
288
|
+
* 代付者名称。
|
|
289
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
290
|
+
*/
|
|
291
|
+
PayName?: string
|
|
292
|
+
/**
|
|
293
|
+
* 是否可信服务管理员。是:true,否:false
|
|
294
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
295
|
+
*/
|
|
296
|
+
IsAssignManager?: boolean
|
|
297
|
+
/**
|
|
298
|
+
* 是否实名主体管理员。是:true,否:false
|
|
299
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
300
|
+
*/
|
|
301
|
+
IsAuthManager?: boolean
|
|
302
|
+
/**
|
|
303
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
304
|
+
*/
|
|
305
|
+
RequestId?: string
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* DescribeOrganizationMemberPolicies请求参数结构体
|
|
310
|
+
*/
|
|
311
|
+
export interface DescribeOrganizationMemberPoliciesRequest {
|
|
312
|
+
/**
|
|
313
|
+
* 偏移量。
|
|
314
|
+
*/
|
|
315
|
+
Offset: number
|
|
316
|
+
/**
|
|
317
|
+
* 限制数目。最大50
|
|
318
|
+
*/
|
|
319
|
+
Limit: number
|
|
320
|
+
/**
|
|
321
|
+
* 成员Uin。
|
|
322
|
+
*/
|
|
323
|
+
MemberUin: number
|
|
324
|
+
/**
|
|
325
|
+
* 搜索关键字。可用于策略名或描述搜索
|
|
326
|
+
*/
|
|
327
|
+
SearchKey?: string
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
/**
|
|
331
|
+
* DeleteOrganizationMembersPolicy返回参数结构体
|
|
332
|
+
*/
|
|
333
|
+
export interface DeleteOrganizationMembersPolicyResponse {
|
|
334
|
+
/**
|
|
335
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
336
|
+
*/
|
|
337
|
+
RequestId?: string
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
/**
|
|
341
|
+
* 共享单元成员
|
|
342
|
+
*/
|
|
343
|
+
export interface ShareUnitMember {
|
|
344
|
+
/**
|
|
345
|
+
* 共享成员Uin。
|
|
346
|
+
*/
|
|
347
|
+
ShareMemberUin?: number
|
|
348
|
+
/**
|
|
349
|
+
* 创建时间。
|
|
350
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
351
|
+
*/
|
|
352
|
+
CreateTime?: string
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
/**
|
|
356
|
+
* CancelOrganizationMemberAuthAccount请求参数结构体
|
|
357
|
+
*/
|
|
358
|
+
export interface CancelOrganizationMemberAuthAccountRequest {
|
|
359
|
+
/**
|
|
360
|
+
* 成员Uin。
|
|
361
|
+
*/
|
|
362
|
+
MemberUin: number
|
|
363
|
+
/**
|
|
364
|
+
* 策略ID。
|
|
365
|
+
*/
|
|
366
|
+
PolicyId: number
|
|
367
|
+
/**
|
|
368
|
+
* 组织子账号Uin。
|
|
369
|
+
*/
|
|
370
|
+
OrgSubAccountUin: number
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* DeleteOrganization返回参数结构体
|
|
375
|
+
*/
|
|
376
|
+
export interface DeleteOrganizationResponse {
|
|
377
|
+
/**
|
|
378
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
379
|
+
*/
|
|
380
|
+
RequestId?: string
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
/**
|
|
384
|
+
* 成员和子账号的授权关系
|
|
385
|
+
*/
|
|
386
|
+
export interface OrgMemberAuthAccount {
|
|
387
|
+
/**
|
|
388
|
+
* 组织子账号Uin。
|
|
389
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
390
|
+
*/
|
|
391
|
+
OrgSubAccountUin: number
|
|
392
|
+
/**
|
|
393
|
+
* 策略ID。
|
|
394
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
395
|
+
*/
|
|
396
|
+
PolicyId: number
|
|
397
|
+
/**
|
|
398
|
+
* 策略名。
|
|
399
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
400
|
+
*/
|
|
401
|
+
PolicyName: string
|
|
402
|
+
/**
|
|
403
|
+
* 身份ID。
|
|
404
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
405
|
+
*/
|
|
406
|
+
IdentityId: number
|
|
407
|
+
/**
|
|
408
|
+
* 身份角色名。
|
|
409
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
410
|
+
*/
|
|
411
|
+
IdentityRoleName: string
|
|
412
|
+
/**
|
|
413
|
+
* 身份角色别名。
|
|
414
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
415
|
+
*/
|
|
416
|
+
IdentityRoleAliasName: string
|
|
417
|
+
/**
|
|
418
|
+
* 创建时间。
|
|
69
419
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
70
420
|
*/
|
|
71
421
|
CreateTime: string
|
|
72
422
|
/**
|
|
73
|
-
*
|
|
423
|
+
* 更新时间。
|
|
74
424
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
75
425
|
*/
|
|
76
426
|
UpdateTime: string
|
|
77
427
|
/**
|
|
78
|
-
*
|
|
428
|
+
* 子账号名称
|
|
79
429
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
80
430
|
*/
|
|
81
|
-
|
|
431
|
+
OrgSubAccountName: string
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
/**
|
|
435
|
+
* 成员主要信息
|
|
436
|
+
*/
|
|
437
|
+
export interface MemberMainInfo {
|
|
82
438
|
/**
|
|
83
|
-
*
|
|
439
|
+
* 成员uin
|
|
84
440
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
85
441
|
*/
|
|
86
|
-
|
|
442
|
+
MemberUin: number
|
|
87
443
|
/**
|
|
88
|
-
*
|
|
444
|
+
* 成员名称j
|
|
89
445
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
90
446
|
*/
|
|
91
|
-
|
|
447
|
+
MemberName: string
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
/**
|
|
451
|
+
* DescribeShareUnitResources请求参数结构体
|
|
452
|
+
*/
|
|
453
|
+
export interface DescribeShareUnitResourcesRequest {
|
|
454
|
+
/**
|
|
455
|
+
* 共享单元ID。
|
|
456
|
+
*/
|
|
457
|
+
UnitId: string
|
|
458
|
+
/**
|
|
459
|
+
* 共享单元地域。
|
|
460
|
+
*/
|
|
461
|
+
Area: string
|
|
462
|
+
/**
|
|
463
|
+
* 偏移量。取值是limit的整数倍,默认值 : 0
|
|
464
|
+
*/
|
|
465
|
+
Offset: number
|
|
466
|
+
/**
|
|
467
|
+
* 限制数目。取值范围:1~50。
|
|
468
|
+
*/
|
|
469
|
+
Limit: number
|
|
470
|
+
/**
|
|
471
|
+
* 搜索关键字。支持产品资源ID搜索。
|
|
472
|
+
*/
|
|
473
|
+
SearchKey?: string
|
|
474
|
+
/**
|
|
475
|
+
* 共享资源类型。
|
|
476
|
+
*/
|
|
477
|
+
Type?: string
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
/**
|
|
481
|
+
* DeleteShareUnitResources请求参数结构体
|
|
482
|
+
*/
|
|
483
|
+
export interface DeleteShareUnitResourcesRequest {
|
|
484
|
+
/**
|
|
485
|
+
* 共享单元ID。
|
|
486
|
+
*/
|
|
487
|
+
UnitId: string
|
|
488
|
+
/**
|
|
489
|
+
* 共享单元地域。
|
|
490
|
+
*/
|
|
491
|
+
Area: string
|
|
492
|
+
/**
|
|
493
|
+
* 资源类型。支持共享的资源类型。
|
|
494
|
+
*/
|
|
495
|
+
Type: string
|
|
496
|
+
/**
|
|
497
|
+
* 共享资源列表。最大10个。
|
|
498
|
+
*/
|
|
499
|
+
Resources: Array<ShareResource>
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
/**
|
|
503
|
+
* UpdateOrganizationNode请求参数结构体
|
|
504
|
+
*/
|
|
505
|
+
export interface UpdateOrganizationNodeRequest {
|
|
506
|
+
/**
|
|
507
|
+
* 节点ID。
|
|
508
|
+
*/
|
|
509
|
+
NodeId: number
|
|
510
|
+
/**
|
|
511
|
+
* 节点名称。最大长度为40个字符,支持英文字母、数字、汉字、符号+@、&._[]-
|
|
512
|
+
*/
|
|
513
|
+
Name?: string
|
|
514
|
+
/**
|
|
515
|
+
* 备注。
|
|
516
|
+
*/
|
|
517
|
+
Remark?: string
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
/**
|
|
521
|
+
* DescribeShareAreas返回参数结构体
|
|
522
|
+
*/
|
|
523
|
+
export interface DescribeShareAreasResponse {
|
|
524
|
+
/**
|
|
525
|
+
* 详情
|
|
526
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
527
|
+
*/
|
|
528
|
+
Items?: Array<ShareArea>
|
|
529
|
+
/**
|
|
530
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
531
|
+
*/
|
|
532
|
+
RequestId?: string
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
/**
|
|
536
|
+
* DescribeOrganizationAuthNode返回参数结构体
|
|
537
|
+
*/
|
|
538
|
+
export interface DescribeOrganizationAuthNodeResponse {
|
|
539
|
+
/**
|
|
540
|
+
* 总数。
|
|
541
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
542
|
+
*/
|
|
543
|
+
Total?: number
|
|
544
|
+
/**
|
|
545
|
+
* 条目详情。
|
|
546
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
547
|
+
*/
|
|
548
|
+
Items?: Array<AuthNode>
|
|
549
|
+
/**
|
|
550
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
551
|
+
*/
|
|
552
|
+
RequestId?: string
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
/**
|
|
556
|
+
* BindOrganizationMemberAuthAccount请求参数结构体
|
|
557
|
+
*/
|
|
558
|
+
export interface BindOrganizationMemberAuthAccountRequest {
|
|
92
559
|
/**
|
|
93
|
-
*
|
|
94
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
560
|
+
* 成员Uin。
|
|
95
561
|
*/
|
|
96
|
-
|
|
562
|
+
MemberUin: number
|
|
97
563
|
/**
|
|
98
|
-
*
|
|
99
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
564
|
+
* 策略ID。可以调用DescribeOrganizationMemberPolicies获取
|
|
100
565
|
*/
|
|
101
|
-
|
|
566
|
+
PolicyId: number
|
|
102
567
|
/**
|
|
103
|
-
*
|
|
104
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
568
|
+
* 组织管理员子账号Uin列表。最大5个
|
|
105
569
|
*/
|
|
106
|
-
|
|
570
|
+
OrgSubAccountUins: Array<number | bigint>
|
|
107
571
|
}
|
|
108
572
|
|
|
109
573
|
/**
|
|
110
|
-
*
|
|
574
|
+
* DescribeShareUnits返回参数结构体
|
|
111
575
|
*/
|
|
112
|
-
export interface
|
|
576
|
+
export interface DescribeShareUnitsResponse {
|
|
113
577
|
/**
|
|
114
|
-
*
|
|
578
|
+
* 总数目。
|
|
115
579
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
116
580
|
*/
|
|
117
581
|
Total?: number
|
|
118
582
|
/**
|
|
119
|
-
*
|
|
583
|
+
* 共享单元列表。
|
|
120
584
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
121
585
|
*/
|
|
122
|
-
Items?: Array<
|
|
586
|
+
Items?: Array<ManagerShareUnit>
|
|
123
587
|
/**
|
|
124
588
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
125
589
|
*/
|
|
@@ -127,155 +591,135 @@ export interface DescribeOrganizationAuthNodeResponse {
|
|
|
127
591
|
}
|
|
128
592
|
|
|
129
593
|
/**
|
|
130
|
-
*
|
|
594
|
+
* UpdateOrganizationMemberEmailBind返回参数结构体
|
|
131
595
|
*/
|
|
132
|
-
export interface
|
|
133
|
-
/**
|
|
134
|
-
* 权限Id
|
|
135
|
-
*/
|
|
136
|
-
Id: number
|
|
596
|
+
export interface UpdateOrganizationMemberEmailBindResponse {
|
|
137
597
|
/**
|
|
138
|
-
*
|
|
598
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
139
599
|
*/
|
|
140
|
-
|
|
600
|
+
RequestId?: string
|
|
141
601
|
}
|
|
142
602
|
|
|
143
603
|
/**
|
|
144
|
-
*
|
|
604
|
+
* DeleteOrganizationMembers返回参数结构体
|
|
145
605
|
*/
|
|
146
|
-
export interface
|
|
606
|
+
export interface DeleteOrganizationMembersResponse {
|
|
147
607
|
/**
|
|
148
|
-
*
|
|
608
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
149
609
|
*/
|
|
150
|
-
|
|
610
|
+
RequestId?: string
|
|
151
611
|
}
|
|
152
612
|
|
|
153
613
|
/**
|
|
154
|
-
*
|
|
614
|
+
* 我的共享单元列表详情
|
|
155
615
|
*/
|
|
156
|
-
export interface
|
|
616
|
+
export interface ManagerShareUnit {
|
|
157
617
|
/**
|
|
158
|
-
*
|
|
159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
618
|
+
* 共享单元ID。
|
|
160
619
|
*/
|
|
161
|
-
|
|
620
|
+
UnitId?: string
|
|
162
621
|
/**
|
|
163
|
-
*
|
|
164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
622
|
+
* 共享单元名称。
|
|
165
623
|
*/
|
|
166
|
-
|
|
624
|
+
Name?: string
|
|
167
625
|
/**
|
|
168
|
-
*
|
|
169
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
626
|
+
* 共享单元管理员Uin。
|
|
170
627
|
*/
|
|
171
|
-
|
|
628
|
+
Uin?: number
|
|
172
629
|
/**
|
|
173
|
-
*
|
|
174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
630
|
+
* 共享单元管理员OwnerUin。
|
|
175
631
|
*/
|
|
176
|
-
|
|
632
|
+
OwnerUin?: number
|
|
177
633
|
/**
|
|
178
|
-
*
|
|
179
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
634
|
+
* 共享单元地域。
|
|
180
635
|
*/
|
|
181
|
-
|
|
636
|
+
Area?: string
|
|
182
637
|
/**
|
|
183
638
|
* 描述。
|
|
184
639
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
185
640
|
*/
|
|
186
|
-
Description
|
|
641
|
+
Description?: string
|
|
187
642
|
/**
|
|
188
643
|
* 创建时间。
|
|
189
644
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
190
645
|
*/
|
|
191
|
-
CreateTime
|
|
646
|
+
CreateTime?: string
|
|
192
647
|
/**
|
|
193
|
-
*
|
|
648
|
+
* 共享单元资源数。
|
|
194
649
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
195
650
|
*/
|
|
196
|
-
|
|
651
|
+
ShareResourceNum?: number
|
|
652
|
+
/**
|
|
653
|
+
* 共享单元成员数。
|
|
654
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
655
|
+
*/
|
|
656
|
+
ShareMemberNum?: number
|
|
197
657
|
}
|
|
198
658
|
|
|
199
659
|
/**
|
|
200
|
-
*
|
|
660
|
+
* DescribeOrganizationMemberAuthIdentities请求参数结构体
|
|
201
661
|
*/
|
|
202
|
-
export interface
|
|
662
|
+
export interface DescribeOrganizationMemberAuthIdentitiesRequest {
|
|
203
663
|
/**
|
|
204
|
-
*
|
|
205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
664
|
+
* 偏移量。取值是limit的整数倍,默认值 : 0
|
|
206
665
|
*/
|
|
207
|
-
|
|
666
|
+
Offset: number
|
|
208
667
|
/**
|
|
209
|
-
*
|
|
210
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
668
|
+
* 限制数目。取值范围:1~50,默认值:10
|
|
211
669
|
*/
|
|
212
|
-
|
|
670
|
+
Limit: number
|
|
213
671
|
/**
|
|
214
|
-
*
|
|
215
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
672
|
+
* 组织成员Uin。入参MemberUin与IdentityId至少填写一个
|
|
216
673
|
*/
|
|
217
|
-
|
|
674
|
+
MemberUin?: number
|
|
218
675
|
/**
|
|
219
|
-
*
|
|
220
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
676
|
+
* 身份ID。入参MemberUin与IdentityId至少填写一个
|
|
221
677
|
*/
|
|
222
|
-
|
|
678
|
+
IdentityId?: number
|
|
223
679
|
}
|
|
224
680
|
|
|
225
681
|
/**
|
|
226
|
-
*
|
|
682
|
+
* CreateOrganizationMemberAuthIdentity返回参数结构体
|
|
227
683
|
*/
|
|
228
|
-
export interface
|
|
229
|
-
/**
|
|
230
|
-
* 成员Uin。
|
|
231
|
-
*/
|
|
232
|
-
MemberUin: number
|
|
233
|
-
/**
|
|
234
|
-
* 策略ID。可以调用DescribeOrganizationMemberPolicies获取
|
|
235
|
-
*/
|
|
236
|
-
PolicyId: number
|
|
684
|
+
export interface CreateOrganizationMemberAuthIdentityResponse {
|
|
237
685
|
/**
|
|
238
|
-
*
|
|
686
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
239
687
|
*/
|
|
240
|
-
|
|
688
|
+
RequestId?: string
|
|
241
689
|
}
|
|
242
690
|
|
|
243
691
|
/**
|
|
244
|
-
*
|
|
692
|
+
* DescribeOrganization请求参数结构体
|
|
245
693
|
*/
|
|
246
|
-
export interface
|
|
694
|
+
export interface DescribeOrganizationRequest {
|
|
247
695
|
/**
|
|
248
|
-
*
|
|
696
|
+
* 国际站:en,国内站:zh
|
|
249
697
|
*/
|
|
250
|
-
|
|
698
|
+
Lang?: string
|
|
251
699
|
/**
|
|
252
|
-
*
|
|
700
|
+
* 可信服务产品简称。查询是否该可信服务管理员时必须指定
|
|
253
701
|
*/
|
|
254
|
-
|
|
702
|
+
Product?: string
|
|
255
703
|
}
|
|
256
704
|
|
|
257
705
|
/**
|
|
258
|
-
*
|
|
706
|
+
* DescribeOrganizationNodes请求参数结构体
|
|
259
707
|
*/
|
|
260
|
-
export interface
|
|
261
|
-
/**
|
|
262
|
-
* 身份ID
|
|
263
|
-
*/
|
|
264
|
-
IdentityId: number
|
|
708
|
+
export interface DescribeOrganizationNodesRequest {
|
|
265
709
|
/**
|
|
266
|
-
*
|
|
710
|
+
* 限制数目。最大50
|
|
267
711
|
*/
|
|
268
|
-
|
|
712
|
+
Limit: number
|
|
269
713
|
/**
|
|
270
|
-
*
|
|
714
|
+
* 偏移量。
|
|
271
715
|
*/
|
|
272
|
-
|
|
716
|
+
Offset: number
|
|
273
717
|
}
|
|
274
718
|
|
|
275
719
|
/**
|
|
276
|
-
*
|
|
720
|
+
* BindOrganizationMemberAuthAccount返回参数结构体
|
|
277
721
|
*/
|
|
278
|
-
export interface
|
|
722
|
+
export interface BindOrganizationMemberAuthAccountResponse {
|
|
279
723
|
/**
|
|
280
724
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
281
725
|
*/
|
|
@@ -283,116 +727,134 @@ export interface DeleteOrganizationMembersResponse {
|
|
|
283
727
|
}
|
|
284
728
|
|
|
285
729
|
/**
|
|
286
|
-
*
|
|
730
|
+
* CreateOrganizationMember返回参数结构体
|
|
287
731
|
*/
|
|
288
|
-
export interface
|
|
289
|
-
/**
|
|
290
|
-
* 查询开始月份。格式:yyyy-mm,例如:2021-01。
|
|
291
|
-
*/
|
|
292
|
-
Month: string
|
|
732
|
+
export interface CreateOrganizationMemberResponse {
|
|
293
733
|
/**
|
|
294
|
-
*
|
|
734
|
+
* 成员Uin。
|
|
735
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
295
736
|
*/
|
|
296
|
-
|
|
737
|
+
Uin?: number
|
|
297
738
|
/**
|
|
298
|
-
*
|
|
739
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
299
740
|
*/
|
|
300
|
-
|
|
741
|
+
RequestId?: string
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
/**
|
|
745
|
+
* MoveOrganizationNodeMembers请求参数结构体
|
|
746
|
+
*/
|
|
747
|
+
export interface MoveOrganizationNodeMembersRequest {
|
|
301
748
|
/**
|
|
302
|
-
*
|
|
749
|
+
* 组织节点ID。
|
|
303
750
|
*/
|
|
304
|
-
|
|
751
|
+
NodeId: number
|
|
305
752
|
/**
|
|
306
|
-
*
|
|
753
|
+
* 成员UIN列表。
|
|
307
754
|
*/
|
|
308
|
-
|
|
755
|
+
MemberUin: Array<number | bigint>
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
/**
|
|
759
|
+
* UpdateOrganizationMember返回参数结构体
|
|
760
|
+
*/
|
|
761
|
+
export interface UpdateOrganizationMemberResponse {
|
|
309
762
|
/**
|
|
310
|
-
*
|
|
763
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
311
764
|
*/
|
|
312
|
-
|
|
765
|
+
RequestId?: string
|
|
313
766
|
}
|
|
314
767
|
|
|
315
768
|
/**
|
|
316
|
-
*
|
|
769
|
+
* 互信主体主要信息
|
|
317
770
|
*/
|
|
318
|
-
export interface
|
|
771
|
+
export interface AuthNode {
|
|
319
772
|
/**
|
|
320
|
-
*
|
|
773
|
+
* 互信主体关系ID
|
|
774
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
321
775
|
*/
|
|
322
|
-
|
|
776
|
+
RelationId: number
|
|
323
777
|
/**
|
|
324
|
-
*
|
|
778
|
+
* 互信主体名称
|
|
779
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
325
780
|
*/
|
|
326
|
-
|
|
781
|
+
AuthName: string
|
|
327
782
|
/**
|
|
328
|
-
*
|
|
783
|
+
* 主体管理员
|
|
784
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
329
785
|
*/
|
|
330
|
-
|
|
786
|
+
Manager: MemberMainInfo
|
|
331
787
|
}
|
|
332
788
|
|
|
333
789
|
/**
|
|
334
|
-
*
|
|
790
|
+
* DescribeOrganizationMemberEmailBind返回参数结构体
|
|
335
791
|
*/
|
|
336
|
-
export interface
|
|
792
|
+
export interface DescribeOrganizationMemberEmailBindResponse {
|
|
337
793
|
/**
|
|
338
|
-
*
|
|
794
|
+
* 绑定ID
|
|
795
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
339
796
|
*/
|
|
340
|
-
|
|
797
|
+
BindId: number
|
|
341
798
|
/**
|
|
342
|
-
*
|
|
799
|
+
* 申请时间
|
|
800
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
343
801
|
*/
|
|
344
|
-
|
|
802
|
+
ApplyTime: string
|
|
345
803
|
/**
|
|
346
|
-
*
|
|
804
|
+
* 邮箱地址
|
|
805
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
347
806
|
*/
|
|
348
|
-
|
|
807
|
+
Email: string
|
|
349
808
|
/**
|
|
350
|
-
*
|
|
809
|
+
* 手机号
|
|
810
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
351
811
|
*/
|
|
352
|
-
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
/**
|
|
356
|
-
* DescribeOrganizationMemberAuthIdentities请求参数结构体
|
|
357
|
-
*/
|
|
358
|
-
export interface DescribeOrganizationMemberAuthIdentitiesRequest {
|
|
812
|
+
Phone: string
|
|
359
813
|
/**
|
|
360
|
-
*
|
|
814
|
+
* 绑定状态 未绑定:Unbound,待激活:Valid,绑定成功:Success,绑定失败:Failed
|
|
815
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
361
816
|
*/
|
|
362
|
-
|
|
817
|
+
BindStatus: string
|
|
363
818
|
/**
|
|
364
|
-
*
|
|
819
|
+
* 绑定时间
|
|
820
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
365
821
|
*/
|
|
366
|
-
|
|
822
|
+
BindTime: string
|
|
823
|
+
/**
|
|
824
|
+
* 失败说明
|
|
825
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
826
|
+
*/
|
|
827
|
+
Description: string
|
|
828
|
+
/**
|
|
829
|
+
* 安全手机绑定状态 未绑定:0,已绑定:1
|
|
830
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
831
|
+
*/
|
|
832
|
+
PhoneBind: number
|
|
367
833
|
/**
|
|
368
|
-
*
|
|
834
|
+
* 国际区号
|
|
835
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
369
836
|
*/
|
|
370
|
-
|
|
837
|
+
CountryCode: string
|
|
371
838
|
/**
|
|
372
|
-
*
|
|
839
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
373
840
|
*/
|
|
374
|
-
|
|
841
|
+
RequestId?: string
|
|
375
842
|
}
|
|
376
843
|
|
|
377
844
|
/**
|
|
378
|
-
*
|
|
845
|
+
* DeleteOrganizationNodes请求参数结构体
|
|
379
846
|
*/
|
|
380
|
-
export interface
|
|
381
|
-
/**
|
|
382
|
-
* 绑定Id
|
|
383
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
384
|
-
*/
|
|
385
|
-
BindId?: number
|
|
847
|
+
export interface DeleteOrganizationNodesRequest {
|
|
386
848
|
/**
|
|
387
|
-
*
|
|
849
|
+
* 节点ID列表。
|
|
388
850
|
*/
|
|
389
|
-
|
|
851
|
+
NodeId: Array<number | bigint>
|
|
390
852
|
}
|
|
391
853
|
|
|
392
854
|
/**
|
|
393
|
-
*
|
|
855
|
+
* QuitOrganization返回参数结构体
|
|
394
856
|
*/
|
|
395
|
-
export interface
|
|
857
|
+
export interface QuitOrganizationResponse {
|
|
396
858
|
/**
|
|
397
859
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
398
860
|
*/
|
|
@@ -400,81 +862,65 @@ export interface CreateOrganizationMemberAuthIdentityResponse {
|
|
|
400
862
|
}
|
|
401
863
|
|
|
402
864
|
/**
|
|
403
|
-
*
|
|
865
|
+
* 组织身份策略
|
|
404
866
|
*/
|
|
405
|
-
export interface
|
|
406
|
-
/**
|
|
407
|
-
* 查询开始月份。格式:yyyy-mm,例如:2021-01
|
|
408
|
-
*/
|
|
409
|
-
Month: string
|
|
410
|
-
/**
|
|
411
|
-
* 限制数目。取值范围:1~50,默认值:10
|
|
412
|
-
*/
|
|
413
|
-
Limit?: number
|
|
867
|
+
export interface IdentityPolicy {
|
|
414
868
|
/**
|
|
415
|
-
*
|
|
869
|
+
* CAM预设策略ID。PolicyType 为预设策略时有效且必选
|
|
416
870
|
*/
|
|
417
|
-
|
|
871
|
+
PolicyId?: number
|
|
418
872
|
/**
|
|
419
|
-
*
|
|
873
|
+
* CAM预设策略名称。PolicyType 为预设策略时有效且必选
|
|
420
874
|
*/
|
|
421
|
-
|
|
875
|
+
PolicyName?: string
|
|
422
876
|
/**
|
|
423
|
-
*
|
|
877
|
+
* 策略类型。取值 1-自定义策略 2-预设策略;默认值2
|
|
878
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
424
879
|
*/
|
|
425
|
-
|
|
880
|
+
PolicyType?: number
|
|
426
881
|
/**
|
|
427
|
-
*
|
|
882
|
+
* 自定义策略内容,遵循CAM策略语法。PolicyType 为自定义策略时有效且必选
|
|
883
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
428
884
|
*/
|
|
429
|
-
|
|
885
|
+
PolicyDocument?: string
|
|
430
886
|
}
|
|
431
887
|
|
|
432
888
|
/**
|
|
433
|
-
*
|
|
889
|
+
* AddOrganizationMemberEmail请求参数结构体
|
|
434
890
|
*/
|
|
435
|
-
export interface
|
|
891
|
+
export interface AddOrganizationMemberEmailRequest {
|
|
436
892
|
/**
|
|
437
|
-
* 成员Uin
|
|
893
|
+
* 成员Uin
|
|
438
894
|
*/
|
|
439
895
|
MemberUin: number
|
|
440
896
|
/**
|
|
441
|
-
*
|
|
897
|
+
* 邮箱地址
|
|
442
898
|
*/
|
|
443
|
-
|
|
899
|
+
Email: string
|
|
444
900
|
/**
|
|
445
|
-
*
|
|
901
|
+
* 国际区号
|
|
446
902
|
*/
|
|
447
|
-
|
|
903
|
+
CountryCode: string
|
|
448
904
|
/**
|
|
449
|
-
*
|
|
905
|
+
* 手机号
|
|
450
906
|
*/
|
|
451
|
-
|
|
907
|
+
Phone: string
|
|
452
908
|
}
|
|
453
909
|
|
|
454
910
|
/**
|
|
455
|
-
*
|
|
911
|
+
* ListOrganizationIdentity返回参数结构体
|
|
456
912
|
*/
|
|
457
|
-
export interface
|
|
913
|
+
export interface ListOrganizationIdentityResponse {
|
|
458
914
|
/**
|
|
459
|
-
*
|
|
915
|
+
* 总数。
|
|
460
916
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
461
917
|
*/
|
|
462
|
-
|
|
463
|
-
/**
|
|
464
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
465
|
-
*/
|
|
466
|
-
RequestId?: string
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
/**
|
|
470
|
-
* DescribeOrganizationFinancialByMonth返回参数结构体
|
|
471
|
-
*/
|
|
472
|
-
export interface DescribeOrganizationFinancialByMonthResponse {
|
|
918
|
+
Total?: number
|
|
473
919
|
/**
|
|
474
|
-
*
|
|
920
|
+
* 条目详情。
|
|
475
921
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
476
922
|
*/
|
|
477
|
-
Items?: Array<
|
|
923
|
+
Items?: Array<OrgIdentity>
|
|
478
924
|
/**
|
|
479
925
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
480
926
|
*/
|
|
@@ -482,33 +928,17 @@ export interface DescribeOrganizationFinancialByMonthResponse {
|
|
|
482
928
|
}
|
|
483
929
|
|
|
484
930
|
/**
|
|
485
|
-
*
|
|
931
|
+
* DescribeOrganizationMembers返回参数结构体
|
|
486
932
|
*/
|
|
487
|
-
export interface
|
|
488
|
-
/**
|
|
489
|
-
* 限制数目。最大50
|
|
490
|
-
*/
|
|
491
|
-
Limit: number
|
|
933
|
+
export interface DescribeOrganizationMembersResponse {
|
|
492
934
|
/**
|
|
493
|
-
*
|
|
935
|
+
* 成员列表。
|
|
494
936
|
*/
|
|
495
|
-
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
/**
|
|
499
|
-
* CreateOrganization请求参数结构体
|
|
500
|
-
*/
|
|
501
|
-
export type CreateOrganizationRequest = null
|
|
502
|
-
|
|
503
|
-
/**
|
|
504
|
-
* CreateOrganizationMember返回参数结构体
|
|
505
|
-
*/
|
|
506
|
-
export interface CreateOrganizationMemberResponse {
|
|
937
|
+
Items?: Array<OrgMember>
|
|
507
938
|
/**
|
|
508
|
-
*
|
|
509
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
939
|
+
* 总数目。
|
|
510
940
|
*/
|
|
511
|
-
|
|
941
|
+
Total?: number
|
|
512
942
|
/**
|
|
513
943
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
514
944
|
*/
|
|
@@ -516,180 +946,169 @@ export interface CreateOrganizationMemberResponse {
|
|
|
516
946
|
}
|
|
517
947
|
|
|
518
948
|
/**
|
|
519
|
-
*
|
|
949
|
+
* QuitOrganization请求参数结构体
|
|
520
950
|
*/
|
|
521
|
-
export interface
|
|
522
|
-
/**
|
|
523
|
-
* 身份ID
|
|
524
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
525
|
-
*/
|
|
526
|
-
IdentityId?: number
|
|
951
|
+
export interface QuitOrganizationRequest {
|
|
527
952
|
/**
|
|
528
|
-
*
|
|
953
|
+
* 企业组织ID
|
|
529
954
|
*/
|
|
530
|
-
|
|
955
|
+
OrgId: number
|
|
531
956
|
}
|
|
532
957
|
|
|
533
958
|
/**
|
|
534
|
-
*
|
|
959
|
+
* AddOrganizationNode请求参数结构体
|
|
535
960
|
*/
|
|
536
|
-
export interface
|
|
961
|
+
export interface AddOrganizationNodeRequest {
|
|
537
962
|
/**
|
|
538
|
-
*
|
|
963
|
+
* 父节点ID。可以调用DescribeOrganizationNodes获取
|
|
539
964
|
*/
|
|
540
|
-
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
/**
|
|
544
|
-
* QuitOrganization返回参数结构体
|
|
545
|
-
*/
|
|
546
|
-
export interface QuitOrganizationResponse {
|
|
965
|
+
ParentNodeId: number
|
|
547
966
|
/**
|
|
548
|
-
*
|
|
967
|
+
* 节点名称。最大长度为40个字符,支持英文字母、数字、汉字、符号+@、&._[]-
|
|
549
968
|
*/
|
|
550
|
-
|
|
969
|
+
Name: string
|
|
970
|
+
/**
|
|
971
|
+
* 备注。
|
|
972
|
+
*/
|
|
973
|
+
Remark?: string
|
|
551
974
|
}
|
|
552
975
|
|
|
553
976
|
/**
|
|
554
|
-
*
|
|
977
|
+
* AddShareUnitMembers请求参数结构体
|
|
555
978
|
*/
|
|
556
|
-
export interface
|
|
557
|
-
/**
|
|
558
|
-
* 成员Uin列表。最多10个
|
|
559
|
-
*/
|
|
560
|
-
MemberUins: Array<number | bigint>
|
|
979
|
+
export interface AddShareUnitMembersRequest {
|
|
561
980
|
/**
|
|
562
|
-
*
|
|
981
|
+
* 共享单元ID。
|
|
563
982
|
*/
|
|
564
|
-
|
|
983
|
+
UnitId: string
|
|
565
984
|
/**
|
|
566
|
-
*
|
|
985
|
+
* 共享单元地域。
|
|
567
986
|
*/
|
|
568
|
-
|
|
987
|
+
Area: string
|
|
569
988
|
/**
|
|
570
|
-
*
|
|
989
|
+
* 共享成员列表。最大10个。
|
|
571
990
|
*/
|
|
572
|
-
|
|
991
|
+
Members: Array<ShareMember>
|
|
573
992
|
}
|
|
574
993
|
|
|
575
994
|
/**
|
|
576
|
-
*
|
|
995
|
+
* AddShareUnit请求参数结构体
|
|
577
996
|
*/
|
|
578
|
-
export interface
|
|
997
|
+
export interface AddShareUnitRequest {
|
|
579
998
|
/**
|
|
580
|
-
*
|
|
581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
999
|
+
* 共享单元名称。仅支持大小写字母、数字、-、以及_的组合,3-128个字符。
|
|
582
1000
|
*/
|
|
583
|
-
|
|
1001
|
+
Name: string
|
|
584
1002
|
/**
|
|
585
|
-
*
|
|
586
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1003
|
+
* 共享单元地域。可通过接口DescribeShareAreas获取支持共享的地域。
|
|
587
1004
|
*/
|
|
588
|
-
|
|
1005
|
+
Area: string
|
|
589
1006
|
/**
|
|
590
|
-
*
|
|
591
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1007
|
+
* 共享单元描述。最大128个字符。
|
|
592
1008
|
*/
|
|
593
|
-
|
|
1009
|
+
Description?: string
|
|
594
1010
|
}
|
|
595
1011
|
|
|
596
1012
|
/**
|
|
597
|
-
*
|
|
1013
|
+
* CreateOrganizationMember请求参数结构体
|
|
598
1014
|
*/
|
|
599
|
-
export interface
|
|
1015
|
+
export interface CreateOrganizationMemberRequest {
|
|
600
1016
|
/**
|
|
601
|
-
*
|
|
602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1017
|
+
* 成员名称。最大长度为25个字符,支持英文字母、数字、汉字、符号+@、&._[]-:,
|
|
603
1018
|
*/
|
|
604
|
-
|
|
1019
|
+
Name: string
|
|
605
1020
|
/**
|
|
606
|
-
*
|
|
607
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1021
|
+
* 关系策略。取值:Financial
|
|
608
1022
|
*/
|
|
609
|
-
|
|
1023
|
+
PolicyType: string
|
|
610
1024
|
/**
|
|
611
|
-
*
|
|
612
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1025
|
+
* 成员财务权限ID列表。取值:1-查看账单、2-查看余额、3-资金划拨、4-合并出账、5-开票、6-优惠继承、7-代付费,1、2 默认必须
|
|
613
1026
|
*/
|
|
614
|
-
|
|
1027
|
+
PermissionIds: Array<number | bigint>
|
|
615
1028
|
/**
|
|
616
|
-
*
|
|
617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1029
|
+
* 成员所属部门的节点ID。可以调用DescribeOrganizationNodes获取
|
|
618
1030
|
*/
|
|
619
|
-
|
|
1031
|
+
NodeId: number
|
|
620
1032
|
/**
|
|
621
|
-
*
|
|
622
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1033
|
+
* 账号名称。最大长度为25个字符,支持英文字母、数字、汉字、符号+@、&._[]-:,
|
|
623
1034
|
*/
|
|
624
|
-
|
|
1035
|
+
AccountName: string
|
|
625
1036
|
/**
|
|
626
|
-
*
|
|
627
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1037
|
+
* 备注。
|
|
628
1038
|
*/
|
|
629
|
-
|
|
1039
|
+
Remark?: string
|
|
630
1040
|
/**
|
|
631
|
-
*
|
|
632
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1041
|
+
* 成员创建记录ID。创建异常重试时需要
|
|
633
1042
|
*/
|
|
634
|
-
|
|
1043
|
+
RecordId?: number
|
|
635
1044
|
/**
|
|
636
|
-
*
|
|
637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1045
|
+
* 代付者Uin。成员代付费时需要
|
|
638
1046
|
*/
|
|
639
|
-
|
|
1047
|
+
PayUin?: string
|
|
640
1048
|
/**
|
|
641
|
-
*
|
|
642
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1049
|
+
* 成员访问身份ID列表。可以调用ListOrganizationIdentity获取,1默认支持
|
|
643
1050
|
*/
|
|
644
|
-
|
|
1051
|
+
IdentityRoleID?: Array<number | bigint>
|
|
645
1052
|
/**
|
|
646
|
-
*
|
|
1053
|
+
* 认证主体关系ID。给不同主体创建成员时需要,可以调用DescribeOrganizationAuthNode获取
|
|
647
1054
|
*/
|
|
648
|
-
|
|
1055
|
+
AuthRelationId?: number
|
|
649
1056
|
}
|
|
650
1057
|
|
|
651
1058
|
/**
|
|
652
|
-
*
|
|
1059
|
+
* DescribeOrganizationAuthNode请求参数结构体
|
|
653
1060
|
*/
|
|
654
|
-
export interface
|
|
1061
|
+
export interface DescribeOrganizationAuthNodeRequest {
|
|
655
1062
|
/**
|
|
656
|
-
*
|
|
1063
|
+
* 偏移量。
|
|
657
1064
|
*/
|
|
658
|
-
|
|
1065
|
+
Offset: number
|
|
1066
|
+
/**
|
|
1067
|
+
* 限制数目。最大50
|
|
1068
|
+
*/
|
|
1069
|
+
Limit: number
|
|
1070
|
+
/**
|
|
1071
|
+
* 互信主体名称。
|
|
1072
|
+
*/
|
|
1073
|
+
AuthName?: string
|
|
659
1074
|
}
|
|
660
1075
|
|
|
661
1076
|
/**
|
|
662
|
-
*
|
|
1077
|
+
* DescribeOrganizationMemberAuthAccounts请求参数结构体
|
|
663
1078
|
*/
|
|
664
|
-
export interface
|
|
1079
|
+
export interface DescribeOrganizationMemberAuthAccountsRequest {
|
|
665
1080
|
/**
|
|
666
|
-
*
|
|
1081
|
+
* 偏移量。
|
|
667
1082
|
*/
|
|
668
|
-
|
|
1083
|
+
Offset: number
|
|
669
1084
|
/**
|
|
670
|
-
*
|
|
1085
|
+
* 限制数目。
|
|
671
1086
|
*/
|
|
672
|
-
|
|
1087
|
+
Limit: number
|
|
673
1088
|
/**
|
|
674
|
-
*
|
|
1089
|
+
* 成员Uin。
|
|
675
1090
|
*/
|
|
676
|
-
|
|
1091
|
+
MemberUin: number
|
|
1092
|
+
/**
|
|
1093
|
+
* 策略ID。
|
|
1094
|
+
*/
|
|
1095
|
+
PolicyId: number
|
|
677
1096
|
}
|
|
678
1097
|
|
|
679
1098
|
/**
|
|
680
|
-
*
|
|
1099
|
+
* DescribeShareUnitMembers返回参数结构体
|
|
681
1100
|
*/
|
|
682
|
-
export interface
|
|
1101
|
+
export interface DescribeShareUnitMembersResponse {
|
|
683
1102
|
/**
|
|
684
|
-
*
|
|
1103
|
+
* 总数目。
|
|
685
1104
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
686
1105
|
*/
|
|
687
|
-
|
|
1106
|
+
Total?: number
|
|
688
1107
|
/**
|
|
689
|
-
*
|
|
1108
|
+
* 共享单元成员列表。
|
|
690
1109
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
691
1110
|
*/
|
|
692
|
-
|
|
1111
|
+
Items?: Array<ShareUnitMember>
|
|
693
1112
|
/**
|
|
694
1113
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
695
1114
|
*/
|
|
@@ -697,47 +1116,29 @@ export interface DescribeOrganizationMemberPoliciesResponse {
|
|
|
697
1116
|
}
|
|
698
1117
|
|
|
699
1118
|
/**
|
|
700
|
-
*
|
|
1119
|
+
* DescribeShareAreas请求参数结构体
|
|
701
1120
|
*/
|
|
702
|
-
export interface
|
|
1121
|
+
export interface DescribeShareAreasRequest {
|
|
703
1122
|
/**
|
|
704
|
-
*
|
|
1123
|
+
* 国际站:en,国内站:zh
|
|
705
1124
|
*/
|
|
706
|
-
|
|
1125
|
+
Lang?: string
|
|
707
1126
|
}
|
|
708
1127
|
|
|
709
1128
|
/**
|
|
710
|
-
*
|
|
1129
|
+
* DescribeOrganizationMemberAuthAccounts返回参数结构体
|
|
711
1130
|
*/
|
|
712
|
-
export interface
|
|
713
|
-
/**
|
|
714
|
-
* CAM预设策略ID。PolicyType 为预设策略时有效且必选
|
|
715
|
-
*/
|
|
716
|
-
PolicyId?: number
|
|
717
|
-
/**
|
|
718
|
-
* CAM预设策略名称。PolicyType 为预设策略时有效且必选
|
|
719
|
-
*/
|
|
720
|
-
PolicyName?: string
|
|
1131
|
+
export interface DescribeOrganizationMemberAuthAccountsResponse {
|
|
721
1132
|
/**
|
|
722
|
-
*
|
|
1133
|
+
* 列表
|
|
723
1134
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
724
1135
|
*/
|
|
725
|
-
|
|
1136
|
+
Items: Array<OrgMemberAuthAccount>
|
|
726
1137
|
/**
|
|
727
|
-
*
|
|
1138
|
+
* 总数目
|
|
728
1139
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
729
1140
|
*/
|
|
730
|
-
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
/**
|
|
734
|
-
* AddOrganizationNode返回参数结构体
|
|
735
|
-
*/
|
|
736
|
-
export interface AddOrganizationNodeResponse {
|
|
737
|
-
/**
|
|
738
|
-
* 节点ID。
|
|
739
|
-
*/
|
|
740
|
-
NodeId: number
|
|
1141
|
+
Total: number
|
|
741
1142
|
/**
|
|
742
1143
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
743
1144
|
*/
|
|
@@ -745,60 +1146,75 @@ export interface AddOrganizationNodeResponse {
|
|
|
745
1146
|
}
|
|
746
1147
|
|
|
747
1148
|
/**
|
|
748
|
-
*
|
|
1149
|
+
* 组织身份
|
|
749
1150
|
*/
|
|
750
|
-
export interface
|
|
1151
|
+
export interface OrgIdentity {
|
|
751
1152
|
/**
|
|
752
|
-
*
|
|
1153
|
+
* 身份ID。
|
|
1154
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
753
1155
|
*/
|
|
754
|
-
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
/**
|
|
758
|
-
* 按月获取组织财务信息
|
|
759
|
-
*/
|
|
760
|
-
export interface OrgFinancialByMonth {
|
|
1156
|
+
IdentityId?: number
|
|
761
1157
|
/**
|
|
762
|
-
*
|
|
1158
|
+
* 身份名称。
|
|
763
1159
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
764
1160
|
*/
|
|
765
|
-
|
|
1161
|
+
IdentityAliasName?: string
|
|
766
1162
|
/**
|
|
767
|
-
*
|
|
1163
|
+
* 描述。
|
|
768
1164
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
769
1165
|
*/
|
|
770
|
-
|
|
1166
|
+
Description?: string
|
|
771
1167
|
/**
|
|
772
|
-
*
|
|
1168
|
+
* 身份策略。
|
|
773
1169
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
774
1170
|
*/
|
|
775
|
-
|
|
1171
|
+
IdentityPolicy?: Array<IdentityPolicy>
|
|
776
1172
|
/**
|
|
777
|
-
*
|
|
1173
|
+
* 身份类型。 1-预设、 2-自定义
|
|
778
1174
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
779
1175
|
*/
|
|
780
|
-
|
|
1176
|
+
IdentityType?: number
|
|
1177
|
+
/**
|
|
1178
|
+
* 更新时间。
|
|
1179
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1180
|
+
*/
|
|
1181
|
+
UpdateTime?: string
|
|
781
1182
|
}
|
|
782
1183
|
|
|
783
1184
|
/**
|
|
784
|
-
*
|
|
1185
|
+
* DescribeOrganizationMembers请求参数结构体
|
|
785
1186
|
*/
|
|
786
|
-
export interface
|
|
1187
|
+
export interface DescribeOrganizationMembersRequest {
|
|
787
1188
|
/**
|
|
788
|
-
*
|
|
789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1189
|
+
* 偏移量。取值是limit的整数倍,默认值 : 0
|
|
790
1190
|
*/
|
|
791
|
-
|
|
1191
|
+
Offset: number
|
|
792
1192
|
/**
|
|
793
|
-
*
|
|
794
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1193
|
+
* 限制数目。取值范围:1~50,默认值:10
|
|
795
1194
|
*/
|
|
796
|
-
|
|
1195
|
+
Limit: number
|
|
797
1196
|
/**
|
|
798
|
-
*
|
|
799
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1197
|
+
* 国际站:en,国内站:zh
|
|
800
1198
|
*/
|
|
801
|
-
|
|
1199
|
+
Lang?: string
|
|
1200
|
+
/**
|
|
1201
|
+
* 成员名称或者成员ID搜索。
|
|
1202
|
+
*/
|
|
1203
|
+
SearchKey?: string
|
|
1204
|
+
/**
|
|
1205
|
+
* 主体名称搜索。
|
|
1206
|
+
*/
|
|
1207
|
+
AuthName?: string
|
|
1208
|
+
/**
|
|
1209
|
+
* 可信服务产品简称。可信服务管理员查询时必须指定
|
|
1210
|
+
*/
|
|
1211
|
+
Product?: string
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
/**
|
|
1215
|
+
* UpdateShareUnit返回参数结构体
|
|
1216
|
+
*/
|
|
1217
|
+
export interface UpdateShareUnitResponse {
|
|
802
1218
|
/**
|
|
803
1219
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
804
1220
|
*/
|
|
@@ -806,9 +1222,9 @@ export interface DescribeOrganizationFinancialByProductResponse {
|
|
|
806
1222
|
}
|
|
807
1223
|
|
|
808
1224
|
/**
|
|
809
|
-
*
|
|
1225
|
+
* DeleteOrganizationMemberAuthIdentity返回参数结构体
|
|
810
1226
|
*/
|
|
811
|
-
export interface
|
|
1227
|
+
export interface DeleteOrganizationMemberAuthIdentityResponse {
|
|
812
1228
|
/**
|
|
813
1229
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
814
1230
|
*/
|
|
@@ -816,15 +1232,19 @@ export interface UpdateOrganizationIdentityResponse {
|
|
|
816
1232
|
}
|
|
817
1233
|
|
|
818
1234
|
/**
|
|
819
|
-
*
|
|
1235
|
+
* UpdateOrganizationMemberEmailBind请求参数结构体
|
|
820
1236
|
*/
|
|
821
|
-
export interface
|
|
1237
|
+
export interface UpdateOrganizationMemberEmailBindRequest {
|
|
822
1238
|
/**
|
|
823
1239
|
* 成员Uin
|
|
824
1240
|
*/
|
|
825
1241
|
MemberUin: number
|
|
826
1242
|
/**
|
|
827
|
-
*
|
|
1243
|
+
* 绑定ID
|
|
1244
|
+
*/
|
|
1245
|
+
BindId: number
|
|
1246
|
+
/**
|
|
1247
|
+
* 邮箱
|
|
828
1248
|
*/
|
|
829
1249
|
Email: string
|
|
830
1250
|
/**
|
|
@@ -838,87 +1258,94 @@ export interface AddOrganizationMemberEmailRequest {
|
|
|
838
1258
|
}
|
|
839
1259
|
|
|
840
1260
|
/**
|
|
841
|
-
*
|
|
842
|
-
*/
|
|
843
|
-
export type DeleteOrganizationRequest = null
|
|
844
|
-
|
|
845
|
-
/**
|
|
846
|
-
* ListOrganizationIdentity返回参数结构体
|
|
1261
|
+
* UpdateShareUnit请求参数结构体
|
|
847
1262
|
*/
|
|
848
|
-
export interface
|
|
1263
|
+
export interface UpdateShareUnitRequest {
|
|
849
1264
|
/**
|
|
850
|
-
*
|
|
851
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1265
|
+
* 共享单元ID。
|
|
852
1266
|
*/
|
|
853
|
-
|
|
1267
|
+
UnitId: string
|
|
854
1268
|
/**
|
|
855
|
-
*
|
|
856
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1269
|
+
* 共享单元名称。仅支持大小写字母、数字、-、以及_的组合,3-128个字符。
|
|
857
1270
|
*/
|
|
858
|
-
|
|
1271
|
+
Name?: string
|
|
859
1272
|
/**
|
|
860
|
-
*
|
|
1273
|
+
* 共享单元描述。最大128个字符。
|
|
861
1274
|
*/
|
|
862
|
-
|
|
1275
|
+
Description?: string
|
|
863
1276
|
}
|
|
864
1277
|
|
|
865
1278
|
/**
|
|
866
|
-
*
|
|
1279
|
+
* DescribeShareUnits请求参数结构体
|
|
867
1280
|
*/
|
|
868
|
-
export interface
|
|
1281
|
+
export interface DescribeShareUnitsRequest {
|
|
869
1282
|
/**
|
|
870
|
-
*
|
|
871
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1283
|
+
* 共享单元地域。可通过接口DescribeShareAreas获取支持共享的地域。
|
|
872
1284
|
*/
|
|
873
|
-
|
|
1285
|
+
Area: string
|
|
874
1286
|
/**
|
|
875
|
-
*
|
|
876
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1287
|
+
* 偏移量。取值是limit的整数倍。默认值 : 0。
|
|
877
1288
|
*/
|
|
878
|
-
|
|
1289
|
+
Offset: number
|
|
879
1290
|
/**
|
|
880
|
-
*
|
|
1291
|
+
* 限制数目。取值范围:1~50。
|
|
881
1292
|
*/
|
|
882
|
-
|
|
1293
|
+
Limit: number
|
|
1294
|
+
/**
|
|
1295
|
+
* 搜索关键字。支持UnitId和Name搜索。
|
|
1296
|
+
*/
|
|
1297
|
+
SearchKey?: string
|
|
883
1298
|
}
|
|
884
1299
|
|
|
885
1300
|
/**
|
|
886
|
-
*
|
|
1301
|
+
* 关系策略权限
|
|
887
1302
|
*/
|
|
888
|
-
export interface
|
|
1303
|
+
export interface OrgPermission {
|
|
889
1304
|
/**
|
|
890
|
-
*
|
|
1305
|
+
* 权限Id
|
|
891
1306
|
*/
|
|
892
|
-
|
|
1307
|
+
Id: number
|
|
1308
|
+
/**
|
|
1309
|
+
* 权限名
|
|
1310
|
+
*/
|
|
1311
|
+
Name: string
|
|
893
1312
|
}
|
|
894
1313
|
|
|
895
1314
|
/**
|
|
896
|
-
*
|
|
1315
|
+
* 组织成员财务信息。
|
|
897
1316
|
*/
|
|
898
|
-
export interface
|
|
1317
|
+
export interface OrgMemberFinancial {
|
|
899
1318
|
/**
|
|
900
|
-
*
|
|
1319
|
+
* 成员Uin。
|
|
1320
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
901
1321
|
*/
|
|
902
|
-
|
|
1322
|
+
MemberUin: number
|
|
903
1323
|
/**
|
|
904
|
-
*
|
|
1324
|
+
* 成员名称。
|
|
1325
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
905
1326
|
*/
|
|
906
|
-
|
|
1327
|
+
MemberName: string
|
|
907
1328
|
/**
|
|
908
|
-
*
|
|
1329
|
+
* 消耗金额,单位:元。
|
|
1330
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
909
1331
|
*/
|
|
910
|
-
|
|
1332
|
+
TotalCost: number
|
|
1333
|
+
/**
|
|
1334
|
+
* 占比%。
|
|
1335
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1336
|
+
*/
|
|
1337
|
+
Ratio?: string
|
|
911
1338
|
}
|
|
912
1339
|
|
|
913
1340
|
/**
|
|
914
|
-
*
|
|
1341
|
+
* AddOrganizationMemberEmail返回参数结构体
|
|
915
1342
|
*/
|
|
916
|
-
export interface
|
|
1343
|
+
export interface AddOrganizationMemberEmailResponse {
|
|
917
1344
|
/**
|
|
918
|
-
*
|
|
1345
|
+
* 绑定Id
|
|
919
1346
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
920
1347
|
*/
|
|
921
|
-
|
|
1348
|
+
BindId?: number
|
|
922
1349
|
/**
|
|
923
1350
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
924
1351
|
*/
|
|
@@ -926,137 +1353,155 @@ export interface CreateOrganizationMemberPolicyResponse {
|
|
|
926
1353
|
}
|
|
927
1354
|
|
|
928
1355
|
/**
|
|
929
|
-
*
|
|
1356
|
+
* AddShareUnitMembers返回参数结构体
|
|
930
1357
|
*/
|
|
931
|
-
export interface
|
|
1358
|
+
export interface AddShareUnitMembersResponse {
|
|
932
1359
|
/**
|
|
933
|
-
*
|
|
1360
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
934
1361
|
*/
|
|
935
|
-
|
|
1362
|
+
RequestId?: string
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1365
|
+
/**
|
|
1366
|
+
* CreateOrganizationMemberPolicy请求参数结构体
|
|
1367
|
+
*/
|
|
1368
|
+
export interface CreateOrganizationMemberPolicyRequest {
|
|
936
1369
|
/**
|
|
937
|
-
*
|
|
1370
|
+
* 成员Uin。
|
|
938
1371
|
*/
|
|
939
|
-
|
|
1372
|
+
MemberUin: number
|
|
940
1373
|
/**
|
|
941
|
-
*
|
|
1374
|
+
* 策略名。最大长度为128个字符,支持英文字母、数字、符号+=,.@_-
|
|
1375
|
+
*/
|
|
1376
|
+
PolicyName: string
|
|
1377
|
+
/**
|
|
1378
|
+
* 成员访问身份ID。可以调用DescribeOrganizationMemberAuthIdentities获取
|
|
1379
|
+
*/
|
|
1380
|
+
IdentityId: number
|
|
1381
|
+
/**
|
|
1382
|
+
* 描述。
|
|
942
1383
|
*/
|
|
943
1384
|
Description?: string
|
|
944
1385
|
}
|
|
945
1386
|
|
|
946
1387
|
/**
|
|
947
|
-
*
|
|
1388
|
+
* CreateOrganization请求参数结构体
|
|
1389
|
+
*/
|
|
1390
|
+
export type CreateOrganizationRequest = null
|
|
1391
|
+
|
|
1392
|
+
/**
|
|
1393
|
+
* 共享资源
|
|
948
1394
|
*/
|
|
949
|
-
export interface
|
|
1395
|
+
export interface ShareResource {
|
|
950
1396
|
/**
|
|
951
|
-
*
|
|
1397
|
+
* 共享资源ID。
|
|
1398
|
+
* @deprecated
|
|
952
1399
|
*/
|
|
953
|
-
|
|
1400
|
+
ResourceId?: string
|
|
954
1401
|
/**
|
|
955
|
-
*
|
|
1402
|
+
* 产品资源ID。
|
|
1403
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
956
1404
|
*/
|
|
957
|
-
|
|
1405
|
+
ProductResourceId?: string
|
|
958
1406
|
}
|
|
959
1407
|
|
|
960
1408
|
/**
|
|
961
|
-
*
|
|
1409
|
+
* CreateOrganizationMembersPolicy请求参数结构体
|
|
962
1410
|
*/
|
|
963
|
-
export interface
|
|
1411
|
+
export interface CreateOrganizationMembersPolicyRequest {
|
|
964
1412
|
/**
|
|
965
|
-
*
|
|
1413
|
+
* 成员Uin列表。最多10个
|
|
966
1414
|
*/
|
|
967
|
-
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
/**
|
|
971
|
-
* 成员和子账号的授权关系
|
|
972
|
-
*/
|
|
973
|
-
export interface OrgMemberAuthAccount {
|
|
1415
|
+
MemberUins: Array<number | bigint>
|
|
974
1416
|
/**
|
|
975
|
-
*
|
|
976
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1417
|
+
* 策略名。长度1~128个字符,支持英文字母、数字、符号+=,.@_-
|
|
977
1418
|
*/
|
|
978
|
-
|
|
1419
|
+
PolicyName: string
|
|
979
1420
|
/**
|
|
980
|
-
*
|
|
981
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1421
|
+
* 成员访问身份ID。
|
|
982
1422
|
*/
|
|
983
|
-
|
|
1423
|
+
IdentityId: number
|
|
984
1424
|
/**
|
|
985
|
-
*
|
|
986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1425
|
+
* 策略描述。最大长度为128个字符
|
|
987
1426
|
*/
|
|
988
|
-
|
|
1427
|
+
Description?: string
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
/**
|
|
1431
|
+
* 成员管理身份
|
|
1432
|
+
*/
|
|
1433
|
+
export interface MemberIdentity {
|
|
989
1434
|
/**
|
|
990
1435
|
* 身份ID。
|
|
991
1436
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
992
1437
|
*/
|
|
993
1438
|
IdentityId: number
|
|
994
1439
|
/**
|
|
995
|
-
*
|
|
1440
|
+
* 身份名称。
|
|
996
1441
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
997
1442
|
*/
|
|
998
|
-
|
|
1443
|
+
IdentityAliasName: string
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
/**
|
|
1447
|
+
* 组织产品财务信息
|
|
1448
|
+
*/
|
|
1449
|
+
export interface OrgProductFinancial {
|
|
999
1450
|
/**
|
|
1000
|
-
*
|
|
1451
|
+
* 产品Code。
|
|
1001
1452
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1002
1453
|
*/
|
|
1003
|
-
|
|
1454
|
+
ProductName: string
|
|
1004
1455
|
/**
|
|
1005
|
-
*
|
|
1456
|
+
* 产品名。
|
|
1006
1457
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1007
1458
|
*/
|
|
1008
|
-
|
|
1459
|
+
ProductCode: string
|
|
1009
1460
|
/**
|
|
1010
|
-
*
|
|
1461
|
+
* 产品消耗,单位:元。
|
|
1011
1462
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1012
1463
|
*/
|
|
1013
|
-
|
|
1464
|
+
TotalCost: number
|
|
1014
1465
|
/**
|
|
1015
|
-
*
|
|
1466
|
+
* 占比%。
|
|
1016
1467
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1017
1468
|
*/
|
|
1018
|
-
|
|
1469
|
+
Ratio?: string
|
|
1019
1470
|
}
|
|
1020
1471
|
|
|
1021
1472
|
/**
|
|
1022
|
-
*
|
|
1473
|
+
* AddShareUnit返回参数结构体
|
|
1023
1474
|
*/
|
|
1024
|
-
export interface
|
|
1025
|
-
/**
|
|
1026
|
-
* 成员Uin。
|
|
1027
|
-
*/
|
|
1028
|
-
MemberUin: number
|
|
1029
|
-
/**
|
|
1030
|
-
* 成员名称。最大长度为25个字符,支持英文字母、数字、汉字、符号+@、&._[]-:,
|
|
1031
|
-
*/
|
|
1032
|
-
Name?: string
|
|
1475
|
+
export interface AddShareUnitResponse {
|
|
1033
1476
|
/**
|
|
1034
|
-
*
|
|
1477
|
+
* 共享单元ID。
|
|
1035
1478
|
*/
|
|
1036
|
-
|
|
1479
|
+
UnitId?: string
|
|
1037
1480
|
/**
|
|
1038
|
-
*
|
|
1481
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1039
1482
|
*/
|
|
1040
|
-
|
|
1483
|
+
RequestId?: string
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
/**
|
|
1487
|
+
* DescribeOrganizationFinancialByProduct返回参数结构体
|
|
1488
|
+
*/
|
|
1489
|
+
export interface DescribeOrganizationFinancialByProductResponse {
|
|
1041
1490
|
/**
|
|
1042
|
-
*
|
|
1043
|
-
|
|
1491
|
+
* 当月总消耗。
|
|
1492
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1044
1493
|
*/
|
|
1045
|
-
|
|
1494
|
+
TotalCost?: number
|
|
1046
1495
|
/**
|
|
1047
|
-
*
|
|
1496
|
+
* 产品消耗详情。
|
|
1497
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1048
1498
|
*/
|
|
1049
|
-
|
|
1499
|
+
Items?: Array<OrgProductFinancial>
|
|
1050
1500
|
/**
|
|
1051
|
-
*
|
|
1501
|
+
* 总数目。
|
|
1502
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1052
1503
|
*/
|
|
1053
|
-
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
/**
|
|
1057
|
-
* DeleteOrganizationNodes返回参数结构体
|
|
1058
|
-
*/
|
|
1059
|
-
export interface DeleteOrganizationNodesResponse {
|
|
1504
|
+
Total?: number
|
|
1060
1505
|
/**
|
|
1061
1506
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1062
1507
|
*/
|
|
@@ -1064,99 +1509,90 @@ export interface DeleteOrganizationNodesResponse {
|
|
|
1064
1509
|
}
|
|
1065
1510
|
|
|
1066
1511
|
/**
|
|
1067
|
-
*
|
|
1512
|
+
* DescribeOrganizationFinancialByProduct请求参数结构体
|
|
1068
1513
|
*/
|
|
1069
|
-
export interface
|
|
1514
|
+
export interface DescribeOrganizationFinancialByProductRequest {
|
|
1070
1515
|
/**
|
|
1071
|
-
*
|
|
1516
|
+
* 查询开始月份。格式:yyyy-mm,例如:2021-01
|
|
1072
1517
|
*/
|
|
1073
|
-
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
/**
|
|
1077
|
-
* DescribeOrganization返回参数结构体
|
|
1078
|
-
*/
|
|
1079
|
-
export interface DescribeOrganizationResponse {
|
|
1518
|
+
Month: string
|
|
1080
1519
|
/**
|
|
1081
|
-
*
|
|
1082
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1520
|
+
* 限制数目。取值范围:1~50,默认值:10
|
|
1083
1521
|
*/
|
|
1084
|
-
|
|
1522
|
+
Limit?: number
|
|
1085
1523
|
/**
|
|
1086
|
-
*
|
|
1087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1524
|
+
* 偏移量。取值是limit的整数倍,默认值 : 0
|
|
1088
1525
|
*/
|
|
1089
|
-
|
|
1526
|
+
Offset?: number
|
|
1090
1527
|
/**
|
|
1091
|
-
*
|
|
1092
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1528
|
+
* 查询结束月份。格式:yyyy-mm,例如:2021-01,默认值为查询开始月份
|
|
1093
1529
|
*/
|
|
1094
|
-
|
|
1530
|
+
EndMonth?: string
|
|
1095
1531
|
/**
|
|
1096
|
-
*
|
|
1097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1532
|
+
* 查询成员列表。 最大100个
|
|
1098
1533
|
*/
|
|
1099
|
-
|
|
1534
|
+
MemberUins?: Array<number | bigint>
|
|
1100
1535
|
/**
|
|
1101
|
-
*
|
|
1102
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1536
|
+
* 查询产品列表。 最大100个
|
|
1103
1537
|
*/
|
|
1104
|
-
|
|
1538
|
+
ProductCodes?: Array<string>
|
|
1539
|
+
}
|
|
1540
|
+
|
|
1541
|
+
/**
|
|
1542
|
+
* 组织成员被授权的策略
|
|
1543
|
+
*/
|
|
1544
|
+
export interface OrgMemberPolicy {
|
|
1105
1545
|
/**
|
|
1106
|
-
*
|
|
1546
|
+
* 策略ID。
|
|
1107
1547
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1108
1548
|
*/
|
|
1109
|
-
|
|
1549
|
+
PolicyId: number
|
|
1110
1550
|
/**
|
|
1111
1551
|
* 策略名。
|
|
1112
1552
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1113
1553
|
*/
|
|
1114
|
-
|
|
1115
|
-
/**
|
|
1116
|
-
* 成员财务权限列表。
|
|
1117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1118
|
-
*/
|
|
1119
|
-
OrgPermission?: Array<OrgPermission>
|
|
1120
|
-
/**
|
|
1121
|
-
* 组织根节点ID。
|
|
1122
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1123
|
-
*/
|
|
1124
|
-
RootNodeId?: number
|
|
1554
|
+
PolicyName: string
|
|
1125
1555
|
/**
|
|
1126
|
-
*
|
|
1556
|
+
* 身份ID。
|
|
1127
1557
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1128
1558
|
*/
|
|
1129
|
-
|
|
1559
|
+
IdentityId: number
|
|
1130
1560
|
/**
|
|
1131
|
-
*
|
|
1561
|
+
* 身份角色名。
|
|
1132
1562
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1133
1563
|
*/
|
|
1134
|
-
|
|
1564
|
+
IdentityRoleName: string
|
|
1135
1565
|
/**
|
|
1136
|
-
*
|
|
1566
|
+
* 身份角色别名。
|
|
1137
1567
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1138
1568
|
*/
|
|
1139
|
-
|
|
1569
|
+
IdentityRoleAliasName: string
|
|
1140
1570
|
/**
|
|
1141
|
-
*
|
|
1571
|
+
* 描述。
|
|
1142
1572
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1143
1573
|
*/
|
|
1144
|
-
|
|
1574
|
+
Description: string
|
|
1145
1575
|
/**
|
|
1146
|
-
*
|
|
1576
|
+
* 创建时间。
|
|
1147
1577
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1148
1578
|
*/
|
|
1149
|
-
|
|
1579
|
+
CreateTime: string
|
|
1150
1580
|
/**
|
|
1151
|
-
*
|
|
1581
|
+
* 更新时间。
|
|
1152
1582
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1153
1583
|
*/
|
|
1154
|
-
|
|
1584
|
+
UpdateTime: string
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1587
|
+
/**
|
|
1588
|
+
* CreateOrganizationMemberPolicy返回参数结构体
|
|
1589
|
+
*/
|
|
1590
|
+
export interface CreateOrganizationMemberPolicyResponse {
|
|
1155
1591
|
/**
|
|
1156
|
-
*
|
|
1592
|
+
* 策略ID。
|
|
1157
1593
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1158
1594
|
*/
|
|
1159
|
-
|
|
1595
|
+
PolicyId: number
|
|
1160
1596
|
/**
|
|
1161
1597
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1162
1598
|
*/
|
|
@@ -1164,73 +1600,124 @@ export interface DescribeOrganizationResponse {
|
|
|
1164
1600
|
}
|
|
1165
1601
|
|
|
1166
1602
|
/**
|
|
1167
|
-
*
|
|
1603
|
+
* DescribeShareUnitMembers请求参数结构体
|
|
1168
1604
|
*/
|
|
1169
|
-
export interface
|
|
1605
|
+
export interface DescribeShareUnitMembersRequest {
|
|
1170
1606
|
/**
|
|
1171
|
-
*
|
|
1607
|
+
* 共享单元ID。
|
|
1172
1608
|
*/
|
|
1173
|
-
|
|
1609
|
+
UnitId: string
|
|
1174
1610
|
/**
|
|
1175
|
-
*
|
|
1611
|
+
* 共享单元地域。
|
|
1176
1612
|
*/
|
|
1177
|
-
|
|
1613
|
+
Area: string
|
|
1178
1614
|
/**
|
|
1179
|
-
*
|
|
1615
|
+
* 偏移量。取值是limit的整数倍,默认值 : 0
|
|
1180
1616
|
*/
|
|
1181
|
-
|
|
1617
|
+
Offset: number
|
|
1182
1618
|
/**
|
|
1183
|
-
*
|
|
1619
|
+
* 限制数目。取值范围:1~50。
|
|
1620
|
+
*/
|
|
1621
|
+
Limit: number
|
|
1622
|
+
/**
|
|
1623
|
+
* 搜索关键字。支持成员uin搜索。
|
|
1184
1624
|
*/
|
|
1185
1625
|
SearchKey?: string
|
|
1186
1626
|
}
|
|
1187
1627
|
|
|
1188
1628
|
/**
|
|
1189
|
-
*
|
|
1629
|
+
* CancelOrganizationMemberAuthAccount返回参数结构体
|
|
1190
1630
|
*/
|
|
1191
|
-
export interface
|
|
1631
|
+
export interface CancelOrganizationMemberAuthAccountResponse {
|
|
1192
1632
|
/**
|
|
1193
|
-
*
|
|
1633
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1194
1634
|
*/
|
|
1195
|
-
|
|
1635
|
+
RequestId?: string
|
|
1196
1636
|
}
|
|
1197
1637
|
|
|
1198
1638
|
/**
|
|
1199
|
-
*
|
|
1639
|
+
* UpdateOrganizationMember请求参数结构体
|
|
1200
1640
|
*/
|
|
1201
|
-
export interface
|
|
1641
|
+
export interface UpdateOrganizationMemberRequest {
|
|
1642
|
+
/**
|
|
1643
|
+
* 成员Uin。
|
|
1644
|
+
*/
|
|
1645
|
+
MemberUin: number
|
|
1646
|
+
/**
|
|
1647
|
+
* 成员名称。最大长度为25个字符,支持英文字母、数字、汉字、符号+@、&._[]-:,
|
|
1648
|
+
*/
|
|
1649
|
+
Name?: string
|
|
1650
|
+
/**
|
|
1651
|
+
* 备注。最大长度为40个字符
|
|
1652
|
+
*/
|
|
1653
|
+
Remark?: string
|
|
1654
|
+
/**
|
|
1655
|
+
* 关系策略类型。PolicyType不为空,PermissionIds不能为空。取值:Financial
|
|
1656
|
+
*/
|
|
1657
|
+
PolicyType?: string
|
|
1658
|
+
/**
|
|
1659
|
+
* 成员财务权限ID列表。PermissionIds不为空,PolicyType不能为空。
|
|
1660
|
+
取值:1-查看账单、2-查看余额、3-资金划拨、4-合并出账、5-开票、6-优惠继承、7-代付费、8-成本分析,如果有值,1、2 默认必须
|
|
1661
|
+
*/
|
|
1662
|
+
PermissionIds?: Array<number | bigint>
|
|
1663
|
+
/**
|
|
1664
|
+
* 是否允许成员退出组织。取值:Allow-允许、Denied-不允许
|
|
1665
|
+
*/
|
|
1666
|
+
IsAllowQuit?: string
|
|
1202
1667
|
/**
|
|
1203
|
-
*
|
|
1668
|
+
* 代付者Uin。成员财务权限有代付费时需要,取值为成员对应主体的主体管理员Uin
|
|
1204
1669
|
*/
|
|
1205
|
-
|
|
1670
|
+
PayUin?: string
|
|
1206
1671
|
}
|
|
1207
1672
|
|
|
1208
1673
|
/**
|
|
1209
|
-
*
|
|
1674
|
+
* AddShareUnitResources请求参数结构体
|
|
1210
1675
|
*/
|
|
1211
|
-
export interface
|
|
1676
|
+
export interface AddShareUnitResourcesRequest {
|
|
1212
1677
|
/**
|
|
1213
|
-
*
|
|
1678
|
+
* 共享单元ID。
|
|
1214
1679
|
*/
|
|
1215
|
-
|
|
1680
|
+
UnitId: string
|
|
1216
1681
|
/**
|
|
1217
|
-
*
|
|
1682
|
+
* 共享单元地域。
|
|
1218
1683
|
*/
|
|
1219
|
-
|
|
1684
|
+
Area: string
|
|
1220
1685
|
/**
|
|
1221
|
-
*
|
|
1686
|
+
* 共享资源类型。支持共享的资源类型,请参见[资源共享概述](https://cloud.tencent.com/document/product/850/59489)
|
|
1222
1687
|
*/
|
|
1223
|
-
|
|
1688
|
+
Type: string
|
|
1689
|
+
/**
|
|
1690
|
+
* 共享资源列表。最大10个。
|
|
1691
|
+
*/
|
|
1692
|
+
Resources: Array<ProductResource>
|
|
1224
1693
|
}
|
|
1225
1694
|
|
|
1226
1695
|
/**
|
|
1227
|
-
*
|
|
1696
|
+
* 共享成员信息
|
|
1228
1697
|
*/
|
|
1229
|
-
export interface
|
|
1698
|
+
export interface ShareMember {
|
|
1230
1699
|
/**
|
|
1231
|
-
*
|
|
1700
|
+
* 共享成员Uin。
|
|
1232
1701
|
*/
|
|
1233
|
-
|
|
1702
|
+
ShareMemberUin: number
|
|
1703
|
+
}
|
|
1704
|
+
|
|
1705
|
+
/**
|
|
1706
|
+
* DeleteShareUnitMembers请求参数结构体
|
|
1707
|
+
*/
|
|
1708
|
+
export interface DeleteShareUnitMembersRequest {
|
|
1709
|
+
/**
|
|
1710
|
+
* 共享单元ID。
|
|
1711
|
+
*/
|
|
1712
|
+
UnitId: string
|
|
1713
|
+
/**
|
|
1714
|
+
* 共享单元地域。
|
|
1715
|
+
*/
|
|
1716
|
+
Area: string
|
|
1717
|
+
/**
|
|
1718
|
+
* 成员列表。
|
|
1719
|
+
*/
|
|
1720
|
+
Members: Array<ShareMember>
|
|
1234
1721
|
}
|
|
1235
1722
|
|
|
1236
1723
|
/**
|
|
@@ -1254,208 +1741,158 @@ export interface DescribeOrganizationMemberAuthIdentitiesResponse {
|
|
|
1254
1741
|
}
|
|
1255
1742
|
|
|
1256
1743
|
/**
|
|
1257
|
-
*
|
|
1744
|
+
* 共享单元资源
|
|
1258
1745
|
*/
|
|
1259
|
-
export interface
|
|
1746
|
+
export interface ShareUnitResource {
|
|
1260
1747
|
/**
|
|
1261
|
-
*
|
|
1262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1748
|
+
* 共享资源ID。
|
|
1263
1749
|
*/
|
|
1264
|
-
|
|
1750
|
+
ResourceId?: string
|
|
1265
1751
|
/**
|
|
1266
|
-
*
|
|
1752
|
+
* 共享资源类型。
|
|
1753
|
+
*/
|
|
1754
|
+
Type?: string
|
|
1755
|
+
/**
|
|
1756
|
+
* 创建时间。
|
|
1267
1757
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1268
1758
|
*/
|
|
1269
|
-
|
|
1759
|
+
CreateTime?: string
|
|
1270
1760
|
/**
|
|
1271
|
-
*
|
|
1761
|
+
* 产品资源ID。
|
|
1762
|
+
*/
|
|
1763
|
+
ProductResourceId?: string
|
|
1764
|
+
/**
|
|
1765
|
+
* 共享单元成员数。
|
|
1272
1766
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1273
1767
|
*/
|
|
1274
|
-
|
|
1768
|
+
SharedMemberNum?: number
|
|
1275
1769
|
/**
|
|
1276
|
-
*
|
|
1770
|
+
* 使用中共享单元成员数。
|
|
1277
1771
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1278
1772
|
*/
|
|
1279
|
-
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
|
-
/**
|
|
1283
|
-
* DeleteOrganizationIdentity请求参数结构体
|
|
1284
|
-
*/
|
|
1285
|
-
export interface DeleteOrganizationIdentityRequest {
|
|
1773
|
+
SharedMemberUseNum?: number
|
|
1286
1774
|
/**
|
|
1287
|
-
*
|
|
1775
|
+
* 共享管理员OwnerUin。
|
|
1776
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1288
1777
|
*/
|
|
1289
|
-
|
|
1778
|
+
ShareManagerUin?: number
|
|
1290
1779
|
}
|
|
1291
1780
|
|
|
1292
1781
|
/**
|
|
1293
|
-
*
|
|
1782
|
+
* DeleteOrganizationIdentity返回参数结构体
|
|
1294
1783
|
*/
|
|
1295
|
-
export interface
|
|
1296
|
-
/**
|
|
1297
|
-
* 节点ID。
|
|
1298
|
-
*/
|
|
1299
|
-
NodeId: number
|
|
1300
|
-
/**
|
|
1301
|
-
* 节点名称。最大长度为40个字符,支持英文字母、数字、汉字、符号+@、&._[]-
|
|
1302
|
-
*/
|
|
1303
|
-
Name?: string
|
|
1784
|
+
export interface DeleteOrganizationIdentityResponse {
|
|
1304
1785
|
/**
|
|
1305
|
-
*
|
|
1786
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1306
1787
|
*/
|
|
1307
|
-
|
|
1788
|
+
RequestId?: string
|
|
1308
1789
|
}
|
|
1309
1790
|
|
|
1310
1791
|
/**
|
|
1311
|
-
*
|
|
1792
|
+
* DescribeOrganizationMemberEmailBind请求参数结构体
|
|
1312
1793
|
*/
|
|
1313
|
-
export interface
|
|
1314
|
-
/**
|
|
1315
|
-
* 偏移量。
|
|
1316
|
-
*/
|
|
1317
|
-
Offset: number
|
|
1318
|
-
/**
|
|
1319
|
-
* 限制数目。
|
|
1320
|
-
*/
|
|
1321
|
-
Limit: number
|
|
1794
|
+
export interface DescribeOrganizationMemberEmailBindRequest {
|
|
1322
1795
|
/**
|
|
1323
|
-
* 成员Uin
|
|
1796
|
+
* 成员Uin
|
|
1324
1797
|
*/
|
|
1325
1798
|
MemberUin: number
|
|
1326
|
-
/**
|
|
1327
|
-
* 策略ID。
|
|
1328
|
-
*/
|
|
1329
|
-
PolicyId: number
|
|
1330
1799
|
}
|
|
1331
1800
|
|
|
1332
1801
|
/**
|
|
1333
|
-
*
|
|
1802
|
+
* 企业组织成员
|
|
1334
1803
|
*/
|
|
1335
|
-
export interface
|
|
1804
|
+
export interface OrgMember {
|
|
1336
1805
|
/**
|
|
1337
|
-
* 成员Uin
|
|
1806
|
+
* 成员Uin
|
|
1807
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1338
1808
|
*/
|
|
1339
1809
|
MemberUin: number
|
|
1340
1810
|
/**
|
|
1341
|
-
*
|
|
1342
|
-
|
|
1343
|
-
PolicyId: number
|
|
1344
|
-
/**
|
|
1345
|
-
* 组织子账号Uin。
|
|
1346
|
-
*/
|
|
1347
|
-
OrgSubAccountUin: number
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
/**
|
|
1351
|
-
* ListOrganizationIdentity请求参数结构体
|
|
1352
|
-
*/
|
|
1353
|
-
export interface ListOrganizationIdentityRequest {
|
|
1354
|
-
/**
|
|
1355
|
-
* 偏移量。取值是limit的整数倍。默认值 : 0。
|
|
1811
|
+
* 成员名
|
|
1812
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1356
1813
|
*/
|
|
1357
|
-
|
|
1814
|
+
Name: string
|
|
1358
1815
|
/**
|
|
1359
|
-
*
|
|
1816
|
+
* 成员类型,邀请:Invite, 创建:Create
|
|
1817
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1360
1818
|
*/
|
|
1361
|
-
|
|
1819
|
+
MemberType: string
|
|
1362
1820
|
/**
|
|
1363
|
-
*
|
|
1821
|
+
* 关系策略类型
|
|
1822
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1364
1823
|
*/
|
|
1365
|
-
|
|
1824
|
+
OrgPolicyType: string
|
|
1366
1825
|
/**
|
|
1367
|
-
*
|
|
1826
|
+
* 关系策略名
|
|
1827
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1368
1828
|
*/
|
|
1369
|
-
|
|
1829
|
+
OrgPolicyName: string
|
|
1370
1830
|
/**
|
|
1371
|
-
*
|
|
1831
|
+
* 关系策略权限
|
|
1832
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1372
1833
|
*/
|
|
1373
|
-
|
|
1374
|
-
}
|
|
1375
|
-
|
|
1376
|
-
/**
|
|
1377
|
-
* DeleteOrganizationIdentity返回参数结构体
|
|
1378
|
-
*/
|
|
1379
|
-
export interface DeleteOrganizationIdentityResponse {
|
|
1834
|
+
OrgPermission: Array<OrgPermission>
|
|
1380
1835
|
/**
|
|
1381
|
-
*
|
|
1836
|
+
* 所属节点ID
|
|
1837
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1382
1838
|
*/
|
|
1383
|
-
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
/**
|
|
1387
|
-
* DescribeOrganizationFinancialByMember返回参数结构体
|
|
1388
|
-
*/
|
|
1389
|
-
export interface DescribeOrganizationFinancialByMemberResponse {
|
|
1839
|
+
NodeId: number
|
|
1390
1840
|
/**
|
|
1391
|
-
*
|
|
1841
|
+
* 所属节点名
|
|
1392
1842
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1393
1843
|
*/
|
|
1394
|
-
|
|
1844
|
+
NodeName: string
|
|
1395
1845
|
/**
|
|
1396
|
-
*
|
|
1846
|
+
* 备注
|
|
1397
1847
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1398
1848
|
*/
|
|
1399
|
-
|
|
1849
|
+
Remark: string
|
|
1400
1850
|
/**
|
|
1401
|
-
*
|
|
1851
|
+
* 创建时间
|
|
1402
1852
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1403
1853
|
*/
|
|
1404
|
-
|
|
1854
|
+
CreateTime: string
|
|
1405
1855
|
/**
|
|
1406
|
-
*
|
|
1856
|
+
* 更新时间
|
|
1857
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1407
1858
|
*/
|
|
1408
|
-
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
/**
|
|
1412
|
-
* DeleteOrganization返回参数结构体
|
|
1413
|
-
*/
|
|
1414
|
-
export interface DeleteOrganizationResponse {
|
|
1859
|
+
UpdateTime: string
|
|
1415
1860
|
/**
|
|
1416
|
-
*
|
|
1861
|
+
* 是否允许成员退出。允许:Allow,不允许:Denied。
|
|
1862
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1417
1863
|
*/
|
|
1418
|
-
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
|
-
/**
|
|
1422
|
-
* DescribeOrganizationMemberAuthAccounts返回参数结构体
|
|
1423
|
-
*/
|
|
1424
|
-
export interface DescribeOrganizationMemberAuthAccountsResponse {
|
|
1864
|
+
IsAllowQuit: string
|
|
1425
1865
|
/**
|
|
1426
|
-
*
|
|
1866
|
+
* 代付者Uin
|
|
1427
1867
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1428
1868
|
*/
|
|
1429
|
-
|
|
1869
|
+
PayUin: string
|
|
1430
1870
|
/**
|
|
1431
|
-
*
|
|
1871
|
+
* 代付者名称
|
|
1432
1872
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1433
1873
|
*/
|
|
1434
|
-
|
|
1874
|
+
PayName: string
|
|
1435
1875
|
/**
|
|
1436
|
-
*
|
|
1876
|
+
* 管理身份
|
|
1877
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1437
1878
|
*/
|
|
1438
|
-
|
|
1439
|
-
}
|
|
1440
|
-
|
|
1441
|
-
/**
|
|
1442
|
-
* DescribeOrganization请求参数结构体
|
|
1443
|
-
*/
|
|
1444
|
-
export interface DescribeOrganizationRequest {
|
|
1879
|
+
OrgIdentity: Array<MemberIdentity>
|
|
1445
1880
|
/**
|
|
1446
|
-
*
|
|
1881
|
+
* 安全信息绑定状态 未绑定:Unbound,待激活:Valid,绑定成功:Success,绑定失败:Failed
|
|
1882
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1447
1883
|
*/
|
|
1448
|
-
|
|
1884
|
+
BindStatus: string
|
|
1449
1885
|
/**
|
|
1450
|
-
*
|
|
1886
|
+
* 成员权限状态 已确认:Confirmed ,待确认:UnConfirmed
|
|
1887
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1451
1888
|
*/
|
|
1452
|
-
|
|
1889
|
+
PermissionStatus: string
|
|
1453
1890
|
}
|
|
1454
1891
|
|
|
1455
1892
|
/**
|
|
1456
|
-
*
|
|
1893
|
+
* MoveOrganizationNodeMembers返回参数结构体
|
|
1457
1894
|
*/
|
|
1458
|
-
export interface
|
|
1895
|
+
export interface MoveOrganizationNodeMembersResponse {
|
|
1459
1896
|
/**
|
|
1460
1897
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1461
1898
|
*/
|
|
@@ -1512,78 +1949,133 @@ export interface OrgMemberAuthIdentity {
|
|
|
1512
1949
|
*/
|
|
1513
1950
|
MemberUin?: number
|
|
1514
1951
|
/**
|
|
1515
|
-
* 成员名称。
|
|
1952
|
+
* 成员名称。
|
|
1953
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1954
|
+
*/
|
|
1955
|
+
MemberName?: string
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
/**
|
|
1959
|
+
* 企业组织单元
|
|
1960
|
+
*/
|
|
1961
|
+
export interface OrgNode {
|
|
1962
|
+
/**
|
|
1963
|
+
* 组织节点ID
|
|
1964
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1965
|
+
*/
|
|
1966
|
+
NodeId: number
|
|
1967
|
+
/**
|
|
1968
|
+
* 名称
|
|
1969
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1970
|
+
*/
|
|
1971
|
+
Name: string
|
|
1972
|
+
/**
|
|
1973
|
+
* 父节点ID
|
|
1974
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1975
|
+
*/
|
|
1976
|
+
ParentNodeId: number
|
|
1977
|
+
/**
|
|
1978
|
+
* 备注
|
|
1979
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1980
|
+
*/
|
|
1981
|
+
Remark: string
|
|
1982
|
+
/**
|
|
1983
|
+
* 创建时间
|
|
1984
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1985
|
+
*/
|
|
1986
|
+
CreateTime: string
|
|
1987
|
+
/**
|
|
1988
|
+
* 更新时间
|
|
1516
1989
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1517
1990
|
*/
|
|
1518
|
-
|
|
1991
|
+
UpdateTime: string
|
|
1519
1992
|
}
|
|
1520
1993
|
|
|
1521
1994
|
/**
|
|
1522
|
-
*
|
|
1995
|
+
* DeleteAccount请求参数结构体
|
|
1523
1996
|
*/
|
|
1524
|
-
export interface
|
|
1997
|
+
export interface DeleteAccountRequest {
|
|
1525
1998
|
/**
|
|
1526
|
-
* 成员uin
|
|
1527
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1999
|
+
* 成员uin。
|
|
1528
2000
|
*/
|
|
1529
2001
|
MemberUin: number
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
/**
|
|
2005
|
+
* CreateOrganizationMemberAuthIdentity请求参数结构体
|
|
2006
|
+
*/
|
|
2007
|
+
export interface CreateOrganizationMemberAuthIdentityRequest {
|
|
1530
2008
|
/**
|
|
1531
|
-
*
|
|
1532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2009
|
+
* 成员uin列表。最多10个
|
|
1533
2010
|
*/
|
|
1534
|
-
|
|
2011
|
+
MemberUins: Array<number | bigint>
|
|
2012
|
+
/**
|
|
2013
|
+
* 身份Id列表。最多5个
|
|
2014
|
+
*/
|
|
2015
|
+
IdentityIds: Array<number | bigint>
|
|
1535
2016
|
}
|
|
1536
2017
|
|
|
1537
2018
|
/**
|
|
1538
|
-
*
|
|
2019
|
+
* DescribeOrganizationFinancialByMember请求参数结构体
|
|
1539
2020
|
*/
|
|
1540
|
-
export interface
|
|
2021
|
+
export interface DescribeOrganizationFinancialByMemberRequest {
|
|
1541
2022
|
/**
|
|
1542
|
-
*
|
|
2023
|
+
* 查询开始月份。格式:yyyy-mm,例如:2021-01。
|
|
1543
2024
|
*/
|
|
1544
|
-
|
|
2025
|
+
Month: string
|
|
1545
2026
|
/**
|
|
1546
|
-
*
|
|
2027
|
+
* 限制数目。取值范围:1~50,默认值:10
|
|
1547
2028
|
*/
|
|
1548
|
-
|
|
2029
|
+
Limit?: number
|
|
1549
2030
|
/**
|
|
1550
|
-
*
|
|
2031
|
+
* 偏移量。取值是limit的整数倍,默认值 : 0
|
|
1551
2032
|
*/
|
|
1552
|
-
|
|
2033
|
+
Offset?: number
|
|
1553
2034
|
/**
|
|
1554
|
-
*
|
|
2035
|
+
* 查询结束月份。格式:yyyy-mm,例如:2021-01,默认值为查询开始月份。
|
|
1555
2036
|
*/
|
|
1556
|
-
|
|
2037
|
+
EndMonth?: string
|
|
1557
2038
|
/**
|
|
1558
|
-
*
|
|
2039
|
+
* 查询成员列表。 最大100个
|
|
1559
2040
|
*/
|
|
1560
|
-
|
|
2041
|
+
MemberUins?: Array<number | bigint>
|
|
1561
2042
|
/**
|
|
1562
|
-
*
|
|
2043
|
+
* 查询产品列表。 最大100个
|
|
1563
2044
|
*/
|
|
1564
|
-
|
|
2045
|
+
ProductCodes?: Array<string>
|
|
2046
|
+
}
|
|
2047
|
+
|
|
2048
|
+
/**
|
|
2049
|
+
* DescribeOrganizationFinancialByMonth请求参数结构体
|
|
2050
|
+
*/
|
|
2051
|
+
export interface DescribeOrganizationFinancialByMonthRequest {
|
|
1565
2052
|
/**
|
|
1566
|
-
*
|
|
2053
|
+
* 查询月数。取值范围:1~6,默认值:6
|
|
1567
2054
|
*/
|
|
1568
|
-
|
|
2055
|
+
Limit?: number
|
|
1569
2056
|
/**
|
|
1570
|
-
*
|
|
2057
|
+
* 查询结束月份。格式:yyyy-mm,例如:2021-01
|
|
1571
2058
|
*/
|
|
1572
|
-
|
|
2059
|
+
EndMonth?: string
|
|
1573
2060
|
/**
|
|
1574
|
-
*
|
|
2061
|
+
* 查询成员列表。 最大100个
|
|
1575
2062
|
*/
|
|
1576
|
-
|
|
2063
|
+
MemberUins?: Array<number | bigint>
|
|
1577
2064
|
/**
|
|
1578
|
-
*
|
|
2065
|
+
* 查询产品列表。 最大100个
|
|
1579
2066
|
*/
|
|
1580
|
-
|
|
2067
|
+
ProductCodes?: Array<string>
|
|
1581
2068
|
}
|
|
1582
2069
|
|
|
1583
2070
|
/**
|
|
1584
|
-
*
|
|
2071
|
+
* CreateOrganizationMembersPolicy返回参数结构体
|
|
1585
2072
|
*/
|
|
1586
|
-
export interface
|
|
2073
|
+
export interface CreateOrganizationMembersPolicyResponse {
|
|
2074
|
+
/**
|
|
2075
|
+
* 策略ID。
|
|
2076
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2077
|
+
*/
|
|
2078
|
+
PolicyId?: number
|
|
1587
2079
|
/**
|
|
1588
2080
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1589
2081
|
*/
|
|
@@ -1591,91 +2083,84 @@ export interface MoveOrganizationNodeMembersResponse {
|
|
|
1591
2083
|
}
|
|
1592
2084
|
|
|
1593
2085
|
/**
|
|
1594
|
-
*
|
|
2086
|
+
* DeleteShareUnitResources返回参数结构体
|
|
1595
2087
|
*/
|
|
1596
|
-
export interface
|
|
1597
|
-
/**
|
|
1598
|
-
* 偏移量。取值是limit的整数倍,默认值 : 0
|
|
1599
|
-
*/
|
|
1600
|
-
Offset: number
|
|
1601
|
-
/**
|
|
1602
|
-
* 限制数目。取值范围:1~50,默认值:10
|
|
1603
|
-
*/
|
|
1604
|
-
Limit: number
|
|
1605
|
-
/**
|
|
1606
|
-
* 国际站:en,国内站:zh
|
|
1607
|
-
*/
|
|
1608
|
-
Lang?: string
|
|
1609
|
-
/**
|
|
1610
|
-
* 成员名称或者成员ID搜索。
|
|
1611
|
-
*/
|
|
1612
|
-
SearchKey?: string
|
|
1613
|
-
/**
|
|
1614
|
-
* 主体名称搜索。
|
|
1615
|
-
*/
|
|
1616
|
-
AuthName?: string
|
|
2088
|
+
export interface DeleteShareUnitResourcesResponse {
|
|
1617
2089
|
/**
|
|
1618
|
-
*
|
|
2090
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1619
2091
|
*/
|
|
1620
|
-
|
|
2092
|
+
RequestId?: string
|
|
1621
2093
|
}
|
|
1622
2094
|
|
|
1623
2095
|
/**
|
|
1624
|
-
*
|
|
2096
|
+
* CreateOrganizationIdentity返回参数结构体
|
|
1625
2097
|
*/
|
|
1626
|
-
export interface
|
|
2098
|
+
export interface CreateOrganizationIdentityResponse {
|
|
1627
2099
|
/**
|
|
1628
|
-
* 身份ID
|
|
2100
|
+
* 身份ID
|
|
1629
2101
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1630
2102
|
*/
|
|
1631
|
-
IdentityId
|
|
2103
|
+
IdentityId?: number
|
|
1632
2104
|
/**
|
|
1633
|
-
*
|
|
1634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2105
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1635
2106
|
*/
|
|
1636
|
-
|
|
2107
|
+
RequestId?: string
|
|
1637
2108
|
}
|
|
1638
2109
|
|
|
1639
2110
|
/**
|
|
1640
|
-
*
|
|
2111
|
+
* UpdateOrganizationIdentity返回参数结构体
|
|
1641
2112
|
*/
|
|
1642
|
-
export interface
|
|
2113
|
+
export interface UpdateOrganizationIdentityResponse {
|
|
1643
2114
|
/**
|
|
1644
|
-
*
|
|
1645
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2115
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1646
2116
|
*/
|
|
1647
|
-
|
|
2117
|
+
RequestId?: string
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
/**
|
|
2121
|
+
* DescribeOrganizationNodes返回参数结构体
|
|
2122
|
+
*/
|
|
2123
|
+
export interface DescribeOrganizationNodesResponse {
|
|
1648
2124
|
/**
|
|
1649
|
-
*
|
|
2125
|
+
* 总数。
|
|
1650
2126
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1651
2127
|
*/
|
|
1652
|
-
|
|
2128
|
+
Total: number
|
|
1653
2129
|
/**
|
|
1654
|
-
*
|
|
2130
|
+
* 列表详情。
|
|
1655
2131
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1656
2132
|
*/
|
|
1657
|
-
|
|
2133
|
+
Items: Array<OrgNode>
|
|
1658
2134
|
/**
|
|
1659
|
-
*
|
|
1660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2135
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1661
2136
|
*/
|
|
1662
|
-
|
|
2137
|
+
RequestId?: string
|
|
2138
|
+
}
|
|
2139
|
+
|
|
2140
|
+
/**
|
|
2141
|
+
* DeleteOrganizationMembersPolicy请求参数结构体
|
|
2142
|
+
*/
|
|
2143
|
+
export interface DeleteOrganizationMembersPolicyRequest {
|
|
1663
2144
|
/**
|
|
1664
|
-
*
|
|
1665
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2145
|
+
* 访问策略ID。
|
|
1666
2146
|
*/
|
|
1667
|
-
|
|
2147
|
+
PolicyId: number
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2150
|
+
/**
|
|
2151
|
+
* DeleteOrganizationIdentity请求参数结构体
|
|
2152
|
+
*/
|
|
2153
|
+
export interface DeleteOrganizationIdentityRequest {
|
|
1668
2154
|
/**
|
|
1669
|
-
*
|
|
1670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2155
|
+
* 身份ID
|
|
1671
2156
|
*/
|
|
1672
|
-
|
|
2157
|
+
IdentityId: number
|
|
1673
2158
|
}
|
|
1674
2159
|
|
|
1675
2160
|
/**
|
|
1676
|
-
*
|
|
2161
|
+
* UpdateOrganizationNode返回参数结构体
|
|
1677
2162
|
*/
|
|
1678
|
-
export interface
|
|
2163
|
+
export interface UpdateOrganizationNodeResponse {
|
|
1679
2164
|
/**
|
|
1680
2165
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1681
2166
|
*/
|
|
@@ -1683,65 +2168,83 @@ export interface DeleteOrganizationMemberAuthIdentityResponse {
|
|
|
1683
2168
|
}
|
|
1684
2169
|
|
|
1685
2170
|
/**
|
|
1686
|
-
*
|
|
2171
|
+
* DeleteOrganizationNodes返回参数结构体
|
|
1687
2172
|
*/
|
|
1688
|
-
export interface
|
|
2173
|
+
export interface DeleteOrganizationNodesResponse {
|
|
1689
2174
|
/**
|
|
1690
|
-
*
|
|
2175
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1691
2176
|
*/
|
|
1692
|
-
|
|
2177
|
+
RequestId?: string
|
|
2178
|
+
}
|
|
2179
|
+
|
|
2180
|
+
/**
|
|
2181
|
+
* DescribeOrganizationFinancialByMember返回参数结构体
|
|
2182
|
+
*/
|
|
2183
|
+
export interface DescribeOrganizationFinancialByMemberResponse {
|
|
1693
2184
|
/**
|
|
1694
|
-
*
|
|
2185
|
+
* 当月总消耗。
|
|
2186
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1695
2187
|
*/
|
|
1696
|
-
|
|
2188
|
+
TotalCost?: number
|
|
1697
2189
|
/**
|
|
1698
|
-
*
|
|
2190
|
+
* 成员消耗详情。
|
|
2191
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1699
2192
|
*/
|
|
1700
|
-
|
|
2193
|
+
Items?: Array<OrgMemberFinancial>
|
|
1701
2194
|
/**
|
|
1702
|
-
*
|
|
2195
|
+
* 总数目。
|
|
2196
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1703
2197
|
*/
|
|
1704
|
-
|
|
2198
|
+
Total?: number
|
|
1705
2199
|
/**
|
|
1706
|
-
*
|
|
2200
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1707
2201
|
*/
|
|
1708
|
-
|
|
2202
|
+
RequestId?: string
|
|
1709
2203
|
}
|
|
1710
2204
|
|
|
1711
2205
|
/**
|
|
1712
|
-
*
|
|
2206
|
+
* 产品资源
|
|
1713
2207
|
*/
|
|
1714
|
-
export interface
|
|
2208
|
+
export interface ProductResource {
|
|
1715
2209
|
/**
|
|
1716
|
-
*
|
|
1717
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2210
|
+
* 产品资源ID。
|
|
1718
2211
|
*/
|
|
1719
|
-
|
|
2212
|
+
ProductResourceId: string
|
|
1720
2213
|
/**
|
|
1721
|
-
*
|
|
1722
|
-
|
|
2214
|
+
* 资源六段式最后一节
|
|
2215
|
+
* @deprecated
|
|
1723
2216
|
*/
|
|
1724
|
-
|
|
2217
|
+
ResourceGrantLast?: string
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
/**
|
|
2221
|
+
* DeleteShareUnit请求参数结构体
|
|
2222
|
+
*/
|
|
2223
|
+
export interface DeleteShareUnitRequest {
|
|
1725
2224
|
/**
|
|
1726
|
-
*
|
|
1727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2225
|
+
* 共享单元ID。
|
|
1728
2226
|
*/
|
|
1729
|
-
|
|
2227
|
+
UnitId: string
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
/**
|
|
2231
|
+
* DescribeOrganizationMemberPolicies返回参数结构体
|
|
2232
|
+
*/
|
|
2233
|
+
export interface DescribeOrganizationMemberPoliciesResponse {
|
|
1730
2234
|
/**
|
|
1731
|
-
*
|
|
2235
|
+
* 列表。
|
|
1732
2236
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1733
2237
|
*/
|
|
1734
|
-
|
|
2238
|
+
Items: Array<OrgMemberPolicy>
|
|
1735
2239
|
/**
|
|
1736
|
-
*
|
|
2240
|
+
* 总数目。
|
|
1737
2241
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1738
2242
|
*/
|
|
1739
|
-
|
|
2243
|
+
Total: number
|
|
1740
2244
|
/**
|
|
1741
|
-
*
|
|
1742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2245
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1743
2246
|
*/
|
|
1744
|
-
|
|
2247
|
+
RequestId?: string
|
|
1745
2248
|
}
|
|
1746
2249
|
|
|
1747
2250
|
/**
|
|
@@ -1758,6 +2261,24 @@ export interface DeleteOrganizationMemberAuthIdentityRequest {
|
|
|
1758
2261
|
IdentityId: number
|
|
1759
2262
|
}
|
|
1760
2263
|
|
|
2264
|
+
/**
|
|
2265
|
+
* 共享地域
|
|
2266
|
+
*/
|
|
2267
|
+
export interface ShareArea {
|
|
2268
|
+
/**
|
|
2269
|
+
* 地域名称。
|
|
2270
|
+
*/
|
|
2271
|
+
Name?: string
|
|
2272
|
+
/**
|
|
2273
|
+
* 地域标识。
|
|
2274
|
+
*/
|
|
2275
|
+
Area?: string
|
|
2276
|
+
/**
|
|
2277
|
+
* 地域ID。
|
|
2278
|
+
*/
|
|
2279
|
+
AreaId?: number
|
|
2280
|
+
}
|
|
2281
|
+
|
|
1761
2282
|
/**
|
|
1762
2283
|
* DeleteAccount返回参数结构体
|
|
1763
2284
|
*/
|