@alicloud/eiam20211201 2.17.0 → 2.17.2

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 (423) hide show
  1. package/dist/client.d.ts +240 -240
  2. package/dist/client.js +261 -240
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AddApplicationAccountToUserRequest.d.ts +1 -1
  5. package/dist/models/AddApplicationAccountToUserResponseBody.d.ts +1 -1
  6. package/dist/models/AddUserToOrganizationalUnitsRequest.d.ts +1 -1
  7. package/dist/models/AddUsersToGroupRequest.d.ts +1 -1
  8. package/dist/models/AuthorizeApplicationToGroupsRequest.d.ts +2 -2
  9. package/dist/models/AuthorizeApplicationToUsersRequest.d.ts +2 -2
  10. package/dist/models/AuthorizeResourceServerScopesToClientRequest.d.ts +3 -3
  11. package/dist/models/AuthorizeResourceServerScopesToGroupRequest.d.ts +3 -3
  12. package/dist/models/AuthorizeResourceServerScopesToOrganizationalUnitRequest.d.ts +4 -4
  13. package/dist/models/AuthorizeResourceServerScopesToUserRequest.d.ts +4 -4
  14. package/dist/models/AuthorizeResourceServerToClientRequest.d.ts +2 -2
  15. package/dist/models/CheckApplicationProvisioningUserPrimaryOrganizationalUnitResponseBody.d.ts +1 -1
  16. package/dist/models/CreateApplicationClientSecretRequest.d.ts +1 -1
  17. package/dist/models/CreateApplicationClientSecretResponseBody.d.ts +3 -3
  18. package/dist/models/CreateApplicationFederatedCredentialRequest.d.ts +165 -3
  19. package/dist/models/CreateApplicationFederatedCredentialRequest.js +170 -1
  20. package/dist/models/CreateApplicationFederatedCredentialRequest.js.map +1 -1
  21. package/dist/models/CreateApplicationFederatedCredentialResponseBody.d.ts +1 -1
  22. package/dist/models/CreateApplicationRequest.d.ts +10 -16
  23. package/dist/models/CreateApplicationRequest.js.map +1 -1
  24. package/dist/models/CreateApplicationRoleRequest.d.ts +3 -3
  25. package/dist/models/CreateApplicationRoleResponseBody.d.ts +1 -1
  26. package/dist/models/CreateClientPublicKeyRequest.d.ts +2 -2
  27. package/dist/models/CreateClientPublicKeyResponseBody.d.ts +1 -1
  28. package/dist/models/CreateCloudAccountRequest.d.ts +9 -10
  29. package/dist/models/CreateCloudAccountRequest.js.map +1 -1
  30. package/dist/models/CreateCloudAccountResponseBody.d.ts +2 -2
  31. package/dist/models/CreateCredentialProviderRequest.d.ts +25 -34
  32. package/dist/models/CreateCredentialProviderRequest.js.map +1 -1
  33. package/dist/models/CreateCredentialProviderResponseBody.d.ts +1 -1
  34. package/dist/models/CreateCredentialRequest.d.ts +14 -19
  35. package/dist/models/CreateCredentialRequest.js.map +1 -1
  36. package/dist/models/CreateFederatedCredentialProviderRequest.d.ts +24 -24
  37. package/dist/models/CreateFederatedCredentialProviderResponseBody.d.ts +1 -1
  38. package/dist/models/CreateGroupRequest.d.ts +4 -4
  39. package/dist/models/CreateGroupResponseBody.d.ts +2 -2
  40. package/dist/models/CreateIdentityProviderRequest.d.ts +125 -132
  41. package/dist/models/CreateIdentityProviderRequest.js.map +1 -1
  42. package/dist/models/CreateIdentityProviderResponseBody.d.ts +2 -2
  43. package/dist/models/CreateOrganizationalUnitRequest.d.ts +5 -5
  44. package/dist/models/CreateOrganizationalUnitResponseBody.d.ts +2 -2
  45. package/dist/models/CreateUserRequest.d.ts +24 -29
  46. package/dist/models/CreateUserRequest.js.map +1 -1
  47. package/dist/models/CreateUserResponseBody.d.ts +1 -1
  48. package/dist/models/DeleteApplicationClientSecretRequest.d.ts +3 -3
  49. package/dist/models/DeleteApplicationClientSecretResponseBody.d.ts +1 -1
  50. package/dist/models/DeleteApplicationFederatedCredentialRequest.d.ts +1 -1
  51. package/dist/models/DeleteApplicationRequest.d.ts +2 -2
  52. package/dist/models/DeleteApplicationResponseBody.d.ts +1 -1
  53. package/dist/models/DeleteApplicationTokenRequest.d.ts +1 -1
  54. package/dist/models/DeleteCredentialProviderRequest.d.ts +2 -2
  55. package/dist/models/DeleteCredentialProviderResponseBody.d.ts +1 -1
  56. package/dist/models/DeleteGroupRequest.d.ts +2 -2
  57. package/dist/models/DeleteGroupResponseBody.d.ts +1 -1
  58. package/dist/models/DeleteIdentityProviderRequest.d.ts +2 -2
  59. package/dist/models/DeleteOrganizationalUnitChildrenRequest.d.ts +2 -2
  60. package/dist/models/DeleteOrganizationalUnitChildrenResponseBody.d.ts +1 -1
  61. package/dist/models/DeleteOrganizationalUnitRequest.d.ts +1 -1
  62. package/dist/models/DeleteResourceServerScopeRequest.d.ts +3 -3
  63. package/dist/models/DeleteResourceServerScopeResponseBody.d.ts +1 -1
  64. package/dist/models/DisableApplicationFederatedCredentialRequest.d.ts +1 -1
  65. package/dist/models/DisableApplicationRequest.d.ts +2 -2
  66. package/dist/models/DisableApplicationResponseBody.d.ts +1 -1
  67. package/dist/models/DisableApplicationTokenRequest.d.ts +1 -1
  68. package/dist/models/DisableClientPublicKeyRequest.d.ts +2 -2
  69. package/dist/models/DisableIdentityProviderUdPullRequest.d.ts +2 -2
  70. package/dist/models/DisableIdentityProviderUdPullResponseBody.d.ts +1 -1
  71. package/dist/models/DisableUserRequest.d.ts +1 -1
  72. package/dist/models/EnableClientPublicKeyRequest.d.ts +2 -2
  73. package/dist/models/EnableCredentialRequest.d.ts +1 -1
  74. package/dist/models/EnableIdentityProviderAuthnRequest.d.ts +1 -1
  75. package/dist/models/EnableIdentityProviderUdPullRequest.d.ts +2 -2
  76. package/dist/models/EnableIdentityProviderUdPullResponseBody.d.ts +1 -1
  77. package/dist/models/GenerateOauthTokenRequest.d.ts +1 -1
  78. package/dist/models/GenerateOauthTokenResponseBody.d.ts +3 -3
  79. package/dist/models/GetApplicationFederatedCredentialRequest.d.ts +1 -1
  80. package/dist/models/GetApplicationFederatedCredentialResponseBody.d.ts +150 -6
  81. package/dist/models/GetApplicationFederatedCredentialResponseBody.js +170 -1
  82. package/dist/models/GetApplicationFederatedCredentialResponseBody.js.map +1 -1
  83. package/dist/models/GetApplicationGrantScopeRequest.d.ts +2 -2
  84. package/dist/models/GetApplicationGrantScopeResponseBody.d.ts +3 -3
  85. package/dist/models/GetApplicationResponseBody.d.ts +34 -75
  86. package/dist/models/GetApplicationResponseBody.js.map +1 -1
  87. package/dist/models/GetApplicationRoleRequest.d.ts +3 -3
  88. package/dist/models/GetApplicationRoleResponseBody.d.ts +8 -8
  89. package/dist/models/GetApplicationTemplateRequest.d.ts +1 -1
  90. package/dist/models/GetApplicationTemplateResponseBody.d.ts +10 -10
  91. package/dist/models/GetAuthorizationServerRequest.d.ts +2 -2
  92. package/dist/models/GetAuthorizationServerResponseBody.d.ts +28 -11
  93. package/dist/models/GetAuthorizationServerResponseBody.js.map +1 -1
  94. package/dist/models/GetClientPublicKeyRequest.d.ts +1 -1
  95. package/dist/models/GetClientPublicKeyResponseBody.d.ts +5 -5
  96. package/dist/models/GetCloudAccountRequest.d.ts +1 -1
  97. package/dist/models/GetCloudAccountResponseBody.d.ts +23 -26
  98. package/dist/models/GetCloudAccountResponseBody.js +2 -0
  99. package/dist/models/GetCloudAccountResponseBody.js.map +1 -1
  100. package/dist/models/GetCloudAccountRoleRequest.d.ts +2 -2
  101. package/dist/models/GetCloudAccountRoleResponseBody.d.ts +27 -34
  102. package/dist/models/GetCloudAccountRoleResponseBody.js.map +1 -1
  103. package/dist/models/GetCredentialProviderRequest.d.ts +2 -2
  104. package/dist/models/GetCredentialProviderResponseBody.d.ts +34 -39
  105. package/dist/models/GetCredentialProviderResponseBody.js.map +1 -1
  106. package/dist/models/GetCredentialRequest.d.ts +2 -2
  107. package/dist/models/GetCredentialResponseBody.d.ts +25 -34
  108. package/dist/models/GetCredentialResponseBody.js.map +1 -1
  109. package/dist/models/GetGroupResponseBody.d.ts +9 -10
  110. package/dist/models/GetGroupResponseBody.js.map +1 -1
  111. package/dist/models/GetIdentityProviderResponseBody.d.ts +115 -115
  112. package/dist/models/GetIdentityProviderUdPullConfigurationRequest.d.ts +1 -1
  113. package/dist/models/GetIdentityProviderUdPullConfigurationResponseBody.d.ts +31 -31
  114. package/dist/models/GetOrganizationalUnitRequest.d.ts +2 -2
  115. package/dist/models/GetOrganizationalUnitResponseBody.d.ts +20 -23
  116. package/dist/models/GetOrganizationalUnitResponseBody.js.map +1 -1
  117. package/dist/models/GetResourceServerScopeRequest.d.ts +1 -1
  118. package/dist/models/GetResourceServerScopeResponseBody.d.ts +5 -5
  119. package/dist/models/GetUserRequest.d.ts +2 -2
  120. package/dist/models/GetUserResponseBody.d.ts +39 -41
  121. package/dist/models/GetUserResponseBody.js.map +1 -1
  122. package/dist/models/ListApplicationAccountsRequest.d.ts +1 -1
  123. package/dist/models/ListApplicationAccountsResponseBody.d.ts +5 -5
  124. package/dist/models/ListApplicationFederatedCredentialsForProviderRequest.d.ts +4 -4
  125. package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.d.ts +158 -9
  126. package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.js +172 -1
  127. package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.js.map +1 -1
  128. package/dist/models/ListApplicationFederatedCredentialsRequest.d.ts +4 -4
  129. package/dist/models/ListApplicationFederatedCredentialsResponseBody.d.ts +158 -9
  130. package/dist/models/ListApplicationFederatedCredentialsResponseBody.js +172 -1
  131. package/dist/models/ListApplicationFederatedCredentialsResponseBody.js.map +1 -1
  132. package/dist/models/ListApplicationSupportedProvisionProtocolTypesResponseBody.d.ts +4 -6
  133. package/dist/models/ListApplicationSupportedProvisionProtocolTypesResponseBody.js.map +1 -1
  134. package/dist/models/ListApplicationTokensRequest.d.ts +1 -1
  135. package/dist/models/ListApplicationTokensResponseBody.d.ts +7 -7
  136. package/dist/models/ListApplicationsForGroupRequest.d.ts +5 -5
  137. package/dist/models/ListApplicationsForGroupResponseBody.d.ts +10 -11
  138. package/dist/models/ListApplicationsForGroupResponseBody.js.map +1 -1
  139. package/dist/models/ListApplicationsForOrganizationalUnitRequest.d.ts +3 -3
  140. package/dist/models/ListApplicationsForOrganizationalUnitResponseBody.d.ts +4 -4
  141. package/dist/models/ListApplicationsRequest.d.ts +16 -19
  142. package/dist/models/ListApplicationsRequest.js +4 -0
  143. package/dist/models/ListApplicationsRequest.js.map +1 -1
  144. package/dist/models/ListApplicationsResponseBody.d.ts +33 -49
  145. package/dist/models/ListApplicationsResponseBody.js.map +1 -1
  146. package/dist/models/ListCloudAccountRolesRequest.d.ts +9 -13
  147. package/dist/models/ListCloudAccountRolesRequest.js.map +1 -1
  148. package/dist/models/ListCloudAccountRolesResponseBody.d.ts +27 -36
  149. package/dist/models/ListCloudAccountRolesResponseBody.js.map +1 -1
  150. package/dist/models/ListCloudAccountsRequest.d.ts +9 -11
  151. package/dist/models/ListCloudAccountsRequest.js.map +1 -1
  152. package/dist/models/ListCloudAccountsResponseBody.d.ts +24 -28
  153. package/dist/models/ListCloudAccountsResponseBody.js +2 -0
  154. package/dist/models/ListCloudAccountsResponseBody.js.map +1 -1
  155. package/dist/models/ListConditionalAccessPoliciesForApplicationRequest.d.ts +2 -2
  156. package/dist/models/ListConditionalAccessPoliciesForApplicationResponseBody.d.ts +33 -33
  157. package/dist/models/ListCredentialProvidersRequest.d.ts +11 -12
  158. package/dist/models/ListCredentialProvidersRequest.js.map +1 -1
  159. package/dist/models/ListCredentialProvidersResponseBody.d.ts +35 -40
  160. package/dist/models/ListCredentialProvidersResponseBody.js.map +1 -1
  161. package/dist/models/ListCredentialsRequest.d.ts +7 -10
  162. package/dist/models/ListCredentialsRequest.js.map +1 -1
  163. package/dist/models/ListCredentialsResponseBody.d.ts +29 -38
  164. package/dist/models/ListCredentialsResponseBody.js.map +1 -1
  165. package/dist/models/ListEventTypesRequest.d.ts +2 -2
  166. package/dist/models/ListEventTypesResponseBody.d.ts +4 -4
  167. package/dist/models/ListFederatedCredentialProvidersRequest.d.ts +5 -5
  168. package/dist/models/ListFederatedCredentialProvidersResponseBody.d.ts +33 -33
  169. package/dist/models/ListGroupsForUserRequest.d.ts +2 -2
  170. package/dist/models/ListGroupsForUserResponseBody.d.ts +17 -5
  171. package/dist/models/ListGroupsForUserResponseBody.js.map +1 -1
  172. package/dist/models/ListGroupsRequest.d.ts +7 -7
  173. package/dist/models/ListGroupsResponseBody.d.ts +13 -12
  174. package/dist/models/ListGroupsResponseBody.js.map +1 -1
  175. package/dist/models/ListIdentityProvidersRequest.d.ts +4 -4
  176. package/dist/models/ListIdentityProvidersResponseBody.d.ts +31 -31
  177. package/dist/models/ListInstancesRequest.d.ts +4 -1
  178. package/dist/models/ListInstancesRequest.js.map +1 -1
  179. package/dist/models/ListInstancesResponseBody.d.ts +33 -5
  180. package/dist/models/ListInstancesResponseBody.js.map +1 -1
  181. package/dist/models/ListOrganizationalUnitParentsRequest.d.ts +1 -1
  182. package/dist/models/ListOrganizationalUnitParentsResponseBody.d.ts +3 -3
  183. package/dist/models/ListResourceServerScopesRequest.d.ts +10 -10
  184. package/dist/models/ListResourceServerScopesResponseBody.d.ts +13 -13
  185. package/dist/models/ListResourceServersForUserRequest.d.ts +2 -2
  186. package/dist/models/ListResourceServersForUserResponseBody.d.ts +10 -8
  187. package/dist/models/ListResourceServersForUserResponseBody.js.map +1 -1
  188. package/dist/models/ListUsersRequest.d.ts +24 -31
  189. package/dist/models/ListUsersRequest.js.map +1 -1
  190. package/dist/models/ListUsersResponseBody.d.ts +32 -38
  191. package/dist/models/ListUsersResponseBody.js.map +1 -1
  192. package/dist/models/ObtainApplicationClientSecretResponseBody.d.ts +5 -7
  193. package/dist/models/ObtainApplicationClientSecretResponseBody.js.map +1 -1
  194. package/dist/models/ObtainApplicationTokenResponseBody.d.ts +4 -4
  195. package/dist/models/ObtainCredentialResponseBody.d.ts +23 -32
  196. package/dist/models/ObtainCredentialResponseBody.js.map +1 -1
  197. package/dist/models/ObtainDomainProxyTokenRequest.d.ts +2 -2
  198. package/dist/models/ObtainDomainProxyTokenResponseBody.d.ts +10 -11
  199. package/dist/models/ObtainDomainProxyTokenResponseBody.js.map +1 -1
  200. package/dist/models/RemoveApplicationAccountFromUserRequest.d.ts +4 -4
  201. package/dist/models/RemoveApplicationAccountFromUserResponseBody.d.ts +1 -1
  202. package/dist/models/RevokeApplicationFromGroupsRequest.d.ts +2 -2
  203. package/dist/models/RevokeApplicationFromUsersRequest.d.ts +2 -2
  204. package/dist/models/RevokeResourceServerFromClientRequest.d.ts +2 -2
  205. package/dist/models/RevokeResourceServerScopesFromClientRequest.d.ts +3 -3
  206. package/dist/models/RevokeResourceServerScopesFromGroupRequest.d.ts +2 -2
  207. package/dist/models/RevokeResourceServerScopesFromOrganizationalUnitRequest.d.ts +3 -3
  208. package/dist/models/RevokeResourceServerScopesFromUserRequest.d.ts +2 -2
  209. package/dist/models/SetApplicationProvisioningConfigRequest.d.ts +31 -48
  210. package/dist/models/SetApplicationProvisioningConfigRequest.js.map +1 -1
  211. package/dist/models/SetApplicationSsoConfigRequest.d.ts +48 -56
  212. package/dist/models/SetApplicationSsoConfigRequest.js.map +1 -1
  213. package/dist/models/SetDefaultDomainRequest.d.ts +1 -1
  214. package/dist/models/SetIdentityProviderAuthnConfigurationRequest.d.ts +18 -18
  215. package/dist/models/SetIdentityProviderUdPullConfigurationRequest.d.ts +21 -22
  216. package/dist/models/SetIdentityProviderUdPullConfigurationRequest.js.map +1 -1
  217. package/dist/models/UpdateApplicationAdvancedConfigRequest.d.ts +3 -3
  218. package/dist/models/UpdateApplicationClientSecretExpirationTimeRequest.d.ts +2 -2
  219. package/dist/models/UpdateApplicationFederatedCredentialRequest.d.ts +147 -1
  220. package/dist/models/UpdateApplicationFederatedCredentialRequest.js +168 -1
  221. package/dist/models/UpdateApplicationFederatedCredentialRequest.js.map +1 -1
  222. package/dist/models/UpdateApplicationInfoRequest.d.ts +2 -2
  223. package/dist/models/UpdateApplicationInfoResponseBody.d.ts +1 -1
  224. package/dist/models/UpdateConditionalAccessPolicyDescriptionRequest.d.ts +2 -2
  225. package/dist/models/UpdateConditionalAccessPolicyRequest.d.ts +14 -14
  226. package/dist/models/UpdateCredentialDescriptionRequest.d.ts +3 -3
  227. package/dist/models/UpdateCredentialDescriptionResponseBody.d.ts +1 -1
  228. package/dist/models/UpdateCredentialProviderRequest.d.ts +23 -33
  229. package/dist/models/UpdateCredentialProviderRequest.js.map +1 -1
  230. package/dist/models/UpdateCredentialProviderResponseBody.d.ts +1 -1
  231. package/dist/models/UpdateFederatedCredentialProviderDescriptionRequest.d.ts +2 -2
  232. package/dist/models/UpdateFederatedCredentialProviderRequest.d.ts +12 -12
  233. package/dist/models/UpdateIdentityProviderRequest.d.ts +53 -89
  234. package/dist/models/UpdateIdentityProviderRequest.js.map +1 -1
  235. package/dist/models/UpdateIdentityProviderResponseBody.d.ts +1 -1
  236. package/dist/models/UpdateNetworkZoneRequest.d.ts +2 -2
  237. package/dist/models/UpdateUserRequest.d.ts +13 -16
  238. package/dist/models/UpdateUserRequest.js.map +1 -1
  239. package/dist/models/model.d.ts +30 -0
  240. package/dist/models/model.js +104 -44
  241. package/dist/models/model.js.map +1 -1
  242. package/package.json +1 -1
  243. package/src/client.ts +268 -240
  244. package/src/models/AddApplicationAccountToUserRequest.ts +1 -1
  245. package/src/models/AddApplicationAccountToUserResponseBody.ts +1 -1
  246. package/src/models/AddUserToOrganizationalUnitsRequest.ts +1 -1
  247. package/src/models/AddUsersToGroupRequest.ts +1 -1
  248. package/src/models/AuthorizeApplicationToGroupsRequest.ts +2 -2
  249. package/src/models/AuthorizeApplicationToUsersRequest.ts +2 -2
  250. package/src/models/AuthorizeResourceServerScopesToClientRequest.ts +3 -3
  251. package/src/models/AuthorizeResourceServerScopesToGroupRequest.ts +3 -3
  252. package/src/models/AuthorizeResourceServerScopesToOrganizationalUnitRequest.ts +4 -4
  253. package/src/models/AuthorizeResourceServerScopesToUserRequest.ts +4 -4
  254. package/src/models/AuthorizeResourceServerToClientRequest.ts +2 -2
  255. package/src/models/CheckApplicationProvisioningUserPrimaryOrganizationalUnitResponseBody.ts +1 -1
  256. package/src/models/CreateApplicationClientSecretRequest.ts +1 -1
  257. package/src/models/CreateApplicationClientSecretResponseBody.ts +3 -3
  258. package/src/models/CreateApplicationFederatedCredentialRequest.ts +280 -3
  259. package/src/models/CreateApplicationFederatedCredentialResponseBody.ts +1 -1
  260. package/src/models/CreateApplicationRequest.ts +10 -16
  261. package/src/models/CreateApplicationRoleRequest.ts +3 -3
  262. package/src/models/CreateApplicationRoleResponseBody.ts +1 -1
  263. package/src/models/CreateClientPublicKeyRequest.ts +2 -2
  264. package/src/models/CreateClientPublicKeyResponseBody.ts +1 -1
  265. package/src/models/CreateCloudAccountRequest.ts +9 -10
  266. package/src/models/CreateCloudAccountResponseBody.ts +2 -2
  267. package/src/models/CreateCredentialProviderRequest.ts +25 -34
  268. package/src/models/CreateCredentialProviderResponseBody.ts +1 -1
  269. package/src/models/CreateCredentialRequest.ts +14 -19
  270. package/src/models/CreateFederatedCredentialProviderRequest.ts +24 -24
  271. package/src/models/CreateFederatedCredentialProviderResponseBody.ts +1 -1
  272. package/src/models/CreateGroupRequest.ts +4 -4
  273. package/src/models/CreateGroupResponseBody.ts +2 -2
  274. package/src/models/CreateIdentityProviderRequest.ts +125 -132
  275. package/src/models/CreateIdentityProviderResponseBody.ts +2 -2
  276. package/src/models/CreateOrganizationalUnitRequest.ts +5 -5
  277. package/src/models/CreateOrganizationalUnitResponseBody.ts +2 -2
  278. package/src/models/CreateUserRequest.ts +24 -29
  279. package/src/models/CreateUserResponseBody.ts +1 -1
  280. package/src/models/DeleteApplicationClientSecretRequest.ts +3 -3
  281. package/src/models/DeleteApplicationClientSecretResponseBody.ts +1 -1
  282. package/src/models/DeleteApplicationFederatedCredentialRequest.ts +1 -1
  283. package/src/models/DeleteApplicationRequest.ts +2 -2
  284. package/src/models/DeleteApplicationResponseBody.ts +1 -1
  285. package/src/models/DeleteApplicationTokenRequest.ts +1 -1
  286. package/src/models/DeleteCredentialProviderRequest.ts +2 -2
  287. package/src/models/DeleteCredentialProviderResponseBody.ts +1 -1
  288. package/src/models/DeleteGroupRequest.ts +2 -2
  289. package/src/models/DeleteGroupResponseBody.ts +1 -1
  290. package/src/models/DeleteIdentityProviderRequest.ts +2 -2
  291. package/src/models/DeleteOrganizationalUnitChildrenRequest.ts +2 -2
  292. package/src/models/DeleteOrganizationalUnitChildrenResponseBody.ts +1 -1
  293. package/src/models/DeleteOrganizationalUnitRequest.ts +1 -1
  294. package/src/models/DeleteResourceServerScopeRequest.ts +3 -3
  295. package/src/models/DeleteResourceServerScopeResponseBody.ts +1 -1
  296. package/src/models/DisableApplicationFederatedCredentialRequest.ts +1 -1
  297. package/src/models/DisableApplicationRequest.ts +2 -2
  298. package/src/models/DisableApplicationResponseBody.ts +1 -1
  299. package/src/models/DisableApplicationTokenRequest.ts +1 -1
  300. package/src/models/DisableClientPublicKeyRequest.ts +2 -2
  301. package/src/models/DisableIdentityProviderUdPullRequest.ts +2 -2
  302. package/src/models/DisableIdentityProviderUdPullResponseBody.ts +1 -1
  303. package/src/models/DisableUserRequest.ts +1 -1
  304. package/src/models/EnableClientPublicKeyRequest.ts +2 -2
  305. package/src/models/EnableCredentialRequest.ts +1 -1
  306. package/src/models/EnableIdentityProviderAuthnRequest.ts +1 -1
  307. package/src/models/EnableIdentityProviderUdPullRequest.ts +2 -2
  308. package/src/models/EnableIdentityProviderUdPullResponseBody.ts +1 -1
  309. package/src/models/GenerateOauthTokenRequest.ts +1 -1
  310. package/src/models/GenerateOauthTokenResponseBody.ts +3 -3
  311. package/src/models/GetApplicationFederatedCredentialRequest.ts +1 -1
  312. package/src/models/GetApplicationFederatedCredentialResponseBody.ts +265 -6
  313. package/src/models/GetApplicationGrantScopeRequest.ts +2 -2
  314. package/src/models/GetApplicationGrantScopeResponseBody.ts +3 -3
  315. package/src/models/GetApplicationResponseBody.ts +34 -75
  316. package/src/models/GetApplicationRoleRequest.ts +3 -3
  317. package/src/models/GetApplicationRoleResponseBody.ts +8 -8
  318. package/src/models/GetApplicationTemplateRequest.ts +1 -1
  319. package/src/models/GetApplicationTemplateResponseBody.ts +10 -10
  320. package/src/models/GetAuthorizationServerRequest.ts +2 -2
  321. package/src/models/GetAuthorizationServerResponseBody.ts +28 -11
  322. package/src/models/GetClientPublicKeyRequest.ts +1 -1
  323. package/src/models/GetClientPublicKeyResponseBody.ts +5 -5
  324. package/src/models/GetCloudAccountRequest.ts +1 -1
  325. package/src/models/GetCloudAccountResponseBody.ts +25 -26
  326. package/src/models/GetCloudAccountRoleRequest.ts +2 -2
  327. package/src/models/GetCloudAccountRoleResponseBody.ts +27 -34
  328. package/src/models/GetCredentialProviderRequest.ts +2 -2
  329. package/src/models/GetCredentialProviderResponseBody.ts +34 -39
  330. package/src/models/GetCredentialRequest.ts +2 -2
  331. package/src/models/GetCredentialResponseBody.ts +25 -34
  332. package/src/models/GetGroupResponseBody.ts +9 -10
  333. package/src/models/GetIdentityProviderResponseBody.ts +115 -115
  334. package/src/models/GetIdentityProviderUdPullConfigurationRequest.ts +1 -1
  335. package/src/models/GetIdentityProviderUdPullConfigurationResponseBody.ts +31 -31
  336. package/src/models/GetOrganizationalUnitRequest.ts +2 -2
  337. package/src/models/GetOrganizationalUnitResponseBody.ts +20 -23
  338. package/src/models/GetResourceServerScopeRequest.ts +1 -1
  339. package/src/models/GetResourceServerScopeResponseBody.ts +5 -5
  340. package/src/models/GetUserRequest.ts +2 -2
  341. package/src/models/GetUserResponseBody.ts +39 -41
  342. package/src/models/ListApplicationAccountsRequest.ts +1 -1
  343. package/src/models/ListApplicationAccountsResponseBody.ts +5 -5
  344. package/src/models/ListApplicationFederatedCredentialsForProviderRequest.ts +4 -4
  345. package/src/models/ListApplicationFederatedCredentialsForProviderResponseBody.ts +275 -9
  346. package/src/models/ListApplicationFederatedCredentialsRequest.ts +4 -4
  347. package/src/models/ListApplicationFederatedCredentialsResponseBody.ts +275 -9
  348. package/src/models/ListApplicationSupportedProvisionProtocolTypesResponseBody.ts +4 -6
  349. package/src/models/ListApplicationTokensRequest.ts +1 -1
  350. package/src/models/ListApplicationTokensResponseBody.ts +7 -7
  351. package/src/models/ListApplicationsForGroupRequest.ts +5 -5
  352. package/src/models/ListApplicationsForGroupResponseBody.ts +10 -11
  353. package/src/models/ListApplicationsForOrganizationalUnitRequest.ts +3 -3
  354. package/src/models/ListApplicationsForOrganizationalUnitResponseBody.ts +4 -4
  355. package/src/models/ListApplicationsRequest.ts +20 -19
  356. package/src/models/ListApplicationsResponseBody.ts +33 -49
  357. package/src/models/ListCloudAccountRolesRequest.ts +9 -13
  358. package/src/models/ListCloudAccountRolesResponseBody.ts +27 -36
  359. package/src/models/ListCloudAccountsRequest.ts +9 -11
  360. package/src/models/ListCloudAccountsResponseBody.ts +26 -28
  361. package/src/models/ListConditionalAccessPoliciesForApplicationRequest.ts +2 -2
  362. package/src/models/ListConditionalAccessPoliciesForApplicationResponseBody.ts +33 -33
  363. package/src/models/ListCredentialProvidersRequest.ts +11 -12
  364. package/src/models/ListCredentialProvidersResponseBody.ts +35 -40
  365. package/src/models/ListCredentialsRequest.ts +7 -10
  366. package/src/models/ListCredentialsResponseBody.ts +29 -38
  367. package/src/models/ListEventTypesRequest.ts +2 -2
  368. package/src/models/ListEventTypesResponseBody.ts +4 -4
  369. package/src/models/ListFederatedCredentialProvidersRequest.ts +5 -5
  370. package/src/models/ListFederatedCredentialProvidersResponseBody.ts +33 -33
  371. package/src/models/ListGroupsForUserRequest.ts +2 -2
  372. package/src/models/ListGroupsForUserResponseBody.ts +17 -5
  373. package/src/models/ListGroupsRequest.ts +7 -7
  374. package/src/models/ListGroupsResponseBody.ts +13 -12
  375. package/src/models/ListIdentityProvidersRequest.ts +4 -4
  376. package/src/models/ListIdentityProvidersResponseBody.ts +31 -31
  377. package/src/models/ListInstancesRequest.ts +4 -1
  378. package/src/models/ListInstancesResponseBody.ts +33 -5
  379. package/src/models/ListOrganizationalUnitParentsRequest.ts +1 -1
  380. package/src/models/ListOrganizationalUnitParentsResponseBody.ts +3 -3
  381. package/src/models/ListResourceServerScopesRequest.ts +10 -10
  382. package/src/models/ListResourceServerScopesResponseBody.ts +13 -13
  383. package/src/models/ListResourceServersForUserRequest.ts +2 -2
  384. package/src/models/ListResourceServersForUserResponseBody.ts +10 -8
  385. package/src/models/ListUsersRequest.ts +24 -31
  386. package/src/models/ListUsersResponseBody.ts +32 -38
  387. package/src/models/ObtainApplicationClientSecretResponseBody.ts +5 -7
  388. package/src/models/ObtainApplicationTokenResponseBody.ts +4 -4
  389. package/src/models/ObtainCredentialResponseBody.ts +23 -32
  390. package/src/models/ObtainDomainProxyTokenRequest.ts +2 -2
  391. package/src/models/ObtainDomainProxyTokenResponseBody.ts +10 -11
  392. package/src/models/RemoveApplicationAccountFromUserRequest.ts +4 -4
  393. package/src/models/RemoveApplicationAccountFromUserResponseBody.ts +1 -1
  394. package/src/models/RevokeApplicationFromGroupsRequest.ts +2 -2
  395. package/src/models/RevokeApplicationFromUsersRequest.ts +2 -2
  396. package/src/models/RevokeResourceServerFromClientRequest.ts +2 -2
  397. package/src/models/RevokeResourceServerScopesFromClientRequest.ts +3 -3
  398. package/src/models/RevokeResourceServerScopesFromGroupRequest.ts +2 -2
  399. package/src/models/RevokeResourceServerScopesFromOrganizationalUnitRequest.ts +3 -3
  400. package/src/models/RevokeResourceServerScopesFromUserRequest.ts +2 -2
  401. package/src/models/SetApplicationProvisioningConfigRequest.ts +31 -48
  402. package/src/models/SetApplicationSsoConfigRequest.ts +48 -56
  403. package/src/models/SetDefaultDomainRequest.ts +1 -1
  404. package/src/models/SetIdentityProviderAuthnConfigurationRequest.ts +18 -18
  405. package/src/models/SetIdentityProviderUdPullConfigurationRequest.ts +21 -22
  406. package/src/models/UpdateApplicationAdvancedConfigRequest.ts +3 -3
  407. package/src/models/UpdateApplicationClientSecretExpirationTimeRequest.ts +2 -2
  408. package/src/models/UpdateApplicationFederatedCredentialRequest.ts +260 -1
  409. package/src/models/UpdateApplicationInfoRequest.ts +2 -2
  410. package/src/models/UpdateApplicationInfoResponseBody.ts +1 -1
  411. package/src/models/UpdateConditionalAccessPolicyDescriptionRequest.ts +2 -2
  412. package/src/models/UpdateConditionalAccessPolicyRequest.ts +14 -14
  413. package/src/models/UpdateCredentialDescriptionRequest.ts +3 -3
  414. package/src/models/UpdateCredentialDescriptionResponseBody.ts +1 -1
  415. package/src/models/UpdateCredentialProviderRequest.ts +23 -33
  416. package/src/models/UpdateCredentialProviderResponseBody.ts +1 -1
  417. package/src/models/UpdateFederatedCredentialProviderDescriptionRequest.ts +2 -2
  418. package/src/models/UpdateFederatedCredentialProviderRequest.ts +12 -12
  419. package/src/models/UpdateIdentityProviderRequest.ts +53 -89
  420. package/src/models/UpdateIdentityProviderResponseBody.ts +1 -1
  421. package/src/models/UpdateNetworkZoneRequest.ts +2 -2
  422. package/src/models/UpdateUserRequest.ts +13 -16
  423. package/src/models/model.ts +30 -0
@@ -5,11 +5,10 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class CreateIdentityProviderRequestAuthnConfig extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Specifies whether the IdP supports authentication. Valid values:
8
+ * Whether the corresponding IdP supports authentication. Valid values:
9
+ * - Disabled: disabled
9
10
  *
10
- * - disabled
11
- *
12
- * - enabled
11
+ * - Enabled: enabled
13
12
  *
14
13
  * @example
15
14
  * enabled
@@ -17,11 +16,10 @@ export class CreateIdentityProviderRequestAuthnConfig extends $dara.Model {
17
16
  authnStatus?: string;
18
17
  /**
19
18
  * @remarks
20
- * Specifies whether to automatically update passwords. Valid values:
21
- *
22
- * - disabled
19
+ * Whether automatic password update is supported. Valid values:
20
+ * - Disabled: disabled
23
21
  *
24
- * - enabled
22
+ * - Enabled: enabled
25
23
  *
26
24
  * @example
27
25
  * enabled
@@ -53,11 +51,10 @@ export class CreateIdentityProviderRequestAuthnConfig extends $dara.Model {
53
51
  export class CreateIdentityProviderRequestAutoCreateUserConfig extends $dara.Model {
54
52
  /**
55
53
  * @remarks
56
- * Specifies whether to automatically create accounts. Valid values:
54
+ * Whether automatic account creation is enabled. Valid values:
55
+ * - Disabled: disabled
57
56
  *
58
- * - disabled
59
- *
60
- * - enabled
57
+ * - Enabled: enabled
61
58
  *
62
59
  * @example
63
60
  * disabled
@@ -65,7 +62,7 @@ export class CreateIdentityProviderRequestAutoCreateUserConfig extends $dara.Mod
65
62
  autoCreateUserStatus?: string;
66
63
  /**
67
64
  * @remarks
68
- * The collection of target organizational unit IDs.
65
+ * Set of target organizational unit IDs.
69
66
  */
70
67
  targetOrganizationalUnitIds?: string[];
71
68
  static names(): { [key: string]: string } {
@@ -97,11 +94,10 @@ export class CreateIdentityProviderRequestAutoCreateUserConfig extends $dara.Mod
97
94
  export class CreateIdentityProviderRequestAutoUpdateUserConfig extends $dara.Model {
98
95
  /**
99
96
  * @remarks
100
- * Specifies whether to automatically update accounts. Valid values:
101
- *
102
- * - disabled
97
+ * Whether automatic account update is enabled. Valid values:
98
+ * - Disabled: disabled
103
99
  *
104
- * - enabled
100
+ * - Enabled: enabled
105
101
  *
106
102
  * @example
107
103
  * disabled
@@ -131,11 +127,11 @@ export class CreateIdentityProviderRequestAutoUpdateUserConfig extends $dara.Mod
131
127
  export class CreateIdentityProviderRequestBindingConfigAutoMatchUserProfileExpressions extends $dara.Model {
132
128
  /**
133
129
  * @remarks
134
- * The type of the expression. Valid values:
130
+ * Expression type. Valid values:
135
131
  *
136
- * - field
132
+ * - Field: field
137
133
  *
138
- * - expression
134
+ * - Expression: expression
139
135
  *
140
136
  * @example
141
137
  * field
@@ -143,7 +139,7 @@ export class CreateIdentityProviderRequestBindingConfigAutoMatchUserProfileExpre
143
139
  expressionMappingType?: string;
144
140
  /**
145
141
  * @remarks
146
- * The expression for the value of the mapped attribute.
142
+ * Mapping attribute value expression.
147
143
  *
148
144
  * @example
149
145
  * idpUser.phoneNumber
@@ -151,7 +147,7 @@ export class CreateIdentityProviderRequestBindingConfigAutoMatchUserProfileExpre
151
147
  sourceValueExpression?: string;
152
148
  /**
153
149
  * @remarks
154
- * The name of the target mapped attribute.
150
+ * Mapping target attribute name.
155
151
  *
156
152
  * @example
157
153
  * user.username
@@ -159,7 +155,7 @@ export class CreateIdentityProviderRequestBindingConfigAutoMatchUserProfileExpre
159
155
  targetField?: string;
160
156
  /**
161
157
  * @remarks
162
- * The name of the mapping\\"s target property.
158
+ * Mapping target attribute description.
163
159
  *
164
160
  * @example
165
161
  * username
@@ -195,16 +191,16 @@ export class CreateIdentityProviderRequestBindingConfigAutoMatchUserProfileExpre
195
191
  export class CreateIdentityProviderRequestBindingConfig extends $dara.Model {
196
192
  /**
197
193
  * @remarks
198
- * The list of rules for automatically matching accounts.
194
+ * List of rules for automatic account matching.
199
195
  */
200
196
  autoMatchUserProfileExpressions?: CreateIdentityProviderRequestBindingConfigAutoMatchUserProfileExpressions[];
201
197
  /**
202
198
  * @remarks
203
- * Specifies whether to automatically match accounts. Valid values:
199
+ * Whether automatic account matching is enabled. Valid values:
204
200
  *
205
- * - disabled
201
+ * - Disabled: disabled
206
202
  *
207
- * - enabled
203
+ * - Enabled: enabled
208
204
  *
209
205
  * @example
210
206
  * disabled
@@ -212,11 +208,10 @@ export class CreateIdentityProviderRequestBindingConfig extends $dara.Model {
212
208
  autoMatchUserStatus?: string;
213
209
  /**
214
210
  * @remarks
215
- * Specifies whether to allow users to manually bind accounts. Valid values:
211
+ * Whether the manual account binding feature is enabled. Valid values:
212
+ * - Disabled: disabled
216
213
  *
217
- * - disabled
218
- *
219
- * - enabled
214
+ * - Enabled: enabled
220
215
  *
221
216
  * @example
222
217
  * enabled
@@ -253,7 +248,7 @@ export class CreateIdentityProviderRequestBindingConfig extends $dara.Model {
253
248
  export class CreateIdentityProviderRequestDingtalkAppConfig extends $dara.Model {
254
249
  /**
255
250
  * @remarks
256
- * The AppKey of the DingTalk application.
251
+ * AppKey of the DingTalk first-party application.
257
252
  *
258
253
  * @example
259
254
  * Xczngvfemo4e
@@ -261,7 +256,7 @@ export class CreateIdentityProviderRequestDingtalkAppConfig extends $dara.Model
261
256
  appKey?: string;
262
257
  /**
263
258
  * @remarks
264
- * The AppSecret of the DingTalk application.
259
+ * AppSecret of the DingTalk first-party application.
265
260
  *
266
261
  * @example
267
262
  * 5d405a12a6f84ad4ab05ee09axxxx
@@ -269,7 +264,7 @@ export class CreateIdentityProviderRequestDingtalkAppConfig extends $dara.Model
269
264
  appSecret?: string;
270
265
  /**
271
266
  * @remarks
272
- * The CorpId of the DingTalk application.
267
+ * CorpId of the DingTalk first-party application.
273
268
  *
274
269
  * @example
275
270
  * 307568042478613xxxx
@@ -277,11 +272,11 @@ export class CreateIdentityProviderRequestDingtalkAppConfig extends $dara.Model
277
272
  corpId?: string;
278
273
  /**
279
274
  * @remarks
280
- * The DingTalk version. Valid values:
275
+ * DingTalk version. Valid values:
281
276
  *
282
- * - public_dingtalk: Standard DingTalk
277
+ * - Standard DingTalk: public_dingtalk
283
278
  *
284
- * - private_dingtalk: Enterprise DingTalk
279
+ * - Exclusive DingTalk: private_dingtalk
285
280
  *
286
281
  * @example
287
282
  * public_dingtalk
@@ -289,7 +284,7 @@ export class CreateIdentityProviderRequestDingtalkAppConfig extends $dara.Model
289
284
  dingtalkVersion?: string;
290
285
  /**
291
286
  * @remarks
292
- * The EncryptKey of the DingTalk application.
287
+ * DingTalk application EncryptKey.
293
288
  *
294
289
  * @example
295
290
  * VkdWw91mdkrjVFr3ObNwefap21dfxxxx
@@ -297,7 +292,7 @@ export class CreateIdentityProviderRequestDingtalkAppConfig extends $dara.Model
297
292
  encryptKey?: string;
298
293
  /**
299
294
  * @remarks
300
- * The VerificationToken of the DingTalk application.
295
+ * DingTalk application VerificationToken.
301
296
  *
302
297
  * @example
303
298
  * myDingApp_VerifyTokenxxxxx
@@ -337,7 +332,7 @@ export class CreateIdentityProviderRequestDingtalkAppConfig extends $dara.Model
337
332
  export class CreateIdentityProviderRequestLarkConfig extends $dara.Model {
338
333
  /**
339
334
  * @remarks
340
- * The AppId of the Lark application.
335
+ * Lark application AppId.
341
336
  *
342
337
  * @example
343
338
  * cli_xxxx
@@ -345,7 +340,7 @@ export class CreateIdentityProviderRequestLarkConfig extends $dara.Model {
345
340
  appId?: string;
346
341
  /**
347
342
  * @remarks
348
- * The App Secret of the Lark application.
343
+ * Lark application Secret.
349
344
  *
350
345
  * @example
351
346
  * KiiLzh5Dueh4wbLxxxx
@@ -353,7 +348,7 @@ export class CreateIdentityProviderRequestLarkConfig extends $dara.Model {
353
348
  appSecret?: string;
354
349
  /**
355
350
  * @remarks
356
- * The EncryptKey of the custom Lark application.
351
+ * EncryptKey of the Lark self-built application.
357
352
  *
358
353
  * @example
359
354
  * VkdWw91mdkrjVFr3ObNwefap21dfxxxx
@@ -361,7 +356,7 @@ export class CreateIdentityProviderRequestLarkConfig extends $dara.Model {
361
356
  encryptKey?: string;
362
357
  /**
363
358
  * @remarks
364
- * The enterprise code of Lark.
359
+ * Lark enterprise code.
365
360
  *
366
361
  * @example
367
362
  * FSX123111xxx
@@ -369,7 +364,7 @@ export class CreateIdentityProviderRequestLarkConfig extends $dara.Model {
369
364
  enterpriseNumber?: string;
370
365
  /**
371
366
  * @remarks
372
- * The VerificationToken of the custom Lark application.
367
+ * VerificationToken of the Lark self-built application.
373
368
  *
374
369
  * @example
375
370
  * feishuVerifyTokenxxxxx
@@ -407,7 +402,7 @@ export class CreateIdentityProviderRequestLarkConfig extends $dara.Model {
407
402
  export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
408
403
  /**
409
404
  * @remarks
410
- * The administrator password.
405
+ * Administrator password.
411
406
  *
412
407
  * @example
413
408
  * xxxx
@@ -415,7 +410,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
415
410
  administratorPassword?: string;
416
411
  /**
417
412
  * @remarks
418
- * The administrator account.
413
+ * Administrator account.
419
414
  *
420
415
  * @example
421
416
  * DC=example,DC=com
@@ -423,11 +418,11 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
423
418
  administratorUsername?: string;
424
419
  /**
425
420
  * @remarks
426
- * Specifies whether to verify the certificate fingerprint. Valid values:
421
+ * Whether to verify certificate fingerprint. Valid values:
427
422
  *
428
- * - disabled
423
+ * - Disabled: disabled
429
424
  *
430
- * - enabled
425
+ * - Enabled: enabled
431
426
  *
432
427
  * @example
433
428
  * enabled
@@ -435,12 +430,12 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
435
430
  certificateFingerprintStatus?: string;
436
431
  /**
437
432
  * @remarks
438
- * The list of certificate fingerprints.
433
+ * Certificate fingerprint list.
439
434
  */
440
435
  certificateFingerprints?: string[];
441
436
  /**
442
437
  * @remarks
443
- * The group member identifier.
438
+ * Group member attribute.
444
439
  *
445
440
  * @example
446
441
  * member
@@ -448,7 +443,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
448
443
  groupMemberAttributeName?: string;
449
444
  /**
450
445
  * @remarks
451
- * The objectClass for groups.
446
+ * Group ObjectClass.
452
447
  *
453
448
  * @example
454
449
  * group
@@ -456,7 +451,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
456
451
  groupObjectClass?: string;
457
452
  /**
458
453
  * @remarks
459
- * The custom filter for groups.
454
+ * Group custom filter.
460
455
  *
461
456
  * @example
462
457
  * (|(cn=test)(group=test@test.com))
@@ -464,7 +459,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
464
459
  groupObjectClassCustomFilter?: string;
465
460
  /**
466
461
  * @remarks
467
- * The communication protocol.
462
+ * Communication protocol.
468
463
  *
469
464
  * @example
470
465
  * ldap
@@ -472,7 +467,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
472
467
  ldapProtocol?: string;
473
468
  /**
474
469
  * @remarks
475
- * The address of the AD/LDAP server.
470
+ * AD/LDAP server address.
476
471
  *
477
472
  * @example
478
473
  * 123.xx.xx.89
@@ -480,7 +475,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
480
475
  ldapServerHost?: string;
481
476
  /**
482
477
  * @remarks
483
- * The port number of the AD/LDAP server.
478
+ * AD/LDAP port number.
484
479
  *
485
480
  * @example
486
481
  * 636
@@ -488,7 +483,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
488
483
  ldapServerPort?: number;
489
484
  /**
490
485
  * @remarks
491
- * The objectClass for organizational units.
486
+ * Organization ObjectClass.
492
487
  *
493
488
  * @example
494
489
  * organizationUnit,top
@@ -496,7 +491,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
496
491
  organizationUnitObjectClass?: string;
497
492
  /**
498
493
  * @remarks
499
- * The RDN for organizational units.
494
+ * Organization RDN.
500
495
  *
501
496
  * @example
502
497
  * ou
@@ -504,7 +499,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
504
499
  organizationalUnitRdn?: string;
505
500
  /**
506
501
  * @remarks
507
- * The switch for password synchronization.
502
+ * Password synchronization switch.
508
503
  *
509
504
  * @example
510
505
  * enabled
@@ -512,11 +507,10 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
512
507
  passwordSyncStatus?: string;
513
508
  /**
514
509
  * @remarks
515
- * Specifies whether to enable StartTLS. Valid values:
516
- *
517
- * - disabled
510
+ * Whether startTLS is enabled. Valid values:
511
+ * - Disabled: disabled
518
512
  *
519
- * - enabled
513
+ * - Enabled: enabled
520
514
  *
521
515
  * @example
522
516
  * enabled
@@ -524,7 +518,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
524
518
  startTlsStatus?: string;
525
519
  /**
526
520
  * @remarks
527
- * The user logon identifier.
521
+ * User login identifier.
528
522
  *
529
523
  * @example
530
524
  * userPrincipalName, mail
@@ -532,7 +526,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
532
526
  userLoginIdentifier?: string;
533
527
  /**
534
528
  * @remarks
535
- * The objectClass for users.
529
+ * User ObjectClass.
536
530
  *
537
531
  * @example
538
532
  * person,user
@@ -540,7 +534,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
540
534
  userObjectClass?: string;
541
535
  /**
542
536
  * @remarks
543
- * The custom filter for users.
537
+ * User custom filter.
544
538
  *
545
539
  * @example
546
540
  * (|(cn=test)(mail=test@test.com))
@@ -548,7 +542,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
548
542
  userObjectClassCustomFilter?: string;
549
543
  /**
550
544
  * @remarks
551
- * The RDN for users.
545
+ * User RDN.
552
546
  *
553
547
  * @example
554
548
  * cn
@@ -615,7 +609,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
615
609
  export class CreateIdentityProviderRequestOidcConfigAuthnParam extends $dara.Model {
616
610
  /**
617
611
  * @remarks
618
- * The OIDC authentication method. Valid values:
612
+ * OIDC authentication method. Valid values:
619
613
  *
620
614
  * - client_secret_basic
621
615
  *
@@ -627,7 +621,7 @@ export class CreateIdentityProviderRequestOidcConfigAuthnParam extends $dara.Mod
627
621
  authnMethod?: string;
628
622
  /**
629
623
  * @remarks
630
- * The OIDC client ID.
624
+ * OIDC client ID.
631
625
  *
632
626
  * @example
633
627
  * mkv7rgt4d7i4u7zqtzev2mxxxx
@@ -635,7 +629,7 @@ export class CreateIdentityProviderRequestOidcConfigAuthnParam extends $dara.Mod
635
629
  clientId?: string;
636
630
  /**
637
631
  * @remarks
638
- * The OpenID Connect (OIDC) client secret.
632
+ * OIDC client secret.
639
633
  *
640
634
  * @example
641
635
  * CSEHDddddddxxxxuxkJEHPveWRXBGqVqRsxxxx
@@ -669,7 +663,7 @@ export class CreateIdentityProviderRequestOidcConfigAuthnParam extends $dara.Mod
669
663
  export class CreateIdentityProviderRequestOidcConfigEndpointConfig extends $dara.Model {
670
664
  /**
671
665
  * @remarks
672
- * The OIDC authorization endpoint.
666
+ * OIDC authorization endpoint.
673
667
  *
674
668
  * @example
675
669
  * https://example.com/auth/authorize
@@ -677,7 +671,7 @@ export class CreateIdentityProviderRequestOidcConfigEndpointConfig extends $dara
677
671
  authorizationEndpoint?: string;
678
672
  /**
679
673
  * @remarks
680
- * The OIDC issuer.
674
+ * OIDC issuer.
681
675
  *
682
676
  * @example
683
677
  * https://example.com/auth
@@ -685,7 +679,7 @@ export class CreateIdentityProviderRequestOidcConfigEndpointConfig extends $dara
685
679
  issuer?: string;
686
680
  /**
687
681
  * @remarks
688
- * The OIDC JWKS URI.
682
+ * OIDC JWKS URI.
689
683
  *
690
684
  * @example
691
685
  * https://example.com/auth/jwks
@@ -693,7 +687,7 @@ export class CreateIdentityProviderRequestOidcConfigEndpointConfig extends $dara
693
687
  jwksUri?: string;
694
688
  /**
695
689
  * @remarks
696
- * The OIDC token endpoint.
690
+ * OIDC token endpoint.
697
691
  *
698
692
  * @example
699
693
  * https://example.com/auth/token
@@ -701,7 +695,7 @@ export class CreateIdentityProviderRequestOidcConfigEndpointConfig extends $dara
701
695
  tokenEndpoint?: string;
702
696
  /**
703
697
  * @remarks
704
- * The OIDC user information endpoint.
698
+ * OIDC UserInfo endpoint.
705
699
  *
706
700
  * @example
707
701
  * https://example.com/auth/userinfo
@@ -739,17 +733,17 @@ export class CreateIdentityProviderRequestOidcConfigEndpointConfig extends $dara
739
733
  export class CreateIdentityProviderRequestOidcConfig extends $dara.Model {
740
734
  /**
741
735
  * @remarks
742
- * The OIDC client authentication configurations.
736
+ * OIDC client authentication configuration.
743
737
  */
744
738
  authnParam?: CreateIdentityProviderRequestOidcConfigAuthnParam;
745
739
  /**
746
740
  * @remarks
747
- * The OIDC endpoint configurations.
741
+ * OIDC endpoint configuration.
748
742
  */
749
743
  endpointConfig?: CreateIdentityProviderRequestOidcConfigEndpointConfig;
750
744
  /**
751
745
  * @remarks
752
- * The collection of OIDC authorization scopes.
746
+ * OIDC grant scopes.
753
747
  *
754
748
  * @example
755
749
  * openid
@@ -757,7 +751,7 @@ export class CreateIdentityProviderRequestOidcConfig extends $dara.Model {
757
751
  grantScopes?: string[];
758
752
  /**
759
753
  * @remarks
760
- * The OIDC grant type.
754
+ * OIDC grant type.
761
755
  *
762
756
  * @example
763
757
  * authorization_code
@@ -765,11 +759,11 @@ export class CreateIdentityProviderRequestOidcConfig extends $dara.Model {
765
759
  grantType?: string;
766
760
  /**
767
761
  * @remarks
768
- * The PKCE algorithm. Valid values:
762
+ * PKCE algorithm. Valid values:
769
763
  *
770
- * - S256: SHA256
764
+ * - SHA256: S256
771
765
  *
772
- * - plain: Plaintext
766
+ * - Plain text: plain
773
767
  *
774
768
  * @example
775
769
  * S256
@@ -777,7 +771,7 @@ export class CreateIdentityProviderRequestOidcConfig extends $dara.Model {
777
771
  pkceChallengeMethod?: string;
778
772
  /**
779
773
  * @remarks
780
- * Specifies whether to use PKCE in the Authorization Code grant type.
774
+ * Whether to use PKCE in Authorization Code grant mode.
781
775
  *
782
776
  * @example
783
777
  * true
@@ -920,7 +914,7 @@ export class CreateIdentityProviderRequestSamlConfig extends $dara.Model {
920
914
  export class CreateIdentityProviderRequestUdPullConfigPeriodicSyncConfig extends $dara.Model {
921
915
  /**
922
916
  * @remarks
923
- * The cron expression.
917
+ * Cron expression.
924
918
  *
925
919
  * @example
926
920
  * 0 45 1 * * ?
@@ -928,12 +922,12 @@ export class CreateIdentityProviderRequestUdPullConfigPeriodicSyncConfig extends
928
922
  periodicSyncCron?: string;
929
923
  /**
930
924
  * @remarks
931
- * The collection of running time points.
925
+ * Set of execution time points.
932
926
  */
933
927
  periodicSyncTimes?: number[];
934
928
  /**
935
929
  * @remarks
936
- * The type.
930
+ * Type.
937
931
  *
938
932
  * @example
939
933
  * cron
@@ -970,12 +964,12 @@ export class CreateIdentityProviderRequestUdPullConfigPeriodicSyncConfig extends
970
964
  export class CreateIdentityProviderRequestUdPullConfigUdSyncScopeConfig extends $dara.Model {
971
965
  /**
972
966
  * @remarks
973
- * The list of source nodes for synchronization.
967
+ * Source synchronization node list.
974
968
  */
975
969
  sourceScopes?: string[];
976
970
  /**
977
971
  * @remarks
978
- * The target node for synchronization. Enter the IDaaS organization ID.
972
+ * Target synchronization node. Enter the IDaaS organization ID.
979
973
  *
980
974
  * @example
981
975
  * ou_lyhyy6p7yf7mdrdiq5xxxx
@@ -1010,11 +1004,11 @@ export class CreateIdentityProviderRequestUdPullConfigUdSyncScopeConfig extends
1010
1004
  export class CreateIdentityProviderRequestUdPullConfig extends $dara.Model {
1011
1005
  /**
1012
1006
  * @remarks
1013
- * Specifies whether to synchronize groups. The default value is disabled. Valid values:
1007
+ * Whether group synchronization is supported. Default: disabled. Valid values:
1014
1008
  *
1015
- * - disabled
1009
+ * - Disabled: disabled
1016
1010
  *
1017
- * - enabled
1011
+ * - Enabled: enabled
1018
1012
  *
1019
1013
  * @example
1020
1014
  * disabled
@@ -1022,11 +1016,11 @@ export class CreateIdentityProviderRequestUdPullConfig extends $dara.Model {
1022
1016
  groupSyncStatus?: string;
1023
1017
  /**
1024
1018
  * @remarks
1025
- * The status of incremental callbacks. Specifies whether to process incremental callback data from the identity provider (IdP). Valid values:
1019
+ * Incremental callback status. Specifies whether to process incremental callback data from the IdP. Valid values:
1026
1020
  *
1027
- * - disabled
1021
+ * - Disabled: disabled
1028
1022
  *
1029
- * - enabled
1023
+ * - Enabled: enabled
1030
1024
  *
1031
1025
  * @example
1032
1026
  * disabled
@@ -1034,16 +1028,15 @@ export class CreateIdentityProviderRequestUdPullConfig extends $dara.Model {
1034
1028
  incrementalCallbackStatus?: string;
1035
1029
  /**
1036
1030
  * @remarks
1037
- * The configuration for periodic synchronization.
1031
+ * Periodic verification configuration.
1038
1032
  */
1039
1033
  periodicSyncConfig?: CreateIdentityProviderRequestUdPullConfigPeriodicSyncConfig;
1040
1034
  /**
1041
1035
  * @remarks
1042
- * The status of periodic synchronization. Specifies whether to periodically check for data differences between IDaaS and the IdP. Valid values:
1043
- *
1044
- * - disabled
1036
+ * Periodic verification status. Specifies whether to periodically verify data differences between EIAM and the identity provider. Valid values:
1037
+ * - Disabled: disabled
1045
1038
  *
1046
- * - enabled
1039
+ * - Enabled: enabled
1047
1040
  *
1048
1041
  * @example
1049
1042
  * disabled
@@ -1051,7 +1044,7 @@ export class CreateIdentityProviderRequestUdPullConfig extends $dara.Model {
1051
1044
  periodicSyncStatus?: string;
1052
1045
  /**
1053
1046
  * @remarks
1054
- * The synchronization scope configurations.
1047
+ * Synchronization scope configuration.
1055
1048
  */
1056
1049
  udSyncScopeConfig?: CreateIdentityProviderRequestUdPullConfigUdSyncScopeConfig;
1057
1050
  static names(): { [key: string]: string } {
@@ -1092,7 +1085,7 @@ export class CreateIdentityProviderRequestUdPullConfig extends $dara.Model {
1092
1085
  export class CreateIdentityProviderRequestUdPushConfigPeriodicSyncConfig extends $dara.Model {
1093
1086
  /**
1094
1087
  * @remarks
1095
- * The cron expression.
1088
+ * Cron expression.
1096
1089
  *
1097
1090
  * @example
1098
1091
  * 0 45 1 * * ?
@@ -1100,12 +1093,12 @@ export class CreateIdentityProviderRequestUdPushConfigPeriodicSyncConfig extends
1100
1093
  periodicSyncCron?: string;
1101
1094
  /**
1102
1095
  * @remarks
1103
- * The collection of running time points.
1096
+ * Set of execution time points.
1104
1097
  */
1105
1098
  periodicSyncTimes?: number[];
1106
1099
  /**
1107
1100
  * @remarks
1108
- * The type.
1101
+ * Type.
1109
1102
  *
1110
1103
  * @example
1111
1104
  * cron
@@ -1142,12 +1135,12 @@ export class CreateIdentityProviderRequestUdPushConfigPeriodicSyncConfig extends
1142
1135
  export class CreateIdentityProviderRequestUdPushConfigUdSyncScopeConfigs extends $dara.Model {
1143
1136
  /**
1144
1137
  * @remarks
1145
- * The list of source nodes for synchronization.
1138
+ * Source synchronization node list.
1146
1139
  */
1147
1140
  sourceScopes?: string[];
1148
1141
  /**
1149
1142
  * @remarks
1150
- * The target node for synchronization.
1143
+ * Target synchronization node.
1151
1144
  *
1152
1145
  * @example
1153
1146
  * ou_lyhyy6p7yf7mdrdiq5xxxx
@@ -1182,7 +1175,7 @@ export class CreateIdentityProviderRequestUdPushConfigUdSyncScopeConfigs extends
1182
1175
  export class CreateIdentityProviderRequestUdPushConfig extends $dara.Model {
1183
1176
  /**
1184
1177
  * @remarks
1185
- * The status of incremental callbacks. This parameter is not in use. Ignore this parameter.
1178
+ * Incremental callback status. This field is not yet enabled. Please ignore it.
1186
1179
  *
1187
1180
  * @example
1188
1181
  * disabled
@@ -1190,12 +1183,12 @@ export class CreateIdentityProviderRequestUdPushConfig extends $dara.Model {
1190
1183
  incrementalCallbackStatus?: string;
1191
1184
  /**
1192
1185
  * @remarks
1193
- * The periodic synchronization configurations.
1186
+ * Periodic verification configuration.
1194
1187
  */
1195
1188
  periodicSyncConfig?: CreateIdentityProviderRequestUdPushConfigPeriodicSyncConfig;
1196
1189
  /**
1197
1190
  * @remarks
1198
- * The status of periodic synchronization. This parameter is not in use. Ignore this parameter.
1191
+ * Periodic verification status. This field is not yet enabled. Please ignore it.
1199
1192
  *
1200
1193
  * @example
1201
1194
  * disabled
@@ -1203,7 +1196,7 @@ export class CreateIdentityProviderRequestUdPushConfig extends $dara.Model {
1203
1196
  periodicSyncStatus?: string;
1204
1197
  /**
1205
1198
  * @remarks
1206
- * The configurations of the outbound synchronization scope.
1199
+ * Outbound synchronization configuration.
1207
1200
  */
1208
1201
  udSyncScopeConfigs?: CreateIdentityProviderRequestUdPushConfigUdSyncScopeConfigs[];
1209
1202
  static names(): { [key: string]: string } {
@@ -1242,7 +1235,7 @@ export class CreateIdentityProviderRequestUdPushConfig extends $dara.Model {
1242
1235
  export class CreateIdentityProviderRequestWeComConfig extends $dara.Model {
1243
1236
  /**
1244
1237
  * @remarks
1245
- * The agent ID of the custom WeCom application.
1238
+ * AgentId of the WeCom self-built application.
1246
1239
  *
1247
1240
  * @example
1248
1241
  * 278231941749863339
@@ -1250,7 +1243,7 @@ export class CreateIdentityProviderRequestWeComConfig extends $dara.Model {
1250
1243
  agentId?: string;
1251
1244
  /**
1252
1245
  * @remarks
1253
- * The authorized callback domain.
1246
+ * Authorization callback domain.
1254
1247
  *
1255
1248
  * @example
1256
1249
  * https://xxx.aliyunidaas.com/xxxx
@@ -1258,7 +1251,7 @@ export class CreateIdentityProviderRequestWeComConfig extends $dara.Model {
1258
1251
  authorizeCallbackDomain?: string;
1259
1252
  /**
1260
1253
  * @remarks
1261
- * The CorpId of the custom WeCom application.
1254
+ * CorpId of the WeCom self-built application.
1262
1255
  *
1263
1256
  * @example
1264
1257
  * 3756043633237690761
@@ -1266,7 +1259,7 @@ export class CreateIdentityProviderRequestWeComConfig extends $dara.Model {
1266
1259
  corpId?: string;
1267
1260
  /**
1268
1261
  * @remarks
1269
- * The CorpSecret of the custom WeCom application.
1262
+ * CorpSecret of the WeCom self-built application.
1270
1263
  *
1271
1264
  * @example
1272
1265
  * CSEHDddddddxxxxuxkJEHPveWRXBGqVqRsxxxx
@@ -1274,7 +1267,7 @@ export class CreateIdentityProviderRequestWeComConfig extends $dara.Model {
1274
1267
  corpSecret?: string;
1275
1268
  /**
1276
1269
  * @remarks
1277
- * The trusted domain name.
1270
+ * Trusted domain.
1278
1271
  *
1279
1272
  * @example
1280
1273
  * https://xxx.aliyunidaas.com/
@@ -1312,27 +1305,27 @@ export class CreateIdentityProviderRequestWeComConfig extends $dara.Model {
1312
1305
  export class CreateIdentityProviderRequest extends $dara.Model {
1313
1306
  /**
1314
1307
  * @remarks
1315
- * The authentication configurations.
1308
+ * Authentication configuration.
1316
1309
  */
1317
1310
  authnConfig?: CreateIdentityProviderRequestAuthnConfig;
1318
1311
  /**
1319
1312
  * @remarks
1320
- * The rule configurations for automatic account creation.
1313
+ * Automatic account creation rule configuration.
1321
1314
  */
1322
1315
  autoCreateUserConfig?: CreateIdentityProviderRequestAutoCreateUserConfig;
1323
1316
  /**
1324
1317
  * @remarks
1325
- * The rule configurations for automatic account updates.
1318
+ * Automatic account update rule configuration.
1326
1319
  */
1327
1320
  autoUpdateUserConfig?: CreateIdentityProviderRequestAutoUpdateUserConfig;
1328
1321
  /**
1329
1322
  * @remarks
1330
- * The account binding rule configurations for the OIDC identity provider.
1323
+ * OIDC identity provider account binding rule configuration.
1331
1324
  */
1332
1325
  bindingConfig?: CreateIdentityProviderRequestBindingConfig;
1333
1326
  /**
1334
1327
  * @remarks
1335
- * A client token used to ensure the idempotence of the request. Generate a unique value from your client for each request. The ClientToken can only contain ASCII characters. Note: If you do not specify this parameter, the system automatically uses the RequestId of the API request as the ClientToken. The RequestId may be different for each API request.
1328
+ * Client token used to ensure the idempotency of the request. Generate a parameter value from your client to ensure the value is unique across different requests. ClientToken only supports ASCII characters. If you do not specify this parameter, the system automatically uses the RequestId of the API request as the ClientToken. The RequestId may be different for each API request.
1336
1329
  *
1337
1330
  * @example
1338
1331
  * clientToken_20250704_Axxxxx
@@ -1340,12 +1333,12 @@ export class CreateIdentityProviderRequest extends $dara.Model {
1340
1333
  clientToken?: string;
1341
1334
  /**
1342
1335
  * @remarks
1343
- * The DingTalk configurations.
1336
+ * DingTalk configuration.
1344
1337
  */
1345
1338
  dingtalkAppConfig?: CreateIdentityProviderRequestDingtalkAppConfig;
1346
1339
  /**
1347
1340
  * @remarks
1348
- * The name of the identity provider.
1341
+ * Identity provider name.
1349
1342
  *
1350
1343
  * This parameter is required.
1351
1344
  *
@@ -1355,7 +1348,7 @@ export class CreateIdentityProviderRequest extends $dara.Model {
1355
1348
  identityProviderName?: string;
1356
1349
  /**
1357
1350
  * @remarks
1358
- * The synchronization type of the identity provider.
1351
+ * Identity provider synchronization type.
1359
1352
  *
1360
1353
  * - Inbound DingTalk: urn:alibaba:idaas:idp:alibaba:dingtalk:pull
1361
1354
  *
@@ -1371,7 +1364,7 @@ export class CreateIdentityProviderRequest extends $dara.Model {
1371
1364
  *
1372
1365
  * - Standard OIDC: urn:alibaba:idaas:idp:standard:oidc
1373
1366
  *
1374
- * - SASE-specific OIDC: urn:alibaba:idaas:idp:alibaba:sase
1367
+ * - SASE Custom OIDC: urn:alibaba:idaas:idp:alibaba:sase
1375
1368
  *
1376
1369
  * This parameter is required.
1377
1370
  *
@@ -1381,7 +1374,7 @@ export class CreateIdentityProviderRequest extends $dara.Model {
1381
1374
  identityProviderType?: string;
1382
1375
  /**
1383
1376
  * @remarks
1384
- * The instance ID.
1377
+ * Instance ID.
1385
1378
  *
1386
1379
  * This parameter is required.
1387
1380
  *
@@ -1391,17 +1384,17 @@ export class CreateIdentityProviderRequest extends $dara.Model {
1391
1384
  instanceId?: string;
1392
1385
  /**
1393
1386
  * @remarks
1394
- * The Lark configurations.
1387
+ * Lark configuration.
1395
1388
  */
1396
1389
  larkConfig?: CreateIdentityProviderRequestLarkConfig;
1397
1390
  /**
1398
1391
  * @remarks
1399
- * The AD/LDAP configurations.
1392
+ * AD/LDAP configuration.
1400
1393
  */
1401
1394
  ldapConfig?: CreateIdentityProviderRequestLdapConfig;
1402
1395
  /**
1403
1396
  * @remarks
1404
- * The URL of the application logo.
1397
+ * Application logo URL.
1405
1398
  *
1406
1399
  * @example
1407
1400
  * xxxx-image://xxxx_23aqr2ye554csg33dqpch5eu3q/tmp/d17d9adc-a943-45e7-ba0c-2838dddea678
@@ -1409,7 +1402,7 @@ export class CreateIdentityProviderRequest extends $dara.Model {
1409
1402
  logoUrl?: string;
1410
1403
  /**
1411
1404
  * @remarks
1412
- * The network endpoint ID.
1405
+ * Network access endpoint ID.
1413
1406
  *
1414
1407
  * @example
1415
1408
  * nae_examplexxxx
@@ -1417,23 +1410,23 @@ export class CreateIdentityProviderRequest extends $dara.Model {
1417
1410
  networkAccessEndpointId?: string;
1418
1411
  /**
1419
1412
  * @remarks
1420
- * The OIDC IdP configurations.
1413
+ * OIDC IdP configuration.
1421
1414
  */
1422
1415
  oidcConfig?: CreateIdentityProviderRequestOidcConfig;
1423
1416
  samlConfig?: CreateIdentityProviderRequestSamlConfig;
1424
1417
  /**
1425
1418
  * @remarks
1426
- * The inbound synchronization configurations.
1419
+ * Inbound synchronization configuration.
1427
1420
  */
1428
1421
  udPullConfig?: CreateIdentityProviderRequestUdPullConfig;
1429
1422
  /**
1430
1423
  * @remarks
1431
- * The outbound synchronization configurations.
1424
+ * Outbound synchronization configuration.
1432
1425
  */
1433
1426
  udPushConfig?: CreateIdentityProviderRequestUdPushConfig;
1434
1427
  /**
1435
1428
  * @remarks
1436
- * The WeCom configurations.
1429
+ * WeCom configuration.
1437
1430
  */
1438
1431
  weComConfig?: CreateIdentityProviderRequestWeComConfig;
1439
1432
  static names(): { [key: string]: string } {