@alicloud/eiam20211201 2.16.1 → 2.17.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 (340) hide show
  1. package/dist/client.d.ts +238 -202
  2. package/dist/client.js +371 -202
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AddCustomPrivacyPoliciesToBrandRequest.d.ts +3 -3
  5. package/dist/models/AddCustomPrivacyPoliciesToBrandResponseBody.d.ts +1 -1
  6. package/dist/models/AddGroupToAuthorizationRuleRequest.d.ts +6 -8
  7. package/dist/models/AddGroupToAuthorizationRuleRequest.js.map +1 -1
  8. package/dist/models/AddUserToAuthorizationRuleRequest.d.ts +7 -9
  9. package/dist/models/AddUserToAuthorizationRuleRequest.js.map +1 -1
  10. package/dist/models/BindUserAuthnSourceMappingRequest.d.ts +1 -1
  11. package/dist/models/CheckInstanceForDeleteResponseBody.d.ts +4 -4
  12. package/dist/models/CheckInstanceModuleStatusRequest.d.ts +3 -3
  13. package/dist/models/CheckInstanceModuleStatusResponseBody.d.ts +2 -2
  14. package/dist/models/CreateAuthorizationResourceRequest.d.ts +4 -5
  15. package/dist/models/CreateAuthorizationResourceRequest.js.map +1 -1
  16. package/dist/models/CreateAuthorizationRuleRequest.d.ts +6 -8
  17. package/dist/models/CreateAuthorizationRuleRequest.js.map +1 -1
  18. package/dist/models/CreateConditionalAccessPolicyRequest.d.ts +42 -47
  19. package/dist/models/CreateConditionalAccessPolicyRequest.js.map +1 -1
  20. package/dist/models/CreateConditionalAccessPolicyResponseBody.d.ts +1 -1
  21. package/dist/models/CreateCustomFieldRequest.d.ts +35 -39
  22. package/dist/models/CreateCustomFieldRequest.js.map +1 -1
  23. package/dist/models/CreateDomainProxyTokenRequest.d.ts +1 -1
  24. package/dist/models/CreateDomainProxyTokenResponseBody.d.ts +1 -1
  25. package/dist/models/CreateInstanceTrialLicenseResponseBody.d.ts +1 -1
  26. package/dist/models/CreateNetworkAccessEndpointRequest.d.ts +6 -6
  27. package/dist/models/CreateNetworkAccessEndpointResponseBody.d.ts +2 -2
  28. package/dist/models/CreateNetworkZoneRequest.d.ts +8 -8
  29. package/dist/models/CreateNetworkZoneResponseBody.d.ts +2 -2
  30. package/dist/models/DeleteAuthorizationResourceRequest.d.ts +1 -1
  31. package/dist/models/DeleteBrandRequest.d.ts +2 -2
  32. package/dist/models/DeleteBrandResponseBody.d.ts +1 -1
  33. package/dist/models/DeleteCustomPrivacyPolicyRequest.d.ts +1 -1
  34. package/dist/models/DeleteDomainProxyTokenRequest.d.ts +2 -2
  35. package/dist/models/DeleteDomainRequest.d.ts +1 -1
  36. package/dist/models/DeleteInstanceRequest.d.ts +1 -1
  37. package/dist/models/DeleteNetworkAccessEndpointRequest.d.ts +1 -1
  38. package/dist/models/DisableAuthorizationRuleRequest.d.ts +1 -1
  39. package/dist/models/DisableBrandRequest.d.ts +1 -1
  40. package/dist/models/DisableConditionalAccessPolicyRequest.d.ts +1 -1
  41. package/dist/models/DisableCustomPrivacyPolicyRequest.d.ts +1 -1
  42. package/dist/models/DisableDomainProxyTokenRequest.d.ts +2 -2
  43. package/dist/models/DisableInitDomainAutoRedirectRequest.d.ts +1 -1
  44. package/dist/models/DisableInitDomainAutoRedirectResponseBody.d.ts +1 -1
  45. package/dist/models/EnableAuthorizationRuleRequest.d.ts +1 -1
  46. package/dist/models/EnableBrandRequest.d.ts +1 -1
  47. package/dist/models/EnableConditionalAccessPolicyRequest.d.ts +1 -1
  48. package/dist/models/EnableCustomPrivacyPolicyRequest.d.ts +1 -1
  49. package/dist/models/EnableDomainProxyTokenRequest.d.ts +2 -2
  50. package/dist/models/EnableInitDomainAutoRedirectRequest.d.ts +1 -1
  51. package/dist/models/EnableInitDomainAutoRedirectResponseBody.d.ts +1 -1
  52. package/dist/models/GenerateDownloadUrlForSynchronizationJobRequest.d.ts +1 -1
  53. package/dist/models/GenerateFileImportTemplateRequest.d.ts +4 -1
  54. package/dist/models/GenerateFileImportTemplateRequest.js.map +1 -1
  55. package/dist/models/GenerateUploadAuthRequest.d.ts +3 -3
  56. package/dist/models/GenerateUploadAuthResponseBody.d.ts +11 -11
  57. package/dist/models/GetAuthorizationResourceResponseBody.d.ts +4 -4
  58. package/dist/models/GetAuthorizationServerRequest.d.ts +33 -0
  59. package/dist/models/GetAuthorizationServerRequest.js +60 -0
  60. package/dist/models/GetAuthorizationServerRequest.js.map +1 -0
  61. package/dist/models/GetAuthorizationServerResponse.d.ts +19 -0
  62. package/dist/models/GetAuthorizationServerResponse.js +69 -0
  63. package/dist/models/GetAuthorizationServerResponse.js.map +1 -0
  64. package/dist/models/GetAuthorizationServerResponseBody.d.ts +142 -0
  65. package/dist/models/GetAuthorizationServerResponseBody.js +128 -0
  66. package/dist/models/GetAuthorizationServerResponseBody.js.map +1 -0
  67. package/dist/models/GetBrandRequest.d.ts +2 -2
  68. package/dist/models/GetBrandResponseBody.d.ts +7 -7
  69. package/dist/models/GetConditionalAccessPolicyRequest.d.ts +2 -2
  70. package/dist/models/GetConditionalAccessPolicyResponseBody.d.ts +33 -33
  71. package/dist/models/GetCustomFieldResponseBody.d.ts +8 -8
  72. package/dist/models/GetCustomPrivacyPolicyRequest.d.ts +1 -1
  73. package/dist/models/GetCustomPrivacyPolicyResponseBody.d.ts +10 -12
  74. package/dist/models/GetCustomPrivacyPolicyResponseBody.js.map +1 -1
  75. package/dist/models/GetForgetPasswordConfigurationResponseBody.d.ts +3 -3
  76. package/dist/models/GetInstanceControlConfigurationResponseBody.d.ts +5 -5
  77. package/dist/models/GetInstanceGlobalizationConfigResponseBody.d.ts +1 -1
  78. package/dist/models/GetInstanceModuleInfoRequest.d.ts +1 -1
  79. package/dist/models/GetInstanceModuleInfoResponseBody.d.ts +5 -5
  80. package/dist/models/GetInstanceResponseBody.d.ts +11 -11
  81. package/dist/models/GetInstanceTrialStatusRequest.d.ts +1 -1
  82. package/dist/models/GetInstanceTrialStatusResponseBody.d.ts +1 -1
  83. package/dist/models/GetLoginRedirectApplicationForBrandResponseBody.d.ts +1 -1
  84. package/dist/models/GetNetworkAccessEndpointRequest.d.ts +1 -1
  85. package/dist/models/GetNetworkAccessEndpointResponseBody.d.ts +21 -25
  86. package/dist/models/GetNetworkAccessEndpointResponseBody.js.map +1 -1
  87. package/dist/models/GetNetworkZoneResponseBody.d.ts +5 -5
  88. package/dist/models/GetPasswordExpirationConfigurationRequest.d.ts +1 -1
  89. package/dist/models/GetPasswordExpirationConfigurationResponseBody.d.ts +21 -25
  90. package/dist/models/GetPasswordExpirationConfigurationResponseBody.js.map +1 -1
  91. package/dist/models/GetPasswordHistoryConfigurationResponseBody.d.ts +5 -6
  92. package/dist/models/GetPasswordHistoryConfigurationResponseBody.js.map +1 -1
  93. package/dist/models/GetPasswordInitializationConfigurationResponseBody.d.ts +10 -10
  94. package/dist/models/GetRootOrganizationalUnitRequest.d.ts +1 -1
  95. package/dist/models/GetRootOrganizationalUnitResponseBody.d.ts +7 -7
  96. package/dist/models/GetServiceQuotaResponseBody.d.ts +1 -1
  97. package/dist/models/ListApplicationsForAuthorizationRuleRequest.d.ts +8 -8
  98. package/dist/models/ListApplicationsForAuthorizationRuleResponseBody.d.ts +9 -11
  99. package/dist/models/ListApplicationsForAuthorizationRuleResponseBody.js.map +1 -1
  100. package/dist/models/ListApplicationsForNetworkAccessEndpointRequest.d.ts +2 -2
  101. package/dist/models/ListApplicationsForNetworkAccessEndpointResponseBody.d.ts +3 -3
  102. package/dist/models/ListApplicationsForNetworkZoneRequest.d.ts +5 -5
  103. package/dist/models/ListApplicationsForNetworkZoneResponseBody.d.ts +8 -8
  104. package/dist/models/ListAuthorizationResourcesRequest.d.ts +8 -8
  105. package/dist/models/ListAuthorizationResourcesResponseBody.d.ts +9 -10
  106. package/dist/models/ListAuthorizationResourcesResponseBody.js.map +1 -1
  107. package/dist/models/ListAuthorizationRulesForApplicationRequest.d.ts +4 -4
  108. package/dist/models/ListAuthorizationRulesForApplicationResponseBody.d.ts +9 -11
  109. package/dist/models/ListAuthorizationRulesForApplicationResponseBody.js.map +1 -1
  110. package/dist/models/ListAuthorizationRulesForGroupRequest.d.ts +4 -4
  111. package/dist/models/ListAuthorizationRulesForGroupResponseBody.d.ts +8 -10
  112. package/dist/models/ListAuthorizationRulesForGroupResponseBody.js.map +1 -1
  113. package/dist/models/ListAuthorizationRulesForUserRequest.d.ts +5 -5
  114. package/dist/models/ListAuthorizationRulesForUserResponseBody.d.ts +9 -11
  115. package/dist/models/ListAuthorizationRulesForUserResponseBody.js.map +1 -1
  116. package/dist/models/ListAuthorizationServersRequest.d.ts +39 -0
  117. package/dist/models/ListAuthorizationServersRequest.js +62 -0
  118. package/dist/models/ListAuthorizationServersRequest.js.map +1 -0
  119. package/dist/models/ListAuthorizationServersResponse.d.ts +19 -0
  120. package/dist/models/ListAuthorizationServersResponse.js +69 -0
  121. package/dist/models/ListAuthorizationServersResponse.js.map +1 -0
  122. package/dist/models/ListAuthorizationServersResponseBody.d.ts +150 -0
  123. package/dist/models/ListAuthorizationServersResponseBody.js +108 -0
  124. package/dist/models/ListAuthorizationServersResponseBody.js.map +1 -0
  125. package/dist/models/ListBrandsRequest.d.ts +3 -3
  126. package/dist/models/ListBrandsResponseBody.d.ts +5 -5
  127. package/dist/models/ListConditionalAccessPoliciesForNetworkZoneRequest.d.ts +2 -2
  128. package/dist/models/ListConditionalAccessPoliciesForNetworkZoneResponseBody.d.ts +33 -33
  129. package/dist/models/ListConditionalAccessPoliciesForUserRequest.d.ts +1 -1
  130. package/dist/models/ListConditionalAccessPoliciesForUserResponseBody.d.ts +13 -13
  131. package/dist/models/ListConditionalAccessPoliciesRequest.d.ts +3 -3
  132. package/dist/models/ListConditionalAccessPoliciesResponseBody.d.ts +36 -34
  133. package/dist/models/ListConditionalAccessPoliciesResponseBody.js.map +1 -1
  134. package/dist/models/ListCustomPrivacyPoliciesRequest.d.ts +4 -4
  135. package/dist/models/ListCustomPrivacyPoliciesResponseBody.d.ts +10 -10
  136. package/dist/models/ListDomainProxyTokensResponseBody.d.ts +7 -8
  137. package/dist/models/ListDomainProxyTokensResponseBody.js.map +1 -1
  138. package/dist/models/ListEiamInstancesRequest.d.ts +2 -2
  139. package/dist/models/ListEiamInstancesResponseBody.d.ts +7 -13
  140. package/dist/models/ListEiamInstancesResponseBody.js.map +1 -1
  141. package/dist/models/ListInstancesRequest.d.ts +10 -10
  142. package/dist/models/ListInstancesResponseBody.d.ts +7 -7
  143. package/dist/models/ListNetworkAccessEndpointAvailableZonesRequest.d.ts +1 -1
  144. package/dist/models/ListNetworkAccessEndpointAvailableZonesResponseBody.d.ts +1 -1
  145. package/dist/models/ListNetworkAccessPathsRequest.d.ts +1 -1
  146. package/dist/models/ListNetworkAccessPathsResponseBody.d.ts +13 -16
  147. package/dist/models/ListNetworkAccessPathsResponseBody.js.map +1 -1
  148. package/dist/models/ListNetworkZonesRequest.d.ts +4 -4
  149. package/dist/models/ListNetworkZonesResponseBody.d.ts +7 -7
  150. package/dist/models/ListSynchronizationJobsRequest.d.ts +23 -23
  151. package/dist/models/ListSynchronizationJobsResponseBody.d.ts +156 -156
  152. package/dist/models/ListUsersForAuthorizationRuleRequest.d.ts +8 -8
  153. package/dist/models/ListUsersForAuthorizationRuleResponseBody.d.ts +9 -11
  154. package/dist/models/ListUsersForAuthorizationRuleResponseBody.js.map +1 -1
  155. package/dist/models/RemoveCustomPrivacyPoliciesFromBrandRequest.d.ts +2 -2
  156. package/dist/models/SetForgetPasswordConfigurationRequest.d.ts +6 -2
  157. package/dist/models/SetForgetPasswordConfigurationRequest.js.map +1 -1
  158. package/dist/models/SetInstanceControlConfigurationRequest.d.ts +4 -4
  159. package/dist/models/SetInstanceGlobalizationConfigRequest.d.ts +1 -1
  160. package/dist/models/SetLoginRedirectApplicationForBrandRequest.d.ts +3 -3
  161. package/dist/models/SetLoginRedirectApplicationForBrandResponseBody.d.ts +1 -1
  162. package/dist/models/SetPasswordExpirationConfigurationRequest.d.ts +14 -17
  163. package/dist/models/SetPasswordExpirationConfigurationRequest.js.map +1 -1
  164. package/dist/models/SetPasswordHistoryConfigurationRequest.d.ts +4 -5
  165. package/dist/models/SetPasswordHistoryConfigurationRequest.js.map +1 -1
  166. package/dist/models/SetPasswordInitializationConfigurationRequest.d.ts +10 -13
  167. package/dist/models/SetPasswordInitializationConfigurationRequest.js.map +1 -1
  168. package/dist/models/SetPasswordInitializationConfigurationResponseBody.d.ts +1 -1
  169. package/dist/models/UpdateAuthorizationRuleDescriptionRequest.d.ts +2 -2
  170. package/dist/models/UpdateAuthorizationRuleGroupAttachmentRequest.d.ts +7 -8
  171. package/dist/models/UpdateAuthorizationRuleGroupAttachmentRequest.js.map +1 -1
  172. package/dist/models/UpdateAuthorizationRuleUserAttachmentRequest.d.ts +8 -10
  173. package/dist/models/UpdateAuthorizationRuleUserAttachmentRequest.js.map +1 -1
  174. package/dist/models/UpdateAuthorizationServerDescriptionRequest.d.ts +51 -0
  175. package/dist/models/UpdateAuthorizationServerDescriptionRequest.js +64 -0
  176. package/dist/models/UpdateAuthorizationServerDescriptionRequest.js.map +1 -0
  177. package/dist/models/UpdateAuthorizationServerDescriptionResponse.d.ts +19 -0
  178. package/dist/models/UpdateAuthorizationServerDescriptionResponse.js +69 -0
  179. package/dist/models/UpdateAuthorizationServerDescriptionResponse.js.map +1 -0
  180. package/dist/models/UpdateAuthorizationServerDescriptionResponseBody.d.ts +21 -0
  181. package/dist/models/UpdateAuthorizationServerDescriptionResponseBody.js +58 -0
  182. package/dist/models/UpdateAuthorizationServerDescriptionResponseBody.js.map +1 -0
  183. package/dist/models/UpdateAuthorizationServerRequest.d.ts +67 -0
  184. package/dist/models/UpdateAuthorizationServerRequest.js +68 -0
  185. package/dist/models/UpdateAuthorizationServerRequest.js.map +1 -0
  186. package/dist/models/UpdateAuthorizationServerResponse.d.ts +19 -0
  187. package/dist/models/UpdateAuthorizationServerResponse.js +69 -0
  188. package/dist/models/UpdateAuthorizationServerResponse.js.map +1 -0
  189. package/dist/models/UpdateAuthorizationServerResponseBody.d.ts +21 -0
  190. package/dist/models/UpdateAuthorizationServerResponseBody.js +58 -0
  191. package/dist/models/UpdateAuthorizationServerResponseBody.js.map +1 -0
  192. package/dist/models/UpdateDomainIcpNumberRequest.d.ts +3 -3
  193. package/dist/models/UpdateDomainIcpNumberResponseBody.d.ts +1 -1
  194. package/dist/models/UpdateInstanceDescriptionRequest.d.ts +1 -1
  195. package/dist/models/model.d.ts +15 -0
  196. package/dist/models/model.js +60 -29
  197. package/dist/models/model.js.map +1 -1
  198. package/package.json +1 -1
  199. package/src/client.ts +394 -202
  200. package/src/models/AddCustomPrivacyPoliciesToBrandRequest.ts +3 -3
  201. package/src/models/AddCustomPrivacyPoliciesToBrandResponseBody.ts +1 -1
  202. package/src/models/AddGroupToAuthorizationRuleRequest.ts +6 -8
  203. package/src/models/AddUserToAuthorizationRuleRequest.ts +7 -9
  204. package/src/models/BindUserAuthnSourceMappingRequest.ts +1 -1
  205. package/src/models/CheckInstanceForDeleteResponseBody.ts +4 -4
  206. package/src/models/CheckInstanceModuleStatusRequest.ts +3 -3
  207. package/src/models/CheckInstanceModuleStatusResponseBody.ts +2 -2
  208. package/src/models/CreateAuthorizationResourceRequest.ts +4 -5
  209. package/src/models/CreateAuthorizationRuleRequest.ts +6 -8
  210. package/src/models/CreateConditionalAccessPolicyRequest.ts +42 -47
  211. package/src/models/CreateConditionalAccessPolicyResponseBody.ts +1 -1
  212. package/src/models/CreateCustomFieldRequest.ts +35 -39
  213. package/src/models/CreateDomainProxyTokenRequest.ts +1 -1
  214. package/src/models/CreateDomainProxyTokenResponseBody.ts +1 -1
  215. package/src/models/CreateInstanceTrialLicenseResponseBody.ts +1 -1
  216. package/src/models/CreateNetworkAccessEndpointRequest.ts +6 -6
  217. package/src/models/CreateNetworkAccessEndpointResponseBody.ts +2 -2
  218. package/src/models/CreateNetworkZoneRequest.ts +8 -8
  219. package/src/models/CreateNetworkZoneResponseBody.ts +2 -2
  220. package/src/models/DeleteAuthorizationResourceRequest.ts +1 -1
  221. package/src/models/DeleteBrandRequest.ts +2 -2
  222. package/src/models/DeleteBrandResponseBody.ts +1 -1
  223. package/src/models/DeleteCustomPrivacyPolicyRequest.ts +1 -1
  224. package/src/models/DeleteDomainProxyTokenRequest.ts +2 -2
  225. package/src/models/DeleteDomainRequest.ts +1 -1
  226. package/src/models/DeleteInstanceRequest.ts +1 -1
  227. package/src/models/DeleteNetworkAccessEndpointRequest.ts +1 -1
  228. package/src/models/DisableAuthorizationRuleRequest.ts +1 -1
  229. package/src/models/DisableBrandRequest.ts +1 -1
  230. package/src/models/DisableConditionalAccessPolicyRequest.ts +1 -1
  231. package/src/models/DisableCustomPrivacyPolicyRequest.ts +1 -1
  232. package/src/models/DisableDomainProxyTokenRequest.ts +2 -2
  233. package/src/models/DisableInitDomainAutoRedirectRequest.ts +1 -1
  234. package/src/models/DisableInitDomainAutoRedirectResponseBody.ts +1 -1
  235. package/src/models/EnableAuthorizationRuleRequest.ts +1 -1
  236. package/src/models/EnableBrandRequest.ts +1 -1
  237. package/src/models/EnableConditionalAccessPolicyRequest.ts +1 -1
  238. package/src/models/EnableCustomPrivacyPolicyRequest.ts +1 -1
  239. package/src/models/EnableDomainProxyTokenRequest.ts +2 -2
  240. package/src/models/EnableInitDomainAutoRedirectRequest.ts +1 -1
  241. package/src/models/EnableInitDomainAutoRedirectResponseBody.ts +1 -1
  242. package/src/models/GenerateDownloadUrlForSynchronizationJobRequest.ts +1 -1
  243. package/src/models/GenerateFileImportTemplateRequest.ts +4 -1
  244. package/src/models/GenerateUploadAuthRequest.ts +3 -3
  245. package/src/models/GenerateUploadAuthResponseBody.ts +11 -11
  246. package/src/models/GetAuthorizationResourceResponseBody.ts +4 -4
  247. package/src/models/GetAuthorizationServerRequest.ts +48 -0
  248. package/src/models/GetAuthorizationServerResponse.ts +40 -0
  249. package/src/models/GetAuthorizationServerResponseBody.ts +207 -0
  250. package/src/models/GetBrandRequest.ts +2 -2
  251. package/src/models/GetBrandResponseBody.ts +7 -7
  252. package/src/models/GetConditionalAccessPolicyRequest.ts +2 -2
  253. package/src/models/GetConditionalAccessPolicyResponseBody.ts +33 -33
  254. package/src/models/GetCustomFieldResponseBody.ts +8 -8
  255. package/src/models/GetCustomPrivacyPolicyRequest.ts +1 -1
  256. package/src/models/GetCustomPrivacyPolicyResponseBody.ts +10 -12
  257. package/src/models/GetForgetPasswordConfigurationResponseBody.ts +3 -3
  258. package/src/models/GetInstanceControlConfigurationResponseBody.ts +5 -5
  259. package/src/models/GetInstanceGlobalizationConfigResponseBody.ts +1 -1
  260. package/src/models/GetInstanceModuleInfoRequest.ts +1 -1
  261. package/src/models/GetInstanceModuleInfoResponseBody.ts +5 -5
  262. package/src/models/GetInstanceResponseBody.ts +11 -11
  263. package/src/models/GetInstanceTrialStatusRequest.ts +1 -1
  264. package/src/models/GetInstanceTrialStatusResponseBody.ts +1 -1
  265. package/src/models/GetLoginRedirectApplicationForBrandResponseBody.ts +1 -1
  266. package/src/models/GetNetworkAccessEndpointRequest.ts +1 -1
  267. package/src/models/GetNetworkAccessEndpointResponseBody.ts +21 -25
  268. package/src/models/GetNetworkZoneResponseBody.ts +5 -5
  269. package/src/models/GetPasswordExpirationConfigurationRequest.ts +1 -1
  270. package/src/models/GetPasswordExpirationConfigurationResponseBody.ts +21 -25
  271. package/src/models/GetPasswordHistoryConfigurationResponseBody.ts +5 -6
  272. package/src/models/GetPasswordInitializationConfigurationResponseBody.ts +10 -10
  273. package/src/models/GetRootOrganizationalUnitRequest.ts +1 -1
  274. package/src/models/GetRootOrganizationalUnitResponseBody.ts +7 -7
  275. package/src/models/GetServiceQuotaResponseBody.ts +1 -1
  276. package/src/models/ListApplicationsForAuthorizationRuleRequest.ts +8 -8
  277. package/src/models/ListApplicationsForAuthorizationRuleResponseBody.ts +9 -11
  278. package/src/models/ListApplicationsForNetworkAccessEndpointRequest.ts +2 -2
  279. package/src/models/ListApplicationsForNetworkAccessEndpointResponseBody.ts +3 -3
  280. package/src/models/ListApplicationsForNetworkZoneRequest.ts +5 -5
  281. package/src/models/ListApplicationsForNetworkZoneResponseBody.ts +8 -8
  282. package/src/models/ListAuthorizationResourcesRequest.ts +8 -8
  283. package/src/models/ListAuthorizationResourcesResponseBody.ts +9 -10
  284. package/src/models/ListAuthorizationRulesForApplicationRequest.ts +4 -4
  285. package/src/models/ListAuthorizationRulesForApplicationResponseBody.ts +9 -11
  286. package/src/models/ListAuthorizationRulesForGroupRequest.ts +4 -4
  287. package/src/models/ListAuthorizationRulesForGroupResponseBody.ts +8 -10
  288. package/src/models/ListAuthorizationRulesForUserRequest.ts +5 -5
  289. package/src/models/ListAuthorizationRulesForUserResponseBody.ts +9 -11
  290. package/src/models/ListAuthorizationServersRequest.ts +56 -0
  291. package/src/models/ListAuthorizationServersResponse.ts +40 -0
  292. package/src/models/ListAuthorizationServersResponseBody.ts +204 -0
  293. package/src/models/ListBrandsRequest.ts +3 -3
  294. package/src/models/ListBrandsResponseBody.ts +5 -5
  295. package/src/models/ListConditionalAccessPoliciesForNetworkZoneRequest.ts +2 -2
  296. package/src/models/ListConditionalAccessPoliciesForNetworkZoneResponseBody.ts +33 -33
  297. package/src/models/ListConditionalAccessPoliciesForUserRequest.ts +1 -1
  298. package/src/models/ListConditionalAccessPoliciesForUserResponseBody.ts +13 -13
  299. package/src/models/ListConditionalAccessPoliciesRequest.ts +3 -3
  300. package/src/models/ListConditionalAccessPoliciesResponseBody.ts +36 -34
  301. package/src/models/ListCustomPrivacyPoliciesRequest.ts +4 -4
  302. package/src/models/ListCustomPrivacyPoliciesResponseBody.ts +10 -10
  303. package/src/models/ListDomainProxyTokensResponseBody.ts +7 -8
  304. package/src/models/ListEiamInstancesRequest.ts +2 -2
  305. package/src/models/ListEiamInstancesResponseBody.ts +7 -13
  306. package/src/models/ListInstancesRequest.ts +10 -10
  307. package/src/models/ListInstancesResponseBody.ts +7 -7
  308. package/src/models/ListNetworkAccessEndpointAvailableZonesRequest.ts +1 -1
  309. package/src/models/ListNetworkAccessEndpointAvailableZonesResponseBody.ts +1 -1
  310. package/src/models/ListNetworkAccessPathsRequest.ts +1 -1
  311. package/src/models/ListNetworkAccessPathsResponseBody.ts +14 -17
  312. package/src/models/ListNetworkZonesRequest.ts +4 -4
  313. package/src/models/ListNetworkZonesResponseBody.ts +7 -7
  314. package/src/models/ListSynchronizationJobsRequest.ts +23 -23
  315. package/src/models/ListSynchronizationJobsResponseBody.ts +156 -156
  316. package/src/models/ListUsersForAuthorizationRuleRequest.ts +8 -8
  317. package/src/models/ListUsersForAuthorizationRuleResponseBody.ts +9 -11
  318. package/src/models/RemoveCustomPrivacyPoliciesFromBrandRequest.ts +2 -2
  319. package/src/models/SetForgetPasswordConfigurationRequest.ts +6 -2
  320. package/src/models/SetInstanceControlConfigurationRequest.ts +4 -4
  321. package/src/models/SetInstanceGlobalizationConfigRequest.ts +1 -1
  322. package/src/models/SetLoginRedirectApplicationForBrandRequest.ts +3 -3
  323. package/src/models/SetLoginRedirectApplicationForBrandResponseBody.ts +1 -1
  324. package/src/models/SetPasswordExpirationConfigurationRequest.ts +14 -17
  325. package/src/models/SetPasswordHistoryConfigurationRequest.ts +4 -5
  326. package/src/models/SetPasswordInitializationConfigurationRequest.ts +10 -13
  327. package/src/models/SetPasswordInitializationConfigurationResponseBody.ts +1 -1
  328. package/src/models/UpdateAuthorizationRuleDescriptionRequest.ts +2 -2
  329. package/src/models/UpdateAuthorizationRuleGroupAttachmentRequest.ts +7 -8
  330. package/src/models/UpdateAuthorizationRuleUserAttachmentRequest.ts +8 -10
  331. package/src/models/UpdateAuthorizationServerDescriptionRequest.ts +70 -0
  332. package/src/models/UpdateAuthorizationServerDescriptionResponse.ts +40 -0
  333. package/src/models/UpdateAuthorizationServerDescriptionResponseBody.ts +34 -0
  334. package/src/models/UpdateAuthorizationServerRequest.ts +90 -0
  335. package/src/models/UpdateAuthorizationServerResponse.ts +40 -0
  336. package/src/models/UpdateAuthorizationServerResponseBody.ts +34 -0
  337. package/src/models/UpdateDomainIcpNumberRequest.ts +3 -3
  338. package/src/models/UpdateDomainIcpNumberResponseBody.ts +1 -1
  339. package/src/models/UpdateInstanceDescriptionRequest.ts +1 -1
  340. package/src/models/model.ts +15 -0
@@ -5,9 +5,9 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ListUsersForAuthorizationRuleRequestFilter extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The name of the field to filter. Valid value:
8
+ * The name of the filter field. Valid values:
9
9
  *
10
- * - UserId: The account ID.
10
+ * - UserId: the account ID.
11
11
  *
12
12
  * @example
13
13
  * UserId
@@ -15,7 +15,7 @@ export class ListUsersForAuthorizationRuleRequestFilter extends $dara.Model {
15
15
  name?: string;
16
16
  /**
17
17
  * @remarks
18
- * The list of values for the filter field.
18
+ * The values of the filter field.
19
19
  */
20
20
  value?: string[];
21
21
  static names(): { [key: string]: string } {
@@ -72,11 +72,11 @@ export class ListUsersForAuthorizationRuleRequest extends $dara.Model {
72
72
  instanceId?: string;
73
73
  /**
74
74
  * @remarks
75
- * The maximum number of entries to return on each page.
75
+ * The maximum number of entries per page.
76
76
  *
77
- * - The default value is 20.
77
+ * - Default value: 20.
78
78
  *
79
- * - The maximum value is 100.
79
+ * - Maximum value: 100.
80
80
  *
81
81
  * @example
82
82
  * 20
@@ -84,9 +84,9 @@ export class ListUsersForAuthorizationRuleRequest extends $dara.Model {
84
84
  maxResults?: number;
85
85
  /**
86
86
  * @remarks
87
- * The token that specifies the start of the next page for a paged query.
87
+ * The token that marks the starting position for the next page of results.
88
88
  *
89
- * - If this parameter is not specified, the query starts from the first page.
89
+ * - If not specified, the query starts from the first page.
90
90
  *
91
91
  * @example
92
92
  * NTxxxxxexample
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ListUsersForAuthorizationRuleResponseBodyUsersValidityPeriod extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The end time of the validity period. This is a UNIX timestamp in milliseconds.
8
+ * The end time of the validity period, in UNIX timestamp format. Unit: milliseconds.
9
9
  *
10
10
  * @example
11
11
  * 1704042061000
@@ -13,7 +13,7 @@ export class ListUsersForAuthorizationRuleResponseBodyUsersValidityPeriod extend
13
13
  endTime?: number;
14
14
  /**
15
15
  * @remarks
16
- * The start time of the validity period. This is a UNIX timestamp in milliseconds.
16
+ * The start time of the validity period, in UNIX timestamp format. Unit: milliseconds.
17
17
  *
18
18
  * @example
19
19
  * 1704042061000
@@ -61,16 +61,14 @@ export class ListUsersForAuthorizationRuleResponseBodyUsers extends $dara.Model
61
61
  userId?: string;
62
62
  /**
63
63
  * @remarks
64
- * The time range of the validity period. This parameter takes effect only when **ValidityType** is set to **time_bound**.
64
+ * The time range of the validity period. This parameter takes effect only when ValidityType is set to time_bound.
65
65
  */
66
66
  validityPeriod?: ListUsersForAuthorizationRuleResponseBodyUsersValidityPeriod;
67
67
  /**
68
68
  * @remarks
69
- * The type of the validity period for the relationship. Valid values:
70
- *
69
+ * The validity type of the relationship. Valid values:
71
70
  * - permanent: permanent
72
- *
73
- * - time_bound: custom time range
71
+ * - time_bound: custom time range.
74
72
  *
75
73
  * @example
76
74
  * permanent
@@ -109,7 +107,7 @@ export class ListUsersForAuthorizationRuleResponseBodyUsers extends $dara.Model
109
107
  export class ListUsersForAuthorizationRuleResponseBody extends $dara.Model {
110
108
  /**
111
109
  * @remarks
112
- * The number of entries returned per page.
110
+ * The number of entries per page in a paged query. This is the paging size.
113
111
  *
114
112
  * @example
115
113
  * 20
@@ -117,7 +115,7 @@ export class ListUsersForAuthorizationRuleResponseBody extends $dara.Model {
117
115
  maxResults?: number;
118
116
  /**
119
117
  * @remarks
120
- * The token returned from the current call. Use this token to start the next paged query.
118
+ * The token returned for the next page of results. Use this token in the next request to retrieve the next page.
121
119
  *
122
120
  * @example
123
121
  * NTxxxexample
@@ -133,7 +131,7 @@ export class ListUsersForAuthorizationRuleResponseBody extends $dara.Model {
133
131
  requestId?: string;
134
132
  /**
135
133
  * @remarks
136
- * The total number of entries.
134
+ * The total number of entries returned.
137
135
  *
138
136
  * @example
139
137
  * 100
@@ -141,7 +139,7 @@ export class ListUsersForAuthorizationRuleResponseBody extends $dara.Model {
141
139
  totalCount?: number;
142
140
  /**
143
141
  * @remarks
144
- * The list of accounts.
142
+ * The list of account data.
145
143
  */
146
144
  users?: ListUsersForAuthorizationRuleResponseBodyUsers[];
147
145
  static names(): { [key: string]: string } {
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class RemoveCustomPrivacyPoliciesFromBrandRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The branding ID.
8
+ * The brand ID.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,7 +15,7 @@ export class RemoveCustomPrivacyPoliciesFromBrandRequest extends $dara.Model {
15
15
  brandId?: string;
16
16
  /**
17
17
  * @remarks
18
- * A list of policy IDs.
18
+ * The list of term IDs.
19
19
  *
20
20
  * This parameter is required.
21
21
  */
@@ -5,7 +5,9 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class SetForgetPasswordConfigurationRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The authentication channels. Valid values: email and sms.
8
+ * The list of authentication channels. Valid values:
9
+ * - email: email.
10
+ * - sms: text message.
9
11
  *
10
12
  * @example
11
13
  * email
@@ -13,7 +15,9 @@ export class SetForgetPasswordConfigurationRequest extends $dara.Model {
13
15
  authenticationChannels?: string[];
14
16
  /**
15
17
  * @remarks
16
- * The status of the forgot password feature. Valid values: enabled and disabled.
18
+ * The forgot password configuration status. Valid values:
19
+ * - enabled: enabled.
20
+ * - disabled: disabled.
17
21
  *
18
22
  * This parameter is required.
19
23
  *
@@ -35,7 +35,7 @@ export class SetInstanceControlConfigurationRequestControlElementsHumanVerificat
35
35
  export class SetInstanceControlConfigurationRequestControlElements extends $dara.Model {
36
36
  /**
37
37
  * @remarks
38
- * The name of the control item.
38
+ * The name of the instance control element.
39
39
  *
40
40
  * @example
41
41
  * human_verification
@@ -43,12 +43,12 @@ export class SetInstanceControlConfigurationRequestControlElements extends $dara
43
43
  elementName?: string;
44
44
  /**
45
45
  * @remarks
46
- * The CAPTCHA configuration.
46
+ * The CAPTCHA authenticate configuration.
47
47
  */
48
48
  humanVerificationConfig?: SetInstanceControlConfigurationRequestControlElementsHumanVerificationConfig;
49
49
  /**
50
50
  * @remarks
51
- * The status of the control item.
51
+ * The status of the instance control element.
52
52
  *
53
53
  * @example
54
54
  * enabled
@@ -85,7 +85,7 @@ export class SetInstanceControlConfigurationRequestControlElements extends $dara
85
85
  export class SetInstanceControlConfigurationRequest extends $dara.Model {
86
86
  /**
87
87
  * @remarks
88
- * The control items for the instance.
88
+ * The instance control elements.
89
89
  */
90
90
  controlElements?: SetInstanceControlConfigurationRequestControlElements[];
91
91
  /**
@@ -15,7 +15,7 @@ export class SetInstanceGlobalizationConfigRequest extends $dara.Model {
15
15
  instanceId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The language.
18
+ * The language type.
19
19
  *
20
20
  * This parameter is required.
21
21
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class SetLoginRedirectApplicationForBrandRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The application ID.
8
+ * Application ID.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,7 +15,7 @@ export class SetLoginRedirectApplicationForBrandRequest extends $dara.Model {
15
15
  applicationId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The brand ID.
18
+ * Brand ID.
19
19
  *
20
20
  * This parameter is required.
21
21
  *
@@ -25,7 +25,7 @@ export class SetLoginRedirectApplicationForBrandRequest extends $dara.Model {
25
25
  brandId?: string;
26
26
  /**
27
27
  * @remarks
28
- * The instance ID.
28
+ * Instance ID.
29
29
  *
30
30
  * This parameter is required.
31
31
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class SetLoginRedirectApplicationForBrandResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The request ID.
8
+ * Request ID.
9
9
  *
10
10
  * @example
11
11
  * 0441BD79-92F3-53AA-8657-F8CE4A2B912A
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class SetPasswordExpirationConfigurationRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The list of IDs of authentication sources that take effect.
8
+ * The list of effective authentication source IDs.
9
9
  */
10
10
  effectiveAuthenticationSourceIds?: string[];
11
11
  /**
@@ -20,11 +20,10 @@ export class SetPasswordExpirationConfigurationRequest extends $dara.Model {
20
20
  instanceId?: string;
21
21
  /**
22
22
  * @remarks
23
- * The action to be performed when a password expires. This parameter is required when PasswordExpirationStatus is set to enabled. Valid values:
24
- *
23
+ * The action to take when a password expires. This parameter is required when PasswordExpirationStatus is set to enabled. Valid values:
25
24
  * - forbid_login: Prohibit logon.
26
- * - force_update_password: Force the user to change the password.
27
- * - remind_update_password: Remind the user to change the password.
25
+ * - force_update_password: Force password change.
26
+ * - remind_update_password: Remind to change password.
28
27
  *
29
28
  * @example
30
29
  * force_update_password
@@ -32,7 +31,7 @@ export class SetPasswordExpirationConfigurationRequest extends $dara.Model {
32
31
  passwordExpirationAction?: string;
33
32
  /**
34
33
  * @remarks
35
- * The list of notification channels for password expiration. This parameter is required when PasswordExpirationNotificationStatus is set to enabled.
34
+ * The list of password expiration notification channels. This parameter is required when PasswordExpirationNotificationStatus is set to enabled.
36
35
  *
37
36
  * @example
38
37
  * login
@@ -40,7 +39,7 @@ export class SetPasswordExpirationConfigurationRequest extends $dara.Model {
40
39
  passwordExpirationNotificationChannels?: string[];
41
40
  /**
42
41
  * @remarks
43
- * The time when a password expiration notification is sent. Unit: days. This parameter is required when PasswordExpirationNotificationStatus is set to enabled.
42
+ * The password expiration notification time, in days. This parameter is required when PasswordExpirationNotificationStatus is set to enabled.
44
43
  *
45
44
  * @example
46
45
  * 7
@@ -48,10 +47,9 @@ export class SetPasswordExpirationConfigurationRequest extends $dara.Model {
48
47
  passwordExpirationNotificationDuration?: number;
49
48
  /**
50
49
  * @remarks
51
- * The status of the password expiration notification. Valid values:
52
- *
53
- * - enabled: The password expiration notification is enabled.
54
- * - disabled: The password expiration notification is disabled.
50
+ * The password expiration notification status. Valid values:
51
+ * - enabled: Enabled.
52
+ * - disabled: Disabled.
55
53
  *
56
54
  * @example
57
55
  * enabled
@@ -59,10 +57,9 @@ export class SetPasswordExpirationConfigurationRequest extends $dara.Model {
59
57
  passwordExpirationNotificationStatus?: string;
60
58
  /**
61
59
  * @remarks
62
- * The status of the password expiration configuration. Valid values:
63
- *
64
- * - enabled: The password expiration configuration is enabled.
65
- * - disabled: The password expiration configuration is disabled.
60
+ * The password expiration configuration status. Valid values:
61
+ * - enabled: Enabled.
62
+ * - disabled: Disabled.
66
63
  *
67
64
  * This parameter is required.
68
65
  *
@@ -72,7 +69,7 @@ export class SetPasswordExpirationConfigurationRequest extends $dara.Model {
72
69
  passwordExpirationStatus?: string;
73
70
  /**
74
71
  * @remarks
75
- * The time when a user is forced to change the password. Unit: days. The value of this parameter must be greater than the value of PasswordExpirationNotificationDuration.
72
+ * The forced password change time, in days. The value of this parameter must be greater than the value of PasswordExpirationNotificationDuration.
76
73
  *
77
74
  * @example
78
75
  * 7
@@ -80,7 +77,7 @@ export class SetPasswordExpirationConfigurationRequest extends $dara.Model {
80
77
  passwordForcedUpdateDuration?: number;
81
78
  /**
82
79
  * @remarks
83
- * The validity period of a password in days. This parameter is required when PasswordExpirationStatus is set to enabled.
80
+ * The validity period of a password, in days. This parameter is required when PasswordExpirationStatus is set to enabled.
84
81
  *
85
82
  * @example
86
83
  * 180
@@ -15,7 +15,7 @@ export class SetPasswordHistoryConfigurationRequest extends $dara.Model {
15
15
  instanceId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The maximum number of recent passwords that can be retained. This parameter must be specified when PasswordHistoryStatus is set to enabled.
18
+ * The number of recent password records to retain. This parameter is required when PasswordHistoryStatus is set to enabled.
19
19
  *
20
20
  * @example
21
21
  * 3
@@ -23,10 +23,9 @@ export class SetPasswordHistoryConfigurationRequest extends $dara.Model {
23
23
  passwordHistoryMaxRetention?: number;
24
24
  /**
25
25
  * @remarks
26
- * Specifies whether to enable the password history feature. Valid values:
27
- *
28
- * * enabled
29
- * * disabled
26
+ * The status of the password history configuration. Valid values:
27
+ * - enabled: Enabled.
28
+ * - disabled: Disabled.
30
29
  *
31
30
  * This parameter is required.
32
31
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class SetPasswordInitializationConfigurationRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the instance.
8
+ * The instance ID.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,10 +15,9 @@ export class SetPasswordInitializationConfigurationRequest extends $dara.Model {
15
15
  instanceId?: string;
16
16
  /**
17
17
  * @remarks
18
- * Specifies whether to enable forcible password change upon first logon. Valid values:
19
- *
20
- * * enabled
21
- * * disabled
18
+ * The password forced update status. Valid values:
19
+ * - enabled: Enabled.
20
+ * - disabled: Disabled.
22
21
  *
23
22
  * @example
24
23
  * enabled
@@ -26,7 +25,7 @@ export class SetPasswordInitializationConfigurationRequest extends $dara.Model {
26
25
  passwordForcedUpdateStatus?: string;
27
26
  /**
28
27
  * @remarks
29
- * The methods for receiving password initialization notifications.
28
+ * The list of password initialization notification channels.
30
29
  *
31
30
  * @example
32
31
  * email
@@ -34,10 +33,9 @@ export class SetPasswordInitializationConfigurationRequest extends $dara.Model {
34
33
  passwordInitializationNotificationChannels?: string[];
35
34
  /**
36
35
  * @remarks
37
- * Specifies whether to enable password initialization. Valid values:
38
- *
39
- * * enabled
40
- * * disabled
36
+ * The password initialization configuration status. Valid values:
37
+ * - enabled: Enabled.
38
+ * - disabled: Disabled.
41
39
  *
42
40
  * This parameter is required.
43
41
  *
@@ -47,9 +45,8 @@ export class SetPasswordInitializationConfigurationRequest extends $dara.Model {
47
45
  passwordInitializationStatus?: string;
48
46
  /**
49
47
  * @remarks
50
- * The password initialization method. This parameter is required when PasswordInitializationStatus is set to enabled. Set the value to random.
51
- *
52
- * * random: A randomly generated password is used.
48
+ * The password initialization method. This parameter is required when PasswordInitializationStatus is set to enabled. Valid values:
49
+ * - random: Random.
53
50
  *
54
51
  * @example
55
52
  * random
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class SetPasswordInitializationConfigurationResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the request.
8
+ * The request ID.
9
9
  *
10
10
  * @example
11
11
  * 0441BD79-92F3-53AA-8657-F8CE4A2B912A
@@ -15,7 +15,7 @@ export class UpdateAuthorizationRuleDescriptionRequest extends $dara.Model {
15
15
  authorizationRuleId?: string;
16
16
  /**
17
17
  * @remarks
18
- * A client token used to ensure the idempotence of the request. Generate a unique value from your client for this parameter. The token can contain only ASCII characters and must be 64 characters or less in length. For more information, see [How to ensure idempotence](https://www.alibabacloud.com/help/zh/ecs/developer-reference/how-to-ensure-idempotence).
18
+ * The client token that is used to ensure the idempotence of the request. You can use the client to generate a parameter value, but make sure that the value is unique among different requests. The ClientToken value can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see References: [How to ensure idempotence](https://www.alibabacloud.com/help/zh/ecs/developer-reference/how-to-ensure-idempotence).
19
19
  *
20
20
  * This parameter is required.
21
21
  *
@@ -25,7 +25,7 @@ export class UpdateAuthorizationRuleDescriptionRequest extends $dara.Model {
25
25
  clientToken?: string;
26
26
  /**
27
27
  * @remarks
28
- * The description of the authorization rule. The description can be up to 128 characters long.
28
+ * The description of the authorization rule. The description can be up to 128 characters in length.
29
29
  *
30
30
  * @example
31
31
  * this is a test rule
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class UpdateAuthorizationRuleGroupAttachmentRequestValidityPeriod extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The end time of the validity period. This is a UNIX timestamp. Unit: milliseconds.
8
+ * The end time of the validity period, in UNIX timestamp format. Unit: milliseconds.
9
9
  *
10
10
  * @example
11
11
  * 1704062061000
@@ -13,7 +13,7 @@ export class UpdateAuthorizationRuleGroupAttachmentRequestValidityPeriod extends
13
13
  endTime?: number;
14
14
  /**
15
15
  * @remarks
16
- * The start time of the validity period. This is a UNIX timestamp. Unit: milliseconds.
16
+ * The start time of the validity period, in UNIX timestamp format. Unit: milliseconds.
17
17
  *
18
18
  * @example
19
19
  * 1704042061000
@@ -55,7 +55,7 @@ export class UpdateAuthorizationRuleGroupAttachmentRequest extends $dara.Model {
55
55
  authorizationRuleId?: string;
56
56
  /**
57
57
  * @remarks
58
- * A client token to ensure the idempotence of the request. Generate a unique value for this parameter from your client. The ClientToken value can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](https://www.alibabacloud.com/help/zh/ecs/developer-reference/how-to-ensure-idempotence).
58
+ * The client token that is used to ensure the idempotence of the request. You can use the client to generate a parameter value, but you must make sure that the value is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see References [How to ensure idempotence](https://www.alibabacloud.com/help/zh/ecs/developer-reference/how-to-ensure-idempotence).
59
59
  *
60
60
  * This parameter is required.
61
61
  *
@@ -85,16 +85,15 @@ export class UpdateAuthorizationRuleGroupAttachmentRequest extends $dara.Model {
85
85
  instanceId?: string;
86
86
  /**
87
87
  * @remarks
88
- * The time range of the validity period. This parameter takes effect when **ValidityType** is set to **time_bound**.
88
+ * The time range of the validity period. This parameter takes effect only when **ValidityType** is set to **time_bound**.
89
89
  */
90
90
  validityPeriod?: UpdateAuthorizationRuleGroupAttachmentRequestValidityPeriod;
91
91
  /**
92
92
  * @remarks
93
- * The validity period type of the relationship. Valid values:
93
+ * The validity type of the relationship. Valid values:
94
94
  *
95
- * - permanent: The relationship is permanent.
96
- *
97
- * - time_bound: The relationship is valid for a custom time range.
95
+ * - permanent: permanent
96
+ * - time_bound: custom time range.
98
97
  *
99
98
  * This parameter is required.
100
99
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class UpdateAuthorizationRuleUserAttachmentRequestValidityPeriod extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The end time of the validity period. This is a UNIX timestamp. Unit: milliseconds.
8
+ * The end time of the validity period, in UNIX timestamp format. Unit: milliseconds.
9
9
  *
10
10
  * @example
11
11
  * 1704062061000
@@ -13,7 +13,7 @@ export class UpdateAuthorizationRuleUserAttachmentRequestValidityPeriod extends
13
13
  endTime?: number;
14
14
  /**
15
15
  * @remarks
16
- * The start time of the validity period. This is a UNIX timestamp. Unit: milliseconds.
16
+ * The start time of the validity period, in UNIX timestamp format. Unit: milliseconds.
17
17
  *
18
18
  * @example
19
19
  * 1704042061000
@@ -55,7 +55,7 @@ export class UpdateAuthorizationRuleUserAttachmentRequest extends $dara.Model {
55
55
  authorizationRuleId?: string;
56
56
  /**
57
57
  * @remarks
58
- * A client token used to ensure the idempotence of the request. Generate a unique value from your client for this parameter. ClientToken supports only ASCII characters and must be no more than 64 characters long. For more information, see [How to ensure idempotence](https://www.alibabacloud.com/help/zh/ecs/developer-reference/how-to-ensure-idempotence).
58
+ * The client token that is used to ensure the idempotence of the request. You can use the client to generate a parameter value, but you must make sure that the value is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see References [How to ensure idempotence](https://www.alibabacloud.com/help/zh/ecs/developer-reference/how-to-ensure-idempotence).
59
59
  *
60
60
  * This parameter is required.
61
61
  *
@@ -75,7 +75,7 @@ export class UpdateAuthorizationRuleUserAttachmentRequest extends $dara.Model {
75
75
  instanceId?: string;
76
76
  /**
77
77
  * @remarks
78
- * The user ID.
78
+ * The account ID.
79
79
  *
80
80
  * This parameter is required.
81
81
  *
@@ -85,16 +85,14 @@ export class UpdateAuthorizationRuleUserAttachmentRequest extends $dara.Model {
85
85
  userId?: string;
86
86
  /**
87
87
  * @remarks
88
- * The time range of the validity period. This parameter takes effect when ValidityType is set to time_bound.
88
+ * The time range of the validity period. This parameter takes effect only when **ValidityType** is set to **time_bound**.
89
89
  */
90
90
  validityPeriod?: UpdateAuthorizationRuleUserAttachmentRequestValidityPeriod;
91
91
  /**
92
92
  * @remarks
93
- * The validity period type of the association. Valid values:
94
- *
95
- * - permanent: The association is permanent.
96
- *
97
- * - time_bound: The association is valid for a custom time range.
93
+ * The validity type of the relationship. Valid values:
94
+ * - permanent: permanent
95
+ * - time_bound: custom time range.
98
96
  *
99
97
  * This parameter is required.
100
98
  *
@@ -0,0 +1,70 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class UpdateAuthorizationServerDescriptionRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The authorization server ID.
9
+ *
10
+ * This parameter is required.
11
+ *
12
+ * @example
13
+ * iauths_system
14
+ */
15
+ authorizationServerId?: string;
16
+ /**
17
+ * @remarks
18
+ * The client token that is used to ensure the idempotence of the request. Generate a parameter value from your client to ensure that the value is unique among different requests. ClientToken supports only ASCII characters and cannot exceed 64 characters in length. For more information, refer to References: [How to ensure idempotence](https://www.alibabacloud.com/help/zh/ecs/developer-reference/how-to-ensure-idempotence).
19
+ *
20
+ * This parameter is required.
21
+ *
22
+ * @example
23
+ * abc123xyz
24
+ */
25
+ clientToken?: string;
26
+ /**
27
+ * @remarks
28
+ * The description of the authorization server.
29
+ *
30
+ * @example
31
+ * description of authorization server
32
+ */
33
+ description?: string;
34
+ /**
35
+ * @remarks
36
+ * The instance ID.
37
+ *
38
+ * This parameter is required.
39
+ *
40
+ * @example
41
+ * idaas_ue2jvisn35ea5lmthk267xxxxx
42
+ */
43
+ instanceId?: string;
44
+ static names(): { [key: string]: string } {
45
+ return {
46
+ authorizationServerId: 'AuthorizationServerId',
47
+ clientToken: 'ClientToken',
48
+ description: 'Description',
49
+ instanceId: 'InstanceId',
50
+ };
51
+ }
52
+
53
+ static types(): { [key: string]: any } {
54
+ return {
55
+ authorizationServerId: 'string',
56
+ clientToken: 'string',
57
+ description: 'string',
58
+ instanceId: 'string',
59
+ };
60
+ }
61
+
62
+ validate() {
63
+ super.validate();
64
+ }
65
+
66
+ constructor(map?: { [key: string]: any }) {
67
+ super(map);
68
+ }
69
+ }
70
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { UpdateAuthorizationServerDescriptionResponseBody } from "./UpdateAuthorizationServerDescriptionResponseBody";
4
+
5
+
6
+ export class UpdateAuthorizationServerDescriptionResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: UpdateAuthorizationServerDescriptionResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: UpdateAuthorizationServerDescriptionResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+