tencentcloud-sdk-nodejs-organization 4.1.244 → 4.1.257
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
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const organization: {
|
|
2
|
-
v20181225: {
|
|
3
|
-
Client: typeof import("./v20181225/organization_client").Client;
|
|
4
|
-
Models: typeof import("./v20181225/organization_models");
|
|
5
|
-
};
|
|
6
2
|
v20210331: {
|
|
7
3
|
Client: typeof import("./v20210331/organization_client").Client;
|
|
8
4
|
Models: typeof import("./v20210331/organization_models");
|
|
9
5
|
};
|
|
6
|
+
v20181225: {
|
|
7
|
+
Client: typeof import("./v20181225/organization_client").Client;
|
|
8
|
+
Models: typeof import("./v20181225/organization_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.organization = void 0;
|
|
4
|
-
const v20181225_1 = require("./v20181225");
|
|
5
4
|
const v20210331_1 = require("./v20210331");
|
|
5
|
+
const v20181225_1 = require("./v20181225");
|
|
6
6
|
exports.organization = {
|
|
7
|
-
v20181225: v20181225_1.v20181225,
|
|
8
7
|
v20210331: v20210331_1.v20210331,
|
|
8
|
+
v20181225: v20181225_1.v20181225,
|
|
9
9
|
};
|
|
@@ -4129,41 +4129,49 @@ export interface OpenIdentityCenterResponse {
|
|
|
4129
4129
|
*/
|
|
4130
4130
|
export interface NotAllowReason {
|
|
4131
4131
|
/**
|
|
4132
|
-
*
|
|
4132
|
+
* <p>是否创建的成员。true-是、false-否;成员不是创建的成员不允许删除</p>
|
|
4133
4133
|
*/
|
|
4134
4134
|
IsCreateMember?: boolean;
|
|
4135
4135
|
/**
|
|
4136
|
-
*
|
|
4136
|
+
* <p>成员删除许可。true-开启、false-关闭;成员删除许可关闭时不允许删除</p>
|
|
4137
4137
|
*/
|
|
4138
4138
|
DeletionPermission?: boolean;
|
|
4139
4139
|
/**
|
|
4140
|
-
*
|
|
4140
|
+
* <p>是否可信服务委派管理员。true-是、false-否;成员是可信服务委派管理员不允许删除</p>
|
|
4141
4141
|
*/
|
|
4142
4142
|
IsAssignManager?: boolean;
|
|
4143
4143
|
/**
|
|
4144
|
-
*
|
|
4144
|
+
* <p>是否主体管理员。true-是、false-否;成员是主体管理员不允许删除</p>
|
|
4145
4145
|
*/
|
|
4146
4146
|
IsAuthManager?: boolean;
|
|
4147
4147
|
/**
|
|
4148
|
-
*
|
|
4148
|
+
* <p>是否共享资源管理员。true-是、false-否;成员是共享资源管理员不允许删除</p>
|
|
4149
4149
|
*/
|
|
4150
4150
|
IsShareManager?: boolean;
|
|
4151
4151
|
/**
|
|
4152
|
-
*
|
|
4152
|
+
* <p>成员是否设置了操作审批。true-是、false-否;成员设置了操作审批时不允许删除</p>
|
|
4153
4153
|
*/
|
|
4154
4154
|
OperateProcess?: boolean;
|
|
4155
4155
|
/**
|
|
4156
|
-
*
|
|
4156
|
+
* <p>是否允许解除成员财务权限。true-是、false-否;成员不能解除财务权限时不允许删除</p>
|
|
4157
4157
|
*/
|
|
4158
4158
|
BillingPermission?: boolean;
|
|
4159
4159
|
/**
|
|
4160
|
-
*
|
|
4160
|
+
* <p>存在的资源列表。账号存在资源时不允许删除</p>
|
|
4161
4161
|
*/
|
|
4162
4162
|
ExistResources?: Array<string>;
|
|
4163
4163
|
/**
|
|
4164
|
-
*
|
|
4164
|
+
* <p>检测失败的资源列表。账号有资源检测失败时不允许删除。</p>
|
|
4165
4165
|
*/
|
|
4166
4166
|
DetectFailedResources?: Array<string>;
|
|
4167
|
+
/**
|
|
4168
|
+
* <p>是否部署身份中心权限。部署权限不允许删除</p><p>枚举值:</p><ul><li>true: 是</li><li>false: 否</li></ul>
|
|
4169
|
+
*/
|
|
4170
|
+
CICRoleConfig?: boolean;
|
|
4171
|
+
/**
|
|
4172
|
+
* <p>是否同步身份中心用户。同步用户不允许删除</p><p>枚举值:</p><ul><li>true: 是</li><li>false: 否</li></ul>
|
|
4173
|
+
*/
|
|
4174
|
+
CICUserConfig?: boolean;
|
|
4167
4175
|
}
|
|
4168
4176
|
/**
|
|
4169
4177
|
* ListUsers请求参数结构体
|