tencentcloud-sdk-nodejs-organization 4.1.97 → 4.1.99
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/package.json
CHANGED
|
@@ -3407,23 +3407,23 @@ export interface AddOrganizationMemberEmailResponse {
|
|
|
3407
3407
|
*/
|
|
3408
3408
|
export interface DescribeResourceToShareMemberRequest {
|
|
3409
3409
|
/**
|
|
3410
|
-
*
|
|
3410
|
+
* 共享地域。可通过接口[DescribeShareAreas](https://cloud.tencent.com/document/product/850/103050)获取支持共享的地域。
|
|
3411
3411
|
*/
|
|
3412
3412
|
Area: string;
|
|
3413
3413
|
/**
|
|
3414
|
-
*
|
|
3414
|
+
* 偏移量。取值是limit的整数倍。默认值 : 0。
|
|
3415
3415
|
*/
|
|
3416
3416
|
Offset: number;
|
|
3417
3417
|
/**
|
|
3418
|
-
*
|
|
3418
|
+
* 限制数目。取值范围:1~50。
|
|
3419
3419
|
*/
|
|
3420
3420
|
Limit: number;
|
|
3421
3421
|
/**
|
|
3422
|
-
* 搜索关键字,支持业务资源ID
|
|
3422
|
+
* 搜索关键字,支持业务资源ID搜索。
|
|
3423
3423
|
*/
|
|
3424
3424
|
SearchKey?: string;
|
|
3425
3425
|
/**
|
|
3426
|
-
*
|
|
3426
|
+
* 共享资源类型。支持共享的资源类型,请参见[资源共享概述](https://cloud.tencent.com/document/product/850/59489)
|
|
3427
3427
|
*/
|
|
3428
3428
|
Type?: string;
|
|
3429
3429
|
/**
|
|
@@ -5179,34 +5179,33 @@ export interface UpdateCustomPolicyForRoleConfigurationRequest {
|
|
|
5179
5179
|
*/
|
|
5180
5180
|
export interface ShareResourceToMember {
|
|
5181
5181
|
/**
|
|
5182
|
-
*
|
|
5182
|
+
* 共享单元资源ID。
|
|
5183
5183
|
*/
|
|
5184
|
-
ResourceId
|
|
5184
|
+
ResourceId?: string;
|
|
5185
5185
|
/**
|
|
5186
|
-
*
|
|
5186
|
+
* 资源类型。
|
|
5187
5187
|
*/
|
|
5188
|
-
Type
|
|
5188
|
+
Type?: string;
|
|
5189
5189
|
/**
|
|
5190
|
-
* 共享单元ID
|
|
5190
|
+
* 共享单元ID。
|
|
5191
5191
|
*/
|
|
5192
|
-
UnitId
|
|
5192
|
+
UnitId?: string;
|
|
5193
5193
|
/**
|
|
5194
|
-
*
|
|
5194
|
+
* 共享单元名称。
|
|
5195
5195
|
*/
|
|
5196
|
-
UnitName
|
|
5196
|
+
UnitName?: string;
|
|
5197
5197
|
/**
|
|
5198
|
-
*
|
|
5198
|
+
* 创建时间。
|
|
5199
5199
|
*/
|
|
5200
|
-
CreateTime
|
|
5200
|
+
CreateTime?: string;
|
|
5201
5201
|
/**
|
|
5202
|
-
* 业务资源ID
|
|
5202
|
+
* 业务资源ID。
|
|
5203
5203
|
*/
|
|
5204
|
-
ProductResourceId
|
|
5204
|
+
ProductResourceId?: string;
|
|
5205
5205
|
/**
|
|
5206
|
-
*
|
|
5207
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5206
|
+
* 共享账号Uin。
|
|
5208
5207
|
*/
|
|
5209
|
-
ShareManagerUin
|
|
5208
|
+
ShareManagerUin?: number;
|
|
5210
5209
|
}
|
|
5211
5210
|
/**
|
|
5212
5211
|
* InviteOrganizationMember返回参数结构体
|