@alicloud/eiam20211201 2.3.0 → 2.4.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.
Files changed (129) hide show
  1. package/dist/client.d.ts +150 -0
  2. package/dist/client.js +471 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AddCustomPrivacyPoliciesToBrandRequest.d.ts +40 -0
  5. package/dist/models/AddCustomPrivacyPoliciesToBrandRequest.js +65 -0
  6. package/dist/models/AddCustomPrivacyPoliciesToBrandRequest.js.map +1 -0
  7. package/dist/models/AddCustomPrivacyPoliciesToBrandResponse.d.ts +19 -0
  8. package/dist/models/AddCustomPrivacyPoliciesToBrandResponse.js +69 -0
  9. package/dist/models/AddCustomPrivacyPoliciesToBrandResponse.js.map +1 -0
  10. package/dist/models/AddCustomPrivacyPoliciesToBrandResponseBody.d.ts +18 -0
  11. package/dist/models/AddCustomPrivacyPoliciesToBrandResponseBody.js +58 -0
  12. package/dist/models/AddCustomPrivacyPoliciesToBrandResponseBody.js.map +1 -0
  13. package/dist/models/CreateCustomPrivacyPolicyRequest.d.ts +128 -0
  14. package/dist/models/CreateCustomPrivacyPolicyRequest.js +120 -0
  15. package/dist/models/CreateCustomPrivacyPolicyRequest.js.map +1 -0
  16. package/dist/models/CreateCustomPrivacyPolicyResponse.d.ts +19 -0
  17. package/dist/models/CreateCustomPrivacyPolicyResponse.js +69 -0
  18. package/dist/models/CreateCustomPrivacyPolicyResponse.js.map +1 -0
  19. package/dist/models/CreateCustomPrivacyPolicyResponseBody.d.ts +23 -0
  20. package/dist/models/CreateCustomPrivacyPolicyResponseBody.js +60 -0
  21. package/dist/models/CreateCustomPrivacyPolicyResponseBody.js.map +1 -0
  22. package/dist/models/DeleteCustomPrivacyPolicyRequest.d.ts +33 -0
  23. package/dist/models/DeleteCustomPrivacyPolicyRequest.js +60 -0
  24. package/dist/models/DeleteCustomPrivacyPolicyRequest.js.map +1 -0
  25. package/dist/models/DeleteCustomPrivacyPolicyResponse.d.ts +19 -0
  26. package/dist/models/DeleteCustomPrivacyPolicyResponse.js +69 -0
  27. package/dist/models/DeleteCustomPrivacyPolicyResponse.js.map +1 -0
  28. package/dist/models/DeleteCustomPrivacyPolicyResponseBody.d.ts +18 -0
  29. package/dist/models/DeleteCustomPrivacyPolicyResponseBody.js +58 -0
  30. package/dist/models/DeleteCustomPrivacyPolicyResponseBody.js.map +1 -0
  31. package/dist/models/DisableCustomPrivacyPolicyRequest.d.ts +31 -0
  32. package/dist/models/DisableCustomPrivacyPolicyRequest.js +60 -0
  33. package/dist/models/DisableCustomPrivacyPolicyRequest.js.map +1 -0
  34. package/dist/models/DisableCustomPrivacyPolicyResponse.d.ts +19 -0
  35. package/dist/models/DisableCustomPrivacyPolicyResponse.js +69 -0
  36. package/dist/models/DisableCustomPrivacyPolicyResponse.js.map +1 -0
  37. package/dist/models/DisableCustomPrivacyPolicyResponseBody.d.ts +18 -0
  38. package/dist/models/DisableCustomPrivacyPolicyResponseBody.js +58 -0
  39. package/dist/models/DisableCustomPrivacyPolicyResponseBody.js.map +1 -0
  40. package/dist/models/EnableCustomPrivacyPolicyRequest.d.ts +31 -0
  41. package/dist/models/EnableCustomPrivacyPolicyRequest.js +60 -0
  42. package/dist/models/EnableCustomPrivacyPolicyRequest.js.map +1 -0
  43. package/dist/models/EnableCustomPrivacyPolicyResponse.d.ts +19 -0
  44. package/dist/models/EnableCustomPrivacyPolicyResponse.js +69 -0
  45. package/dist/models/EnableCustomPrivacyPolicyResponse.js.map +1 -0
  46. package/dist/models/EnableCustomPrivacyPolicyResponseBody.d.ts +18 -0
  47. package/dist/models/EnableCustomPrivacyPolicyResponseBody.js +58 -0
  48. package/dist/models/EnableCustomPrivacyPolicyResponseBody.js.map +1 -0
  49. package/dist/models/GetCustomPrivacyPolicyRequest.d.ts +33 -0
  50. package/dist/models/GetCustomPrivacyPolicyRequest.js +60 -0
  51. package/dist/models/GetCustomPrivacyPolicyRequest.js.map +1 -0
  52. package/dist/models/GetCustomPrivacyPolicyResponse.d.ts +19 -0
  53. package/dist/models/GetCustomPrivacyPolicyResponse.js +69 -0
  54. package/dist/models/GetCustomPrivacyPolicyResponse.js.map +1 -0
  55. package/dist/models/GetCustomPrivacyPolicyResponseBody.d.ts +107 -0
  56. package/dist/models/GetCustomPrivacyPolicyResponseBody.js +144 -0
  57. package/dist/models/GetCustomPrivacyPolicyResponseBody.js.map +1 -0
  58. package/dist/models/ListCustomPrivacyPoliciesForBrandRequest.d.ts +57 -0
  59. package/dist/models/ListCustomPrivacyPoliciesForBrandRequest.js +66 -0
  60. package/dist/models/ListCustomPrivacyPoliciesForBrandRequest.js.map +1 -0
  61. package/dist/models/ListCustomPrivacyPoliciesForBrandResponse.d.ts +19 -0
  62. package/dist/models/ListCustomPrivacyPoliciesForBrandResponse.js +69 -0
  63. package/dist/models/ListCustomPrivacyPoliciesForBrandResponse.js.map +1 -0
  64. package/dist/models/ListCustomPrivacyPoliciesForBrandResponseBody.d.ts +68 -0
  65. package/dist/models/ListCustomPrivacyPoliciesForBrandResponseBody.js +90 -0
  66. package/dist/models/ListCustomPrivacyPoliciesForBrandResponseBody.js.map +1 -0
  67. package/dist/models/ListCustomPrivacyPoliciesRequest.d.ts +55 -0
  68. package/dist/models/ListCustomPrivacyPoliciesRequest.js +66 -0
  69. package/dist/models/ListCustomPrivacyPoliciesRequest.js.map +1 -0
  70. package/dist/models/ListCustomPrivacyPoliciesResponse.d.ts +19 -0
  71. package/dist/models/ListCustomPrivacyPoliciesResponse.js +69 -0
  72. package/dist/models/ListCustomPrivacyPoliciesResponse.js.map +1 -0
  73. package/dist/models/ListCustomPrivacyPoliciesResponseBody.d.ts +108 -0
  74. package/dist/models/ListCustomPrivacyPoliciesResponseBody.js +100 -0
  75. package/dist/models/ListCustomPrivacyPoliciesResponseBody.js.map +1 -0
  76. package/dist/models/RemoveCustomPrivacyPoliciesFromBrandRequest.d.ts +40 -0
  77. package/dist/models/RemoveCustomPrivacyPoliciesFromBrandRequest.js +65 -0
  78. package/dist/models/RemoveCustomPrivacyPoliciesFromBrandRequest.js.map +1 -0
  79. package/dist/models/RemoveCustomPrivacyPoliciesFromBrandResponse.d.ts +19 -0
  80. package/dist/models/RemoveCustomPrivacyPoliciesFromBrandResponse.js +69 -0
  81. package/dist/models/RemoveCustomPrivacyPoliciesFromBrandResponse.js.map +1 -0
  82. package/dist/models/RemoveCustomPrivacyPoliciesFromBrandResponseBody.d.ts +18 -0
  83. package/dist/models/RemoveCustomPrivacyPoliciesFromBrandResponseBody.js +58 -0
  84. package/dist/models/RemoveCustomPrivacyPoliciesFromBrandResponseBody.js.map +1 -0
  85. package/dist/models/UpdateCustomPrivacyPolicyRequest.d.ts +92 -0
  86. package/dist/models/UpdateCustomPrivacyPolicyRequest.js +118 -0
  87. package/dist/models/UpdateCustomPrivacyPolicyRequest.js.map +1 -0
  88. package/dist/models/UpdateCustomPrivacyPolicyResponse.d.ts +19 -0
  89. package/dist/models/UpdateCustomPrivacyPolicyResponse.js +69 -0
  90. package/dist/models/UpdateCustomPrivacyPolicyResponse.js.map +1 -0
  91. package/dist/models/UpdateCustomPrivacyPolicyResponseBody.d.ts +18 -0
  92. package/dist/models/UpdateCustomPrivacyPolicyResponseBody.js +58 -0
  93. package/dist/models/UpdateCustomPrivacyPolicyResponseBody.js.map +1 -0
  94. package/dist/models/model.d.ts +39 -0
  95. package/dist/models/model.js +96 -17
  96. package/dist/models/model.js.map +1 -1
  97. package/package.json +1 -1
  98. package/src/client.ts +528 -0
  99. package/src/models/AddCustomPrivacyPoliciesToBrandRequest.ts +60 -0
  100. package/src/models/AddCustomPrivacyPoliciesToBrandResponse.ts +40 -0
  101. package/src/models/AddCustomPrivacyPoliciesToBrandResponseBody.ts +31 -0
  102. package/src/models/CreateCustomPrivacyPolicyRequest.ts +185 -0
  103. package/src/models/CreateCustomPrivacyPolicyResponse.ts +40 -0
  104. package/src/models/CreateCustomPrivacyPolicyResponseBody.ts +38 -0
  105. package/src/models/DeleteCustomPrivacyPolicyRequest.ts +48 -0
  106. package/src/models/DeleteCustomPrivacyPolicyResponse.ts +40 -0
  107. package/src/models/DeleteCustomPrivacyPolicyResponseBody.ts +31 -0
  108. package/src/models/DisableCustomPrivacyPolicyRequest.ts +46 -0
  109. package/src/models/DisableCustomPrivacyPolicyResponse.ts +40 -0
  110. package/src/models/DisableCustomPrivacyPolicyResponseBody.ts +31 -0
  111. package/src/models/EnableCustomPrivacyPolicyRequest.ts +46 -0
  112. package/src/models/EnableCustomPrivacyPolicyResponse.ts +40 -0
  113. package/src/models/EnableCustomPrivacyPolicyResponseBody.ts +31 -0
  114. package/src/models/GetCustomPrivacyPolicyRequest.ts +48 -0
  115. package/src/models/GetCustomPrivacyPolicyResponse.ts +40 -0
  116. package/src/models/GetCustomPrivacyPolicyResponseBody.ts +179 -0
  117. package/src/models/ListCustomPrivacyPoliciesForBrandRequest.ts +78 -0
  118. package/src/models/ListCustomPrivacyPoliciesForBrandResponse.ts +40 -0
  119. package/src/models/ListCustomPrivacyPoliciesForBrandResponseBody.ts +104 -0
  120. package/src/models/ListCustomPrivacyPoliciesRequest.ts +76 -0
  121. package/src/models/ListCustomPrivacyPoliciesResponse.ts +40 -0
  122. package/src/models/ListCustomPrivacyPoliciesResponseBody.ts +154 -0
  123. package/src/models/RemoveCustomPrivacyPoliciesFromBrandRequest.ts +60 -0
  124. package/src/models/RemoveCustomPrivacyPoliciesFromBrandResponse.ts +40 -0
  125. package/src/models/RemoveCustomPrivacyPoliciesFromBrandResponseBody.ts +31 -0
  126. package/src/models/UpdateCustomPrivacyPolicyRequest.ts +147 -0
  127. package/src/models/UpdateCustomPrivacyPolicyResponse.ts +40 -0
  128. package/src/models/UpdateCustomPrivacyPolicyResponseBody.ts +31 -0
  129. package/src/models/model.ts +39 -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
  *
@@ -200,6 +215,21 @@ export default class Client extends OpenApi {
200
215
  * @returns CreateConditionalAccessPolicyResponse
201
216
  */
202
217
  createConditionalAccessPolicy(request: $_model.CreateConditionalAccessPolicyRequest): Promise<$_model.CreateConditionalAccessPolicyResponse>;
218
+ /**
219
+ * 创建自定义条款
220
+ *
221
+ * @param request - CreateCustomPrivacyPolicyRequest
222
+ * @param runtime - runtime options for this request RuntimeOptions
223
+ * @returns CreateCustomPrivacyPolicyResponse
224
+ */
225
+ createCustomPrivacyPolicyWithOptions(request: $_model.CreateCustomPrivacyPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCustomPrivacyPolicyResponse>;
226
+ /**
227
+ * 创建自定义条款
228
+ *
229
+ * @param request - CreateCustomPrivacyPolicyRequest
230
+ * @returns CreateCustomPrivacyPolicyResponse
231
+ */
232
+ createCustomPrivacyPolicy(request: $_model.CreateCustomPrivacyPolicyRequest): Promise<$_model.CreateCustomPrivacyPolicyResponse>;
203
233
  /**
204
234
  * Creates a custom domain name for an Employee Identity and Access Management (EIAM) instance.
205
235
  *
@@ -452,6 +482,21 @@ export default class Client extends OpenApi {
452
482
  * @returns DeleteConditionalAccessPolicyResponse
453
483
  */
454
484
  deleteConditionalAccessPolicy(request: $_model.DeleteConditionalAccessPolicyRequest): Promise<$_model.DeleteConditionalAccessPolicyResponse>;
485
+ /**
486
+ * 删除自定义条款
487
+ *
488
+ * @param request - DeleteCustomPrivacyPolicyRequest
489
+ * @param runtime - runtime options for this request RuntimeOptions
490
+ * @returns DeleteCustomPrivacyPolicyResponse
491
+ */
492
+ deleteCustomPrivacyPolicyWithOptions(request: $_model.DeleteCustomPrivacyPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteCustomPrivacyPolicyResponse>;
493
+ /**
494
+ * 删除自定义条款
495
+ *
496
+ * @param request - DeleteCustomPrivacyPolicyRequest
497
+ * @returns DeleteCustomPrivacyPolicyResponse
498
+ */
499
+ deleteCustomPrivacyPolicy(request: $_model.DeleteCustomPrivacyPolicyRequest): Promise<$_model.DeleteCustomPrivacyPolicyResponse>;
455
500
  /**
456
501
  * 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
502
  *
@@ -770,6 +815,21 @@ export default class Client extends OpenApi {
770
815
  * @returns DisableConditionalAccessPolicyResponse
771
816
  */
772
817
  disableConditionalAccessPolicy(request: $_model.DisableConditionalAccessPolicyRequest): Promise<$_model.DisableConditionalAccessPolicyResponse>;
818
+ /**
819
+ * 禁用自定义条款
820
+ *
821
+ * @param request - DisableCustomPrivacyPolicyRequest
822
+ * @param runtime - runtime options for this request RuntimeOptions
823
+ * @returns DisableCustomPrivacyPolicyResponse
824
+ */
825
+ disableCustomPrivacyPolicyWithOptions(request: $_model.DisableCustomPrivacyPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DisableCustomPrivacyPolicyResponse>;
826
+ /**
827
+ * 禁用自定义条款
828
+ *
829
+ * @param request - DisableCustomPrivacyPolicyRequest
830
+ * @returns DisableCustomPrivacyPolicyResponse
831
+ */
832
+ disableCustomPrivacyPolicy(request: $_model.DisableCustomPrivacyPolicyRequest): Promise<$_model.DisableCustomPrivacyPolicyResponse>;
773
833
  /**
774
834
  * 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
835
  *
@@ -1001,6 +1061,21 @@ export default class Client extends OpenApi {
1001
1061
  * @returns EnableConditionalAccessPolicyResponse
1002
1062
  */
1003
1063
  enableConditionalAccessPolicy(request: $_model.EnableConditionalAccessPolicyRequest): Promise<$_model.EnableConditionalAccessPolicyResponse>;
1064
+ /**
1065
+ * 启用自定义条款
1066
+ *
1067
+ * @param request - EnableCustomPrivacyPolicyRequest
1068
+ * @param runtime - runtime options for this request RuntimeOptions
1069
+ * @returns EnableCustomPrivacyPolicyResponse
1070
+ */
1071
+ enableCustomPrivacyPolicyWithOptions(request: $_model.EnableCustomPrivacyPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.EnableCustomPrivacyPolicyResponse>;
1072
+ /**
1073
+ * 启用自定义条款
1074
+ *
1075
+ * @param request - EnableCustomPrivacyPolicyRequest
1076
+ * @returns EnableCustomPrivacyPolicyResponse
1077
+ */
1078
+ enableCustomPrivacyPolicy(request: $_model.EnableCustomPrivacyPolicyRequest): Promise<$_model.EnableCustomPrivacyPolicyResponse>;
1004
1079
  /**
1005
1080
  * 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
1081
  *
@@ -1232,6 +1307,21 @@ export default class Client extends OpenApi {
1232
1307
  * @returns GetConditionalAccessPolicyResponse
1233
1308
  */
1234
1309
  getConditionalAccessPolicy(request: $_model.GetConditionalAccessPolicyRequest): Promise<$_model.GetConditionalAccessPolicyResponse>;
1310
+ /**
1311
+ * 获取自定义条款
1312
+ *
1313
+ * @param request - GetCustomPrivacyPolicyRequest
1314
+ * @param runtime - runtime options for this request RuntimeOptions
1315
+ * @returns GetCustomPrivacyPolicyResponse
1316
+ */
1317
+ getCustomPrivacyPolicyWithOptions(request: $_model.GetCustomPrivacyPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetCustomPrivacyPolicyResponse>;
1318
+ /**
1319
+ * 获取自定义条款
1320
+ *
1321
+ * @param request - GetCustomPrivacyPolicyRequest
1322
+ * @returns GetCustomPrivacyPolicyResponse
1323
+ */
1324
+ getCustomPrivacyPolicy(request: $_model.GetCustomPrivacyPolicyRequest): Promise<$_model.GetCustomPrivacyPolicyResponse>;
1235
1325
  /**
1236
1326
  * Queries the information about a domain name of an Employee Identity and Access Management (EIAM) instance.
1237
1327
  *
@@ -1826,6 +1916,36 @@ export default class Client extends OpenApi {
1826
1916
  * @returns ListConditionalAccessPoliciesForUserResponse
1827
1917
  */
1828
1918
  listConditionalAccessPoliciesForUser(request: $_model.ListConditionalAccessPoliciesForUserRequest): Promise<$_model.ListConditionalAccessPoliciesForUserResponse>;
1919
+ /**
1920
+ * 自定义条款列表查询。
1921
+ *
1922
+ * @param request - ListCustomPrivacyPoliciesRequest
1923
+ * @param runtime - runtime options for this request RuntimeOptions
1924
+ * @returns ListCustomPrivacyPoliciesResponse
1925
+ */
1926
+ listCustomPrivacyPoliciesWithOptions(request: $_model.ListCustomPrivacyPoliciesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCustomPrivacyPoliciesResponse>;
1927
+ /**
1928
+ * 自定义条款列表查询。
1929
+ *
1930
+ * @param request - ListCustomPrivacyPoliciesRequest
1931
+ * @returns ListCustomPrivacyPoliciesResponse
1932
+ */
1933
+ listCustomPrivacyPolicies(request: $_model.ListCustomPrivacyPoliciesRequest): Promise<$_model.ListCustomPrivacyPoliciesResponse>;
1934
+ /**
1935
+ * 获取品牌关联资源的资源
1936
+ *
1937
+ * @param request - ListCustomPrivacyPoliciesForBrandRequest
1938
+ * @param runtime - runtime options for this request RuntimeOptions
1939
+ * @returns ListCustomPrivacyPoliciesForBrandResponse
1940
+ */
1941
+ listCustomPrivacyPoliciesForBrandWithOptions(request: $_model.ListCustomPrivacyPoliciesForBrandRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCustomPrivacyPoliciesForBrandResponse>;
1942
+ /**
1943
+ * 获取品牌关联资源的资源
1944
+ *
1945
+ * @param request - ListCustomPrivacyPoliciesForBrandRequest
1946
+ * @returns ListCustomPrivacyPoliciesForBrandResponse
1947
+ */
1948
+ listCustomPrivacyPoliciesForBrand(request: $_model.ListCustomPrivacyPoliciesForBrandRequest): Promise<$_model.ListCustomPrivacyPoliciesForBrandResponse>;
1829
1949
  /**
1830
1950
  * Queries the proxy tokens of a domain name of an Employee Identity and Access Management (EIAM) instance.
1831
1951
  *
@@ -2240,6 +2360,21 @@ export default class Client extends OpenApi {
2240
2360
  * @returns RemoveApplicationAccountFromUserResponse
2241
2361
  */
2242
2362
  removeApplicationAccountFromUser(request: $_model.RemoveApplicationAccountFromUserRequest): Promise<$_model.RemoveApplicationAccountFromUserResponse>;
2363
+ /**
2364
+ * 移除品牌关联条款
2365
+ *
2366
+ * @param request - RemoveCustomPrivacyPoliciesFromBrandRequest
2367
+ * @param runtime - runtime options for this request RuntimeOptions
2368
+ * @returns RemoveCustomPrivacyPoliciesFromBrandResponse
2369
+ */
2370
+ removeCustomPrivacyPoliciesFromBrandWithOptions(request: $_model.RemoveCustomPrivacyPoliciesFromBrandRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RemoveCustomPrivacyPoliciesFromBrandResponse>;
2371
+ /**
2372
+ * 移除品牌关联条款
2373
+ *
2374
+ * @param request - RemoveCustomPrivacyPoliciesFromBrandRequest
2375
+ * @returns RemoveCustomPrivacyPoliciesFromBrandResponse
2376
+ */
2377
+ removeCustomPrivacyPoliciesFromBrand(request: $_model.RemoveCustomPrivacyPoliciesFromBrandRequest): Promise<$_model.RemoveCustomPrivacyPoliciesFromBrandResponse>;
2243
2378
  /**
2244
2379
  * 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
2380
  *
@@ -2708,6 +2843,21 @@ export default class Client extends OpenApi {
2708
2843
  * @returns UpdateConditionalAccessPolicyDescriptionResponse
2709
2844
  */
2710
2845
  updateConditionalAccessPolicyDescription(request: $_model.UpdateConditionalAccessPolicyDescriptionRequest): Promise<$_model.UpdateConditionalAccessPolicyDescriptionResponse>;
2846
+ /**
2847
+ * 更新自定义条款
2848
+ *
2849
+ * @param request - UpdateCustomPrivacyPolicyRequest
2850
+ * @param runtime - runtime options for this request RuntimeOptions
2851
+ * @returns UpdateCustomPrivacyPolicyResponse
2852
+ */
2853
+ updateCustomPrivacyPolicyWithOptions(request: $_model.UpdateCustomPrivacyPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCustomPrivacyPolicyResponse>;
2854
+ /**
2855
+ * 更新自定义条款
2856
+ *
2857
+ * @param request - UpdateCustomPrivacyPolicyRequest
2858
+ * @returns UpdateCustomPrivacyPolicyResponse
2859
+ */
2860
+ updateCustomPrivacyPolicy(request: $_model.UpdateCustomPrivacyPolicyRequest): Promise<$_model.UpdateCustomPrivacyPolicyResponse>;
2711
2861
  /**
2712
2862
  * 修改域名关联的品牌。
2713
2863
  *