@alicloud/eiam20211201 2.3.0 → 2.5.0
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/dist/client.d.ts +195 -0
- package/dist/client.js +624 -0
- package/dist/client.js.map +1 -1
- package/dist/models/AddCustomPrivacyPoliciesToBrandRequest.d.ts +40 -0
- package/dist/models/AddCustomPrivacyPoliciesToBrandRequest.js +65 -0
- package/dist/models/AddCustomPrivacyPoliciesToBrandRequest.js.map +1 -0
- package/dist/models/AddCustomPrivacyPoliciesToBrandResponse.d.ts +19 -0
- package/dist/models/AddCustomPrivacyPoliciesToBrandResponse.js +69 -0
- package/dist/models/AddCustomPrivacyPoliciesToBrandResponse.js.map +1 -0
- package/dist/models/AddCustomPrivacyPoliciesToBrandResponseBody.d.ts +18 -0
- package/dist/models/AddCustomPrivacyPoliciesToBrandResponseBody.js +58 -0
- package/dist/models/AddCustomPrivacyPoliciesToBrandResponseBody.js.map +1 -0
- package/dist/models/BindUserAuthnSourceMappingRequest.d.ts +53 -0
- package/dist/models/BindUserAuthnSourceMappingRequest.js +64 -0
- package/dist/models/BindUserAuthnSourceMappingRequest.js.map +1 -0
- package/dist/models/BindUserAuthnSourceMappingResponse.d.ts +19 -0
- package/dist/models/BindUserAuthnSourceMappingResponse.js +69 -0
- package/dist/models/BindUserAuthnSourceMappingResponse.js.map +1 -0
- package/dist/models/BindUserAuthnSourceMappingResponseBody.d.ts +18 -0
- package/dist/models/BindUserAuthnSourceMappingResponseBody.js +58 -0
- package/dist/models/BindUserAuthnSourceMappingResponseBody.js.map +1 -0
- package/dist/models/CreateCustomPrivacyPolicyRequest.d.ts +128 -0
- package/dist/models/CreateCustomPrivacyPolicyRequest.js +120 -0
- package/dist/models/CreateCustomPrivacyPolicyRequest.js.map +1 -0
- package/dist/models/CreateCustomPrivacyPolicyResponse.d.ts +19 -0
- package/dist/models/CreateCustomPrivacyPolicyResponse.js +69 -0
- package/dist/models/CreateCustomPrivacyPolicyResponse.js.map +1 -0
- package/dist/models/CreateCustomPrivacyPolicyResponseBody.d.ts +23 -0
- package/dist/models/CreateCustomPrivacyPolicyResponseBody.js +60 -0
- package/dist/models/CreateCustomPrivacyPolicyResponseBody.js.map +1 -0
- package/dist/models/DeleteCustomPrivacyPolicyRequest.d.ts +33 -0
- package/dist/models/DeleteCustomPrivacyPolicyRequest.js +60 -0
- package/dist/models/DeleteCustomPrivacyPolicyRequest.js.map +1 -0
- package/dist/models/DeleteCustomPrivacyPolicyResponse.d.ts +19 -0
- package/dist/models/DeleteCustomPrivacyPolicyResponse.js +69 -0
- package/dist/models/DeleteCustomPrivacyPolicyResponse.js.map +1 -0
- package/dist/models/DeleteCustomPrivacyPolicyResponseBody.d.ts +18 -0
- package/dist/models/DeleteCustomPrivacyPolicyResponseBody.js +58 -0
- package/dist/models/DeleteCustomPrivacyPolicyResponseBody.js.map +1 -0
- package/dist/models/DisableCustomPrivacyPolicyRequest.d.ts +31 -0
- package/dist/models/DisableCustomPrivacyPolicyRequest.js +60 -0
- package/dist/models/DisableCustomPrivacyPolicyRequest.js.map +1 -0
- package/dist/models/DisableCustomPrivacyPolicyResponse.d.ts +19 -0
- package/dist/models/DisableCustomPrivacyPolicyResponse.js +69 -0
- package/dist/models/DisableCustomPrivacyPolicyResponse.js.map +1 -0
- package/dist/models/DisableCustomPrivacyPolicyResponseBody.d.ts +18 -0
- package/dist/models/DisableCustomPrivacyPolicyResponseBody.js +58 -0
- package/dist/models/DisableCustomPrivacyPolicyResponseBody.js.map +1 -0
- package/dist/models/EnableCustomPrivacyPolicyRequest.d.ts +31 -0
- package/dist/models/EnableCustomPrivacyPolicyRequest.js +60 -0
- package/dist/models/EnableCustomPrivacyPolicyRequest.js.map +1 -0
- package/dist/models/EnableCustomPrivacyPolicyResponse.d.ts +19 -0
- package/dist/models/EnableCustomPrivacyPolicyResponse.js +69 -0
- package/dist/models/EnableCustomPrivacyPolicyResponse.js.map +1 -0
- package/dist/models/EnableCustomPrivacyPolicyResponseBody.d.ts +18 -0
- package/dist/models/EnableCustomPrivacyPolicyResponseBody.js +58 -0
- package/dist/models/EnableCustomPrivacyPolicyResponseBody.js.map +1 -0
- package/dist/models/GetCustomPrivacyPolicyRequest.d.ts +33 -0
- package/dist/models/GetCustomPrivacyPolicyRequest.js +60 -0
- package/dist/models/GetCustomPrivacyPolicyRequest.js.map +1 -0
- package/dist/models/GetCustomPrivacyPolicyResponse.d.ts +19 -0
- package/dist/models/GetCustomPrivacyPolicyResponse.js +69 -0
- package/dist/models/GetCustomPrivacyPolicyResponse.js.map +1 -0
- package/dist/models/GetCustomPrivacyPolicyResponseBody.d.ts +107 -0
- package/dist/models/GetCustomPrivacyPolicyResponseBody.js +144 -0
- package/dist/models/GetCustomPrivacyPolicyResponseBody.js.map +1 -0
- package/dist/models/ListCustomPrivacyPoliciesForBrandRequest.d.ts +57 -0
- package/dist/models/ListCustomPrivacyPoliciesForBrandRequest.js +66 -0
- package/dist/models/ListCustomPrivacyPoliciesForBrandRequest.js.map +1 -0
- package/dist/models/ListCustomPrivacyPoliciesForBrandResponse.d.ts +19 -0
- package/dist/models/ListCustomPrivacyPoliciesForBrandResponse.js +69 -0
- package/dist/models/ListCustomPrivacyPoliciesForBrandResponse.js.map +1 -0
- package/dist/models/ListCustomPrivacyPoliciesForBrandResponseBody.d.ts +68 -0
- package/dist/models/ListCustomPrivacyPoliciesForBrandResponseBody.js +90 -0
- package/dist/models/ListCustomPrivacyPoliciesForBrandResponseBody.js.map +1 -0
- package/dist/models/ListCustomPrivacyPoliciesRequest.d.ts +55 -0
- package/dist/models/ListCustomPrivacyPoliciesRequest.js +66 -0
- package/dist/models/ListCustomPrivacyPoliciesRequest.js.map +1 -0
- package/dist/models/ListCustomPrivacyPoliciesResponse.d.ts +19 -0
- package/dist/models/ListCustomPrivacyPoliciesResponse.js +69 -0
- package/dist/models/ListCustomPrivacyPoliciesResponse.js.map +1 -0
- package/dist/models/ListCustomPrivacyPoliciesResponseBody.d.ts +108 -0
- package/dist/models/ListCustomPrivacyPoliciesResponseBody.js +100 -0
- package/dist/models/ListCustomPrivacyPoliciesResponseBody.js.map +1 -0
- package/dist/models/ListUserAuthnSourceMappingsRequest.d.ts +73 -0
- package/dist/models/ListUserAuthnSourceMappingsRequest.js +70 -0
- package/dist/models/ListUserAuthnSourceMappingsRequest.js.map +1 -0
- package/dist/models/ListUserAuthnSourceMappingsResponse.d.ts +19 -0
- package/dist/models/ListUserAuthnSourceMappingsResponse.js +69 -0
- package/dist/models/ListUserAuthnSourceMappingsResponse.js.map +1 -0
- package/dist/models/ListUserAuthnSourceMappingsResponseBody.d.ts +116 -0
- package/dist/models/ListUserAuthnSourceMappingsResponseBody.js +102 -0
- package/dist/models/ListUserAuthnSourceMappingsResponseBody.js.map +1 -0
- package/dist/models/RemoveCustomPrivacyPoliciesFromBrandRequest.d.ts +40 -0
- package/dist/models/RemoveCustomPrivacyPoliciesFromBrandRequest.js +65 -0
- package/dist/models/RemoveCustomPrivacyPoliciesFromBrandRequest.js.map +1 -0
- package/dist/models/RemoveCustomPrivacyPoliciesFromBrandResponse.d.ts +19 -0
- package/dist/models/RemoveCustomPrivacyPoliciesFromBrandResponse.js +69 -0
- package/dist/models/RemoveCustomPrivacyPoliciesFromBrandResponse.js.map +1 -0
- package/dist/models/RemoveCustomPrivacyPoliciesFromBrandResponseBody.d.ts +18 -0
- package/dist/models/RemoveCustomPrivacyPoliciesFromBrandResponseBody.js +58 -0
- package/dist/models/RemoveCustomPrivacyPoliciesFromBrandResponseBody.js.map +1 -0
- package/dist/models/UnbindUserAuthnSourceMappingRequest.d.ts +53 -0
- package/dist/models/UnbindUserAuthnSourceMappingRequest.js +64 -0
- package/dist/models/UnbindUserAuthnSourceMappingRequest.js.map +1 -0
- package/dist/models/UnbindUserAuthnSourceMappingResponse.d.ts +19 -0
- package/dist/models/UnbindUserAuthnSourceMappingResponse.js +69 -0
- package/dist/models/UnbindUserAuthnSourceMappingResponse.js.map +1 -0
- package/dist/models/UnbindUserAuthnSourceMappingResponseBody.d.ts +18 -0
- package/dist/models/UnbindUserAuthnSourceMappingResponseBody.js +58 -0
- package/dist/models/UnbindUserAuthnSourceMappingResponseBody.js.map +1 -0
- package/dist/models/UpdateCustomPrivacyPolicyRequest.d.ts +92 -0
- package/dist/models/UpdateCustomPrivacyPolicyRequest.js +118 -0
- package/dist/models/UpdateCustomPrivacyPolicyRequest.js.map +1 -0
- package/dist/models/UpdateCustomPrivacyPolicyResponse.d.ts +19 -0
- package/dist/models/UpdateCustomPrivacyPolicyResponse.js +69 -0
- package/dist/models/UpdateCustomPrivacyPolicyResponse.js.map +1 -0
- package/dist/models/UpdateCustomPrivacyPolicyResponseBody.d.ts +18 -0
- package/dist/models/UpdateCustomPrivacyPolicyResponseBody.js +58 -0
- package/dist/models/UpdateCustomPrivacyPolicyResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +49 -0
- package/dist/models/model.js +116 -17
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +724 -22
- package/src/models/AddCustomPrivacyPoliciesToBrandRequest.ts +60 -0
- package/src/models/AddCustomPrivacyPoliciesToBrandResponse.ts +40 -0
- package/src/models/AddCustomPrivacyPoliciesToBrandResponseBody.ts +31 -0
- package/src/models/BindUserAuthnSourceMappingRequest.ts +72 -0
- package/src/models/BindUserAuthnSourceMappingResponse.ts +40 -0
- package/src/models/BindUserAuthnSourceMappingResponseBody.ts +31 -0
- package/src/models/CreateCustomPrivacyPolicyRequest.ts +185 -0
- package/src/models/CreateCustomPrivacyPolicyResponse.ts +40 -0
- package/src/models/CreateCustomPrivacyPolicyResponseBody.ts +38 -0
- package/src/models/DeleteCustomPrivacyPolicyRequest.ts +48 -0
- package/src/models/DeleteCustomPrivacyPolicyResponse.ts +40 -0
- package/src/models/DeleteCustomPrivacyPolicyResponseBody.ts +31 -0
- package/src/models/DisableCustomPrivacyPolicyRequest.ts +46 -0
- package/src/models/DisableCustomPrivacyPolicyResponse.ts +40 -0
- package/src/models/DisableCustomPrivacyPolicyResponseBody.ts +31 -0
- package/src/models/EnableCustomPrivacyPolicyRequest.ts +46 -0
- package/src/models/EnableCustomPrivacyPolicyResponse.ts +40 -0
- package/src/models/EnableCustomPrivacyPolicyResponseBody.ts +31 -0
- package/src/models/GetCustomPrivacyPolicyRequest.ts +48 -0
- package/src/models/GetCustomPrivacyPolicyResponse.ts +40 -0
- package/src/models/GetCustomPrivacyPolicyResponseBody.ts +179 -0
- package/src/models/ListCustomPrivacyPoliciesForBrandRequest.ts +78 -0
- package/src/models/ListCustomPrivacyPoliciesForBrandResponse.ts +40 -0
- package/src/models/ListCustomPrivacyPoliciesForBrandResponseBody.ts +104 -0
- package/src/models/ListCustomPrivacyPoliciesRequest.ts +76 -0
- package/src/models/ListCustomPrivacyPoliciesResponse.ts +40 -0
- package/src/models/ListCustomPrivacyPoliciesResponseBody.ts +154 -0
- package/src/models/ListUserAuthnSourceMappingsRequest.ts +98 -0
- package/src/models/ListUserAuthnSourceMappingsResponse.ts +40 -0
- package/src/models/ListUserAuthnSourceMappingsResponseBody.ts +164 -0
- package/src/models/RemoveCustomPrivacyPoliciesFromBrandRequest.ts +60 -0
- package/src/models/RemoveCustomPrivacyPoliciesFromBrandResponse.ts +40 -0
- package/src/models/RemoveCustomPrivacyPoliciesFromBrandResponseBody.ts +31 -0
- package/src/models/UnbindUserAuthnSourceMappingRequest.ts +72 -0
- package/src/models/UnbindUserAuthnSourceMappingResponse.ts +40 -0
- package/src/models/UnbindUserAuthnSourceMappingResponseBody.ts +31 -0
- package/src/models/UpdateCustomPrivacyPolicyRequest.ts +147 -0
- package/src/models/UpdateCustomPrivacyPolicyResponse.ts +40 -0
- package/src/models/UpdateCustomPrivacyPolicyResponseBody.ts +31 -0
- package/src/models/model.ts +49 -0
package/dist/client.d.ts
CHANGED
|
@@ -23,6 +23,21 @@ export default class Client extends OpenApi {
|
|
|
23
23
|
* @returns AddApplicationAccountToUserResponse
|
|
24
24
|
*/
|
|
25
25
|
addApplicationAccountToUser(request: $_model.AddApplicationAccountToUserRequest): Promise<$_model.AddApplicationAccountToUserResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* 添加条款到品牌
|
|
28
|
+
*
|
|
29
|
+
* @param request - AddCustomPrivacyPoliciesToBrandRequest
|
|
30
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
31
|
+
* @returns AddCustomPrivacyPoliciesToBrandResponse
|
|
32
|
+
*/
|
|
33
|
+
addCustomPrivacyPoliciesToBrandWithOptions(request: $_model.AddCustomPrivacyPoliciesToBrandRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddCustomPrivacyPoliciesToBrandResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* 添加条款到品牌
|
|
36
|
+
*
|
|
37
|
+
* @param request - AddCustomPrivacyPoliciesToBrandRequest
|
|
38
|
+
* @returns AddCustomPrivacyPoliciesToBrandResponse
|
|
39
|
+
*/
|
|
40
|
+
addCustomPrivacyPoliciesToBrand(request: $_model.AddCustomPrivacyPoliciesToBrandRequest): Promise<$_model.AddCustomPrivacyPoliciesToBrandResponse>;
|
|
26
41
|
/**
|
|
27
42
|
* Adds an Employee Identity and Access Management (EIAM) account to multiple EIAM organizations of Identity as a Service (IDaaS). If the account already exists in the organizational unit, the system directly returns a success response.
|
|
28
43
|
*
|
|
@@ -98,6 +113,21 @@ export default class Client extends OpenApi {
|
|
|
98
113
|
* @returns AuthorizeApplicationToUsersResponse
|
|
99
114
|
*/
|
|
100
115
|
authorizeApplicationToUsers(request: $_model.AuthorizeApplicationToUsersRequest): Promise<$_model.AuthorizeApplicationToUsersResponse>;
|
|
116
|
+
/**
|
|
117
|
+
* 绑定三方登录账户
|
|
118
|
+
*
|
|
119
|
+
* @param request - BindUserAuthnSourceMappingRequest
|
|
120
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
121
|
+
* @returns BindUserAuthnSourceMappingResponse
|
|
122
|
+
*/
|
|
123
|
+
bindUserAuthnSourceMappingWithOptions(request: $_model.BindUserAuthnSourceMappingRequest, runtime: $dara.RuntimeOptions): Promise<$_model.BindUserAuthnSourceMappingResponse>;
|
|
124
|
+
/**
|
|
125
|
+
* 绑定三方登录账户
|
|
126
|
+
*
|
|
127
|
+
* @param request - BindUserAuthnSourceMappingRequest
|
|
128
|
+
* @returns BindUserAuthnSourceMappingResponse
|
|
129
|
+
*/
|
|
130
|
+
bindUserAuthnSourceMapping(request: $_model.BindUserAuthnSourceMappingRequest): Promise<$_model.BindUserAuthnSourceMappingResponse>;
|
|
101
131
|
/**
|
|
102
132
|
* Adds an application to an Enterprise Identity Access Management (EIAM) instance of Identity as a Service (IDaaS).
|
|
103
133
|
*
|
|
@@ -200,6 +230,21 @@ export default class Client extends OpenApi {
|
|
|
200
230
|
* @returns CreateConditionalAccessPolicyResponse
|
|
201
231
|
*/
|
|
202
232
|
createConditionalAccessPolicy(request: $_model.CreateConditionalAccessPolicyRequest): Promise<$_model.CreateConditionalAccessPolicyResponse>;
|
|
233
|
+
/**
|
|
234
|
+
* 创建自定义条款
|
|
235
|
+
*
|
|
236
|
+
* @param request - CreateCustomPrivacyPolicyRequest
|
|
237
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
238
|
+
* @returns CreateCustomPrivacyPolicyResponse
|
|
239
|
+
*/
|
|
240
|
+
createCustomPrivacyPolicyWithOptions(request: $_model.CreateCustomPrivacyPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCustomPrivacyPolicyResponse>;
|
|
241
|
+
/**
|
|
242
|
+
* 创建自定义条款
|
|
243
|
+
*
|
|
244
|
+
* @param request - CreateCustomPrivacyPolicyRequest
|
|
245
|
+
* @returns CreateCustomPrivacyPolicyResponse
|
|
246
|
+
*/
|
|
247
|
+
createCustomPrivacyPolicy(request: $_model.CreateCustomPrivacyPolicyRequest): Promise<$_model.CreateCustomPrivacyPolicyResponse>;
|
|
203
248
|
/**
|
|
204
249
|
* Creates a custom domain name for an Employee Identity and Access Management (EIAM) instance.
|
|
205
250
|
*
|
|
@@ -452,6 +497,21 @@ export default class Client extends OpenApi {
|
|
|
452
497
|
* @returns DeleteConditionalAccessPolicyResponse
|
|
453
498
|
*/
|
|
454
499
|
deleteConditionalAccessPolicy(request: $_model.DeleteConditionalAccessPolicyRequest): Promise<$_model.DeleteConditionalAccessPolicyResponse>;
|
|
500
|
+
/**
|
|
501
|
+
* 删除自定义条款
|
|
502
|
+
*
|
|
503
|
+
* @param request - DeleteCustomPrivacyPolicyRequest
|
|
504
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
505
|
+
* @returns DeleteCustomPrivacyPolicyResponse
|
|
506
|
+
*/
|
|
507
|
+
deleteCustomPrivacyPolicyWithOptions(request: $_model.DeleteCustomPrivacyPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteCustomPrivacyPolicyResponse>;
|
|
508
|
+
/**
|
|
509
|
+
* 删除自定义条款
|
|
510
|
+
*
|
|
511
|
+
* @param request - DeleteCustomPrivacyPolicyRequest
|
|
512
|
+
* @returns DeleteCustomPrivacyPolicyResponse
|
|
513
|
+
*/
|
|
514
|
+
deleteCustomPrivacyPolicy(request: $_model.DeleteCustomPrivacyPolicyRequest): Promise<$_model.DeleteCustomPrivacyPolicyResponse>;
|
|
455
515
|
/**
|
|
456
516
|
* Deletes a custom domain name of an Employee Identity and Access Management (EIAM) instance. You cannot delete the initial domain name and default domain name of the instance.
|
|
457
517
|
*
|
|
@@ -770,6 +830,21 @@ export default class Client extends OpenApi {
|
|
|
770
830
|
* @returns DisableConditionalAccessPolicyResponse
|
|
771
831
|
*/
|
|
772
832
|
disableConditionalAccessPolicy(request: $_model.DisableConditionalAccessPolicyRequest): Promise<$_model.DisableConditionalAccessPolicyResponse>;
|
|
833
|
+
/**
|
|
834
|
+
* 禁用自定义条款
|
|
835
|
+
*
|
|
836
|
+
* @param request - DisableCustomPrivacyPolicyRequest
|
|
837
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
838
|
+
* @returns DisableCustomPrivacyPolicyResponse
|
|
839
|
+
*/
|
|
840
|
+
disableCustomPrivacyPolicyWithOptions(request: $_model.DisableCustomPrivacyPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DisableCustomPrivacyPolicyResponse>;
|
|
841
|
+
/**
|
|
842
|
+
* 禁用自定义条款
|
|
843
|
+
*
|
|
844
|
+
* @param request - DisableCustomPrivacyPolicyRequest
|
|
845
|
+
* @returns DisableCustomPrivacyPolicyResponse
|
|
846
|
+
*/
|
|
847
|
+
disableCustomPrivacyPolicy(request: $_model.DisableCustomPrivacyPolicyRequest): Promise<$_model.DisableCustomPrivacyPolicyResponse>;
|
|
773
848
|
/**
|
|
774
849
|
* Disables a proxy token for a domain name of an Employee Identity and Access Management (EIAM) instance. After the proxy token is disabled, the domain name may not be used as expected.
|
|
775
850
|
*
|
|
@@ -1001,6 +1076,21 @@ export default class Client extends OpenApi {
|
|
|
1001
1076
|
* @returns EnableConditionalAccessPolicyResponse
|
|
1002
1077
|
*/
|
|
1003
1078
|
enableConditionalAccessPolicy(request: $_model.EnableConditionalAccessPolicyRequest): Promise<$_model.EnableConditionalAccessPolicyResponse>;
|
|
1079
|
+
/**
|
|
1080
|
+
* 启用自定义条款
|
|
1081
|
+
*
|
|
1082
|
+
* @param request - EnableCustomPrivacyPolicyRequest
|
|
1083
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1084
|
+
* @returns EnableCustomPrivacyPolicyResponse
|
|
1085
|
+
*/
|
|
1086
|
+
enableCustomPrivacyPolicyWithOptions(request: $_model.EnableCustomPrivacyPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.EnableCustomPrivacyPolicyResponse>;
|
|
1087
|
+
/**
|
|
1088
|
+
* 启用自定义条款
|
|
1089
|
+
*
|
|
1090
|
+
* @param request - EnableCustomPrivacyPolicyRequest
|
|
1091
|
+
* @returns EnableCustomPrivacyPolicyResponse
|
|
1092
|
+
*/
|
|
1093
|
+
enableCustomPrivacyPolicy(request: $_model.EnableCustomPrivacyPolicyRequest): Promise<$_model.EnableCustomPrivacyPolicyResponse>;
|
|
1004
1094
|
/**
|
|
1005
1095
|
* Enables a proxy token for a domain name of an Employee Identity and Access Management (EIAM) instance. The proxy token is used to verify the security of the domain name.
|
|
1006
1096
|
*
|
|
@@ -1232,6 +1322,21 @@ export default class Client extends OpenApi {
|
|
|
1232
1322
|
* @returns GetConditionalAccessPolicyResponse
|
|
1233
1323
|
*/
|
|
1234
1324
|
getConditionalAccessPolicy(request: $_model.GetConditionalAccessPolicyRequest): Promise<$_model.GetConditionalAccessPolicyResponse>;
|
|
1325
|
+
/**
|
|
1326
|
+
* 获取自定义条款
|
|
1327
|
+
*
|
|
1328
|
+
* @param request - GetCustomPrivacyPolicyRequest
|
|
1329
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1330
|
+
* @returns GetCustomPrivacyPolicyResponse
|
|
1331
|
+
*/
|
|
1332
|
+
getCustomPrivacyPolicyWithOptions(request: $_model.GetCustomPrivacyPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetCustomPrivacyPolicyResponse>;
|
|
1333
|
+
/**
|
|
1334
|
+
* 获取自定义条款
|
|
1335
|
+
*
|
|
1336
|
+
* @param request - GetCustomPrivacyPolicyRequest
|
|
1337
|
+
* @returns GetCustomPrivacyPolicyResponse
|
|
1338
|
+
*/
|
|
1339
|
+
getCustomPrivacyPolicy(request: $_model.GetCustomPrivacyPolicyRequest): Promise<$_model.GetCustomPrivacyPolicyResponse>;
|
|
1235
1340
|
/**
|
|
1236
1341
|
* Queries the information about a domain name of an Employee Identity and Access Management (EIAM) instance.
|
|
1237
1342
|
*
|
|
@@ -1826,6 +1931,36 @@ export default class Client extends OpenApi {
|
|
|
1826
1931
|
* @returns ListConditionalAccessPoliciesForUserResponse
|
|
1827
1932
|
*/
|
|
1828
1933
|
listConditionalAccessPoliciesForUser(request: $_model.ListConditionalAccessPoliciesForUserRequest): Promise<$_model.ListConditionalAccessPoliciesForUserResponse>;
|
|
1934
|
+
/**
|
|
1935
|
+
* 自定义条款列表查询。
|
|
1936
|
+
*
|
|
1937
|
+
* @param request - ListCustomPrivacyPoliciesRequest
|
|
1938
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1939
|
+
* @returns ListCustomPrivacyPoliciesResponse
|
|
1940
|
+
*/
|
|
1941
|
+
listCustomPrivacyPoliciesWithOptions(request: $_model.ListCustomPrivacyPoliciesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCustomPrivacyPoliciesResponse>;
|
|
1942
|
+
/**
|
|
1943
|
+
* 自定义条款列表查询。
|
|
1944
|
+
*
|
|
1945
|
+
* @param request - ListCustomPrivacyPoliciesRequest
|
|
1946
|
+
* @returns ListCustomPrivacyPoliciesResponse
|
|
1947
|
+
*/
|
|
1948
|
+
listCustomPrivacyPolicies(request: $_model.ListCustomPrivacyPoliciesRequest): Promise<$_model.ListCustomPrivacyPoliciesResponse>;
|
|
1949
|
+
/**
|
|
1950
|
+
* 获取品牌关联资源的资源
|
|
1951
|
+
*
|
|
1952
|
+
* @param request - ListCustomPrivacyPoliciesForBrandRequest
|
|
1953
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1954
|
+
* @returns ListCustomPrivacyPoliciesForBrandResponse
|
|
1955
|
+
*/
|
|
1956
|
+
listCustomPrivacyPoliciesForBrandWithOptions(request: $_model.ListCustomPrivacyPoliciesForBrandRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCustomPrivacyPoliciesForBrandResponse>;
|
|
1957
|
+
/**
|
|
1958
|
+
* 获取品牌关联资源的资源
|
|
1959
|
+
*
|
|
1960
|
+
* @param request - ListCustomPrivacyPoliciesForBrandRequest
|
|
1961
|
+
* @returns ListCustomPrivacyPoliciesForBrandResponse
|
|
1962
|
+
*/
|
|
1963
|
+
listCustomPrivacyPoliciesForBrand(request: $_model.ListCustomPrivacyPoliciesForBrandRequest): Promise<$_model.ListCustomPrivacyPoliciesForBrandResponse>;
|
|
1829
1964
|
/**
|
|
1830
1965
|
* Queries the proxy tokens of a domain name of an Employee Identity and Access Management (EIAM) instance.
|
|
1831
1966
|
*
|
|
@@ -2135,6 +2270,21 @@ export default class Client extends OpenApi {
|
|
|
2135
2270
|
* @returns ListSynchronizationJobsResponse
|
|
2136
2271
|
*/
|
|
2137
2272
|
listSynchronizationJobs(request: $_model.ListSynchronizationJobsRequest): Promise<$_model.ListSynchronizationJobsResponse>;
|
|
2273
|
+
/**
|
|
2274
|
+
* 查询三方登录账户绑定关系
|
|
2275
|
+
*
|
|
2276
|
+
* @param request - ListUserAuthnSourceMappingsRequest
|
|
2277
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2278
|
+
* @returns ListUserAuthnSourceMappingsResponse
|
|
2279
|
+
*/
|
|
2280
|
+
listUserAuthnSourceMappingsWithOptions(request: $_model.ListUserAuthnSourceMappingsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListUserAuthnSourceMappingsResponse>;
|
|
2281
|
+
/**
|
|
2282
|
+
* 查询三方登录账户绑定关系
|
|
2283
|
+
*
|
|
2284
|
+
* @param request - ListUserAuthnSourceMappingsRequest
|
|
2285
|
+
* @returns ListUserAuthnSourceMappingsResponse
|
|
2286
|
+
*/
|
|
2287
|
+
listUserAuthnSourceMappings(request: $_model.ListUserAuthnSourceMappingsRequest): Promise<$_model.ListUserAuthnSourceMappingsResponse>;
|
|
2138
2288
|
/**
|
|
2139
2289
|
* Queries the details of accounts in Identity as a Service (IDaaS) Employee IAM (EIAM) by page.
|
|
2140
2290
|
*
|
|
@@ -2240,6 +2390,21 @@ export default class Client extends OpenApi {
|
|
|
2240
2390
|
* @returns RemoveApplicationAccountFromUserResponse
|
|
2241
2391
|
*/
|
|
2242
2392
|
removeApplicationAccountFromUser(request: $_model.RemoveApplicationAccountFromUserRequest): Promise<$_model.RemoveApplicationAccountFromUserResponse>;
|
|
2393
|
+
/**
|
|
2394
|
+
* 移除品牌关联条款
|
|
2395
|
+
*
|
|
2396
|
+
* @param request - RemoveCustomPrivacyPoliciesFromBrandRequest
|
|
2397
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2398
|
+
* @returns RemoveCustomPrivacyPoliciesFromBrandResponse
|
|
2399
|
+
*/
|
|
2400
|
+
removeCustomPrivacyPoliciesFromBrandWithOptions(request: $_model.RemoveCustomPrivacyPoliciesFromBrandRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RemoveCustomPrivacyPoliciesFromBrandResponse>;
|
|
2401
|
+
/**
|
|
2402
|
+
* 移除品牌关联条款
|
|
2403
|
+
*
|
|
2404
|
+
* @param request - RemoveCustomPrivacyPoliciesFromBrandRequest
|
|
2405
|
+
* @returns RemoveCustomPrivacyPoliciesFromBrandResponse
|
|
2406
|
+
*/
|
|
2407
|
+
removeCustomPrivacyPoliciesFromBrand(request: $_model.RemoveCustomPrivacyPoliciesFromBrandRequest): Promise<$_model.RemoveCustomPrivacyPoliciesFromBrandResponse>;
|
|
2243
2408
|
/**
|
|
2244
2409
|
* Removes an Employee Identity and Access Management (EIAM) account from multiple EIAM organizations of Identity as a Service (IDaaS). You cannot remove an account from a primary organization.
|
|
2245
2410
|
*
|
|
@@ -2531,6 +2696,21 @@ export default class Client extends OpenApi {
|
|
|
2531
2696
|
* @returns SetUserPrimaryOrganizationalUnitResponse
|
|
2532
2697
|
*/
|
|
2533
2698
|
setUserPrimaryOrganizationalUnit(request: $_model.SetUserPrimaryOrganizationalUnitRequest): Promise<$_model.SetUserPrimaryOrganizationalUnitResponse>;
|
|
2699
|
+
/**
|
|
2700
|
+
* 解绑三方登录账户
|
|
2701
|
+
*
|
|
2702
|
+
* @param request - UnbindUserAuthnSourceMappingRequest
|
|
2703
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2704
|
+
* @returns UnbindUserAuthnSourceMappingResponse
|
|
2705
|
+
*/
|
|
2706
|
+
unbindUserAuthnSourceMappingWithOptions(request: $_model.UnbindUserAuthnSourceMappingRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UnbindUserAuthnSourceMappingResponse>;
|
|
2707
|
+
/**
|
|
2708
|
+
* 解绑三方登录账户
|
|
2709
|
+
*
|
|
2710
|
+
* @param request - UnbindUserAuthnSourceMappingRequest
|
|
2711
|
+
* @returns UnbindUserAuthnSourceMappingResponse
|
|
2712
|
+
*/
|
|
2713
|
+
unbindUserAuthnSourceMapping(request: $_model.UnbindUserAuthnSourceMappingRequest): Promise<$_model.UnbindUserAuthnSourceMappingResponse>;
|
|
2534
2714
|
/**
|
|
2535
2715
|
* Unlocks an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) that is locked.
|
|
2536
2716
|
*
|
|
@@ -2708,6 +2888,21 @@ export default class Client extends OpenApi {
|
|
|
2708
2888
|
* @returns UpdateConditionalAccessPolicyDescriptionResponse
|
|
2709
2889
|
*/
|
|
2710
2890
|
updateConditionalAccessPolicyDescription(request: $_model.UpdateConditionalAccessPolicyDescriptionRequest): Promise<$_model.UpdateConditionalAccessPolicyDescriptionResponse>;
|
|
2891
|
+
/**
|
|
2892
|
+
* 更新自定义条款
|
|
2893
|
+
*
|
|
2894
|
+
* @param request - UpdateCustomPrivacyPolicyRequest
|
|
2895
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2896
|
+
* @returns UpdateCustomPrivacyPolicyResponse
|
|
2897
|
+
*/
|
|
2898
|
+
updateCustomPrivacyPolicyWithOptions(request: $_model.UpdateCustomPrivacyPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCustomPrivacyPolicyResponse>;
|
|
2899
|
+
/**
|
|
2900
|
+
* 更新自定义条款
|
|
2901
|
+
*
|
|
2902
|
+
* @param request - UpdateCustomPrivacyPolicyRequest
|
|
2903
|
+
* @returns UpdateCustomPrivacyPolicyResponse
|
|
2904
|
+
*/
|
|
2905
|
+
updateCustomPrivacyPolicy(request: $_model.UpdateCustomPrivacyPolicyRequest): Promise<$_model.UpdateCustomPrivacyPolicyResponse>;
|
|
2711
2906
|
/**
|
|
2712
2907
|
* 修改域名关联的品牌。
|
|
2713
2908
|
*
|