tencentcloud-sdk-nodejs-organization 4.1.192 → 4.1.210
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
|
@@ -2039,7 +2039,7 @@ export interface AddExternalSAMLIdPCertificateResponse {
|
|
|
2039
2039
|
*/
|
|
2040
2040
|
export interface CreateOrganizationMemberResponse {
|
|
2041
2041
|
/**
|
|
2042
|
-
*
|
|
2042
|
+
* <p>成员Uin。</p>
|
|
2043
2043
|
*/
|
|
2044
2044
|
Uin?: number;
|
|
2045
2045
|
/**
|
|
@@ -4525,47 +4525,47 @@ export interface UpdateOrganizationMembersPolicyRequest {
|
|
|
4525
4525
|
*/
|
|
4526
4526
|
export interface CreateOrganizationMemberRequest {
|
|
4527
4527
|
/**
|
|
4528
|
-
*
|
|
4528
|
+
* <p>成员名称。最大长度为25个字符,支持英文字母、数字、汉字、符号+@、&._[]-:,</p>
|
|
4529
4529
|
*/
|
|
4530
4530
|
Name: string;
|
|
4531
4531
|
/**
|
|
4532
|
-
*
|
|
4532
|
+
* <p>关系策略。取值:Financial</p>
|
|
4533
4533
|
*/
|
|
4534
4534
|
PolicyType: string;
|
|
4535
4535
|
/**
|
|
4536
|
-
*
|
|
4536
|
+
* <p>成员财务权限ID列表。取值:1-查看账单、2-查看余额、3-资金划拨(若需要开启资金划拨权限,请联系您的商务经理内部开通。)、4-合并出账、5-开票、6-优惠继承、7-代付费、8-成本分析、9-预算管理、10-信用额度设置(若需要开启信用额度设置权限,请联系您的商务经理内部开通。),1、2 默认必须</p>
|
|
4537
4537
|
*/
|
|
4538
4538
|
PermissionIds: Array<number | bigint>;
|
|
4539
4539
|
/**
|
|
4540
|
-
*
|
|
4540
|
+
* <p>成员所属部门的节点ID。可以通过<a href="https://cloud.tencent.com/document/product/850/82926">DescribeOrganizationNodes</a>获取</p>
|
|
4541
4541
|
*/
|
|
4542
4542
|
NodeId: number;
|
|
4543
4543
|
/**
|
|
4544
|
-
*
|
|
4544
|
+
* <p>账号名称。最大长度为25个字符,支持英文字母、数字、汉字、符号+@、&._[]-:,</p>
|
|
4545
4545
|
*/
|
|
4546
4546
|
AccountName: string;
|
|
4547
4547
|
/**
|
|
4548
|
-
*
|
|
4548
|
+
* <p>备注。</p>
|
|
4549
4549
|
*/
|
|
4550
4550
|
Remark?: string;
|
|
4551
4551
|
/**
|
|
4552
|
-
*
|
|
4552
|
+
* <p>成员创建记录ID。创建异常重试时需要</p>
|
|
4553
4553
|
*/
|
|
4554
4554
|
RecordId?: number;
|
|
4555
4555
|
/**
|
|
4556
|
-
*
|
|
4556
|
+
* <p>代付者Uin。成员代付费时需要</p>
|
|
4557
4557
|
*/
|
|
4558
4558
|
PayUin?: string;
|
|
4559
4559
|
/**
|
|
4560
|
-
*
|
|
4560
|
+
* <p>成员访问身份ID列表。可以调用ListOrganizationIdentity获取,1默认支持</p>
|
|
4561
4561
|
*/
|
|
4562
4562
|
IdentityRoleID?: Array<number | bigint>;
|
|
4563
4563
|
/**
|
|
4564
|
-
*
|
|
4564
|
+
* <p>认证主体关系ID。给不同主体创建成员时需要,可以调用DescribeOrganizationAuthNode获取</p>
|
|
4565
4565
|
*/
|
|
4566
4566
|
AuthRelationId?: number;
|
|
4567
4567
|
/**
|
|
4568
|
-
*
|
|
4568
|
+
* <p>成员标签列表。最大10个</p>
|
|
4569
4569
|
*/
|
|
4570
4570
|
Tags?: Array<Tag>;
|
|
4571
4571
|
}
|