@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,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ListApplicationsForNetworkZoneRequest 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,7 +15,7 @@ export class ListApplicationsForNetworkZoneRequest extends $dara.Model {
15
15
  instanceId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The number of entries to return on each page.
18
+ * The number of entries per page in a paged query.
19
19
  *
20
20
  * @example
21
21
  * 20
@@ -23,7 +23,7 @@ export class ListApplicationsForNetworkZoneRequest extends $dara.Model {
23
23
  maxResults?: number;
24
24
  /**
25
25
  * @remarks
26
- * The ID of the network domain associated with the application.
26
+ * The ID of the network zone associated with the application.
27
27
  *
28
28
  * This parameter is required.
29
29
  *
@@ -33,7 +33,7 @@ export class ListApplicationsForNetworkZoneRequest extends $dara.Model {
33
33
  networkZoneId?: string;
34
34
  /**
35
35
  * @remarks
36
- * The token used for the next query.
36
+ * The pagination token.
37
37
  *
38
38
  * @example
39
39
  * NTxxxxxexample
@@ -41,7 +41,7 @@ export class ListApplicationsForNetworkZoneRequest extends $dara.Model {
41
41
  nextToken?: string;
42
42
  /**
43
43
  * @remarks
44
- * The token used to query the previous page.
44
+ * The pagination token for the previous page.
45
45
  *
46
46
  * @example
47
47
  * PTxxxxxexample
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ListApplicationsForNetworkZoneResponseBodyApplications extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the application.
8
+ * The application ID.
9
9
  *
10
10
  * @example
11
11
  * app_mkv7rgt4d7i4u7zqtzev2mxxxx
@@ -13,7 +13,7 @@ export class ListApplicationsForNetworkZoneResponseBodyApplications extends $dar
13
13
  applicationId?: string;
14
14
  /**
15
15
  * @remarks
16
- * The name of the application.
16
+ * The application name.
17
17
  *
18
18
  * @example
19
19
  * cloudSSO
@@ -21,7 +21,7 @@ export class ListApplicationsForNetworkZoneResponseBodyApplications extends $dar
21
21
  applicationName?: string;
22
22
  /**
23
23
  * @remarks
24
- * The ID of the IDaaS EIAM instance.
24
+ * The IDaaS EIAM instance ID.
25
25
  *
26
26
  * @example
27
27
  * idaas_ue2jvisn35ea5lmthk267xxxxx
@@ -60,7 +60,7 @@ export class ListApplicationsForNetworkZoneResponseBody extends $dara.Model {
60
60
  applications?: ListApplicationsForNetworkZoneResponseBodyApplications[];
61
61
  /**
62
62
  * @remarks
63
- * The number of entries returned on each page.
63
+ * The number of entries per page in a paged query.
64
64
  *
65
65
  * @example
66
66
  * 20
@@ -68,7 +68,7 @@ export class ListApplicationsForNetworkZoneResponseBody extends $dara.Model {
68
68
  maxResults?: number;
69
69
  /**
70
70
  * @remarks
71
- * The token returned for the next query.
71
+ * The pagination token returned by this call.
72
72
  *
73
73
  * @example
74
74
  * NTxxxexample
@@ -76,7 +76,7 @@ export class ListApplicationsForNetworkZoneResponseBody extends $dara.Model {
76
76
  nextToken?: string;
77
77
  /**
78
78
  * @remarks
79
- * The token returned for the previous query.
79
+ * The pagination token returned by this call.
80
80
  *
81
81
  * @example
82
82
  * PTxxxexample
@@ -84,7 +84,7 @@ export class ListApplicationsForNetworkZoneResponseBody extends $dara.Model {
84
84
  previousToken?: string;
85
85
  /**
86
86
  * @remarks
87
- * The ID of the request.
87
+ * The request ID.
88
88
  *
89
89
  * @example
90
90
  * 0441BD79-92F3-53AA-8657-F8CE4A2B912A
@@ -92,7 +92,7 @@ export class ListApplicationsForNetworkZoneResponseBody extends $dara.Model {
92
92
  requestId?: string;
93
93
  /**
94
94
  * @remarks
95
- * The total number of entries returned.
95
+ * The total number of entries in the list.
96
96
  *
97
97
  * @example
98
98
  * 100
@@ -5,11 +5,11 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ListAuthorizationResourcesRequestFilter extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The filter field name. Valid values:
8
+ * The name of the filter field. Valid values:
9
9
  *
10
- * - AuthorizationResourceEntityType: The type of the associated resource entity.
10
+ * - AuthorizationResourceEntityType: the resource entity type associated with the authorization resource.
11
11
  *
12
- * - AuthorizationResourceEntityId: The ID of the associated resource entity.
12
+ * - AuthorizationResourceEntityId: the resource entity ID associated with the authorization resource.
13
13
  *
14
14
  * @example
15
15
  * AuthorizationResourceEntityId
@@ -17,7 +17,7 @@ export class ListAuthorizationResourcesRequestFilter extends $dara.Model {
17
17
  name?: string;
18
18
  /**
19
19
  * @remarks
20
- * A list of filter field values.
20
+ * The values of the filter field.
21
21
  */
22
22
  value?: string[];
23
23
  static names(): { [key: string]: string } {
@@ -74,11 +74,11 @@ export class ListAuthorizationResourcesRequest extends $dara.Model {
74
74
  instanceId?: string;
75
75
  /**
76
76
  * @remarks
77
- * The maximum number of entries to return on each page.
77
+ * The maximum number of entries per page.
78
78
  *
79
- * - The default value is 20.
79
+ * - Default value: 20.
80
80
  *
81
- * - The maximum value is 100.
81
+ * - Maximum value: 100.
82
82
  *
83
83
  * @example
84
84
  * 20
@@ -86,7 +86,7 @@ export class ListAuthorizationResourcesRequest extends $dara.Model {
86
86
  maxResults?: number;
87
87
  /**
88
88
  * @remarks
89
- * The token to start the next page of results.
89
+ * The token that identifies the start position of the next page.
90
90
  *
91
91
  * - If you do not specify this parameter, the query starts from the first page.
92
92
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ListAuthorizationResourcesResponseBodyAuthorizationResources extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the associated resource entity.
8
+ * The resource entity ID associated with the authorization resource.
9
9
  *
10
10
  * @example
11
11
  * carole_01kmek49aqxxxx
@@ -13,9 +13,8 @@ export class ListAuthorizationResourcesResponseBodyAuthorizationResources extend
13
13
  authorizationResourceEntityId?: string;
14
14
  /**
15
15
  * @remarks
16
- * The type of the associated resource entity. Valid values:
17
- *
18
- * - cloud_account_role: A cloud role.
16
+ * The resource entity type associated with the authorization resource. Valid values:
17
+ * - cloud_account_role: cloud role.
19
18
  *
20
19
  * @example
21
20
  * cloud_account_role
@@ -23,7 +22,7 @@ export class ListAuthorizationResourcesResponseBodyAuthorizationResources extend
23
22
  authorizationResourceEntityType?: string;
24
23
  /**
25
24
  * @remarks
26
- * The authorized resource ID.
25
+ * The authorization resource ID.
27
26
  *
28
27
  * @example
29
28
  * arres_01kgh3jvt7pk093rv6giu0c0qxxxx
@@ -39,7 +38,7 @@ export class ListAuthorizationResourcesResponseBodyAuthorizationResources extend
39
38
  authorizationRuleId?: string;
40
39
  /**
41
40
  * @remarks
42
- * The ID of the Alibaba Cloud account that owns the associated resource entity.
41
+ * The cloud account ID to which the resource entity associated with the authorization resource belongs.
43
42
  *
44
43
  * @example
45
44
  * ca_01kmegjc11qa1txxxxx
@@ -87,12 +86,12 @@ export class ListAuthorizationResourcesResponseBodyAuthorizationResources extend
87
86
  export class ListAuthorizationResourcesResponseBody extends $dara.Model {
88
87
  /**
89
88
  * @remarks
90
- * A list of authorized resources.
89
+ * The list of authorization resources.
91
90
  */
92
91
  authorizationResources?: ListAuthorizationResourcesResponseBodyAuthorizationResources[];
93
92
  /**
94
93
  * @remarks
95
- * The number of entries per page.
94
+ * The number of entries per page in the paged query. This is the paging size.
96
95
  *
97
96
  * @example
98
97
  * 20
@@ -100,7 +99,7 @@ export class ListAuthorizationResourcesResponseBody extends $dara.Model {
100
99
  maxResults?: number;
101
100
  /**
102
101
  * @remarks
103
- * The token to retrieve the next page of results. This parameter is returned when the results are paged.
102
+ * The pagination token returned in this call. Use this token for the next page query.
104
103
  *
105
104
  * @example
106
105
  * NTxxxexample
@@ -116,7 +115,7 @@ export class ListAuthorizationResourcesResponseBody extends $dara.Model {
116
115
  requestId?: string;
117
116
  /**
118
117
  * @remarks
119
- * The total number of entries.
118
+ * The total number of entries returned.
120
119
  *
121
120
  * @example
122
121
  * 100
@@ -25,11 +25,11 @@ export class ListAuthorizationRulesForApplicationRequest extends $dara.Model {
25
25
  instanceId?: string;
26
26
  /**
27
27
  * @remarks
28
- * The maximum number of entries to return on each page.
28
+ * The maximum number of entries per page.
29
29
  *
30
30
  * - Default value: 20.
31
31
  *
32
- * - Valid values: 1 to 100.
32
+ * - Maximum value: 100.
33
33
  *
34
34
  * @example
35
35
  * 20
@@ -37,9 +37,9 @@ export class ListAuthorizationRulesForApplicationRequest extends $dara.Model {
37
37
  maxResults?: number;
38
38
  /**
39
39
  * @remarks
40
- * The token that is used to start the next page of results.
40
+ * The token that marks the starting position of the next page.
41
41
  *
42
- * - If you omit this parameter, the query starts from the first page.
42
+ * - If you do not specify this parameter, the query starts from the first page.
43
43
  *
44
44
  * @example
45
45
  * NTxxxxxexample
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ListAuthorizationRulesForApplicationResponseBodyAuthorizationRulesValidityPeriod 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 ListAuthorizationRulesForApplicationResponseBodyAuthorizationRulesV
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 ListAuthorizationRulesForApplicationResponseBodyAuthorizationRules
61
61
  instanceId?: string;
62
62
  /**
63
63
  * @remarks
64
- * The time range of the validity period. This parameter is returned 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?: ListAuthorizationRulesForApplicationResponseBodyAuthorizationRulesValidityPeriod;
67
67
  /**
68
68
  * @remarks
69
- * The type of the validity period for the relationship. Valid values:
70
- *
71
- * - permanent: The relationship is permanent.
72
- *
73
- * - time_bound: The relationship is valid within a custom time range.
69
+ * The validity type of the relationship. Valid values:
70
+ * - permanent: permanent
71
+ * - time_bound: custom time range.
74
72
  *
75
73
  * @example
76
74
  * permanent
@@ -114,7 +112,7 @@ export class ListAuthorizationRulesForApplicationResponseBody extends $dara.Mode
114
112
  authorizationRules?: ListAuthorizationRulesForApplicationResponseBodyAuthorizationRules[];
115
113
  /**
116
114
  * @remarks
117
- * The number of entries on each page of a paged query.
115
+ * The number of entries per page for paging.
118
116
  *
119
117
  * @example
120
118
  * 20
@@ -122,7 +120,7 @@ export class ListAuthorizationRulesForApplicationResponseBody extends $dara.Mode
122
120
  maxResults?: number;
123
121
  /**
124
122
  * @remarks
125
- * The token to use for the next paged query.
123
+ * The pagination token returned in this call. Use this token to query the next page.
126
124
  *
127
125
  * @example
128
126
  * NTxxxexample
@@ -138,7 +136,7 @@ export class ListAuthorizationRulesForApplicationResponseBody extends $dara.Mode
138
136
  requestId?: string;
139
137
  /**
140
138
  * @remarks
141
- * The total number of entries.
139
+ * The total number of entries returned.
142
140
  *
143
141
  * @example
144
142
  * 100
@@ -25,11 +25,11 @@ export class ListAuthorizationRulesForGroupRequest extends $dara.Model {
25
25
  instanceId?: string;
26
26
  /**
27
27
  * @remarks
28
- * The maximum number of records to return on each page.
28
+ * The maximum number of entries per page.
29
29
  *
30
- * - If this parameter is not specified, the default value is 20.
30
+ * - Default value: 20.
31
31
  *
32
- * - The maximum value is 100.
32
+ * - Maximum value: 100.
33
33
  *
34
34
  * @example
35
35
  * 20
@@ -37,7 +37,7 @@ export class ListAuthorizationRulesForGroupRequest extends $dara.Model {
37
37
  maxResults?: number;
38
38
  /**
39
39
  * @remarks
40
- * The token that specifies the start of the next page for a paged query.
40
+ * The token that identifies the start position of the next page.
41
41
  *
42
42
  * - If this parameter is not specified, the query starts from the first page.
43
43
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ListAuthorizationRulesForGroupResponseBodyAuthorizationRulesValidityPeriod extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The end time of the validity period. The value 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 ListAuthorizationRulesForGroupResponseBodyAuthorizationRulesValidit
13
13
  endTime?: number;
14
14
  /**
15
15
  * @remarks
16
- * The start time of the validity period. The value 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
@@ -66,11 +66,9 @@ export class ListAuthorizationRulesForGroupResponseBodyAuthorizationRules extend
66
66
  validityPeriod?: ListAuthorizationRulesForGroupResponseBodyAuthorizationRulesValidityPeriod;
67
67
  /**
68
68
  * @remarks
69
- * The type of the validity period. Valid values:
70
- *
71
- * - permanent: The authorization is permanent.
72
- *
73
- * - time_bound: The authorization is valid within a custom time range.
69
+ * The validity type of the relationship. Valid values:
70
+ * - permanent: permanent
71
+ * - time_bound: custom time range.
74
72
  *
75
73
  * @example
76
74
  * permanent
@@ -114,7 +112,7 @@ export class ListAuthorizationRulesForGroupResponseBody extends $dara.Model {
114
112
  authorizationRules?: ListAuthorizationRulesForGroupResponseBodyAuthorizationRules[];
115
113
  /**
116
114
  * @remarks
117
- * The number of entries returned per page.
115
+ * The number of entries per page in a paged query. This parameter specifies the paging size.
118
116
  *
119
117
  * @example
120
118
  * 20
@@ -122,7 +120,7 @@ export class ListAuthorizationRulesForGroupResponseBody extends $dara.Model {
122
120
  maxResults?: number;
123
121
  /**
124
122
  * @remarks
125
- * The token used to start the next paged query. This token is returned in the response.
123
+ * The pagination token returned in this call. Use this token to query the next page.
126
124
  *
127
125
  * @example
128
126
  * NTxxxexample
@@ -138,7 +136,7 @@ export class ListAuthorizationRulesForGroupResponseBody extends $dara.Model {
138
136
  requestId?: string;
139
137
  /**
140
138
  * @remarks
141
- * The total number of records.
139
+ * The total number of entries returned.
142
140
  *
143
141
  * @example
144
142
  * 100
@@ -15,11 +15,11 @@ export class ListAuthorizationRulesForUserRequest extends $dara.Model {
15
15
  instanceId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The maximum number of entries to return on a single page.
18
+ * The maximum number of entries per page.
19
19
  *
20
- * - The default value is 20.
20
+ * - Default value: 20.
21
21
  *
22
- * - The maximum value is 100.
22
+ * - Maximum value: 100.
23
23
  *
24
24
  * @example
25
25
  * 20
@@ -27,9 +27,9 @@ export class ListAuthorizationRulesForUserRequest extends $dara.Model {
27
27
  maxResults?: number;
28
28
  /**
29
29
  * @remarks
30
- * The token that specifies the start of the next page for a paged query.
30
+ * The pagination token that indicates the start position of the next page.
31
31
  *
32
- * - If you do not specify this parameter, the query starts from the first page.
32
+ * - If this parameter is not specified, the query starts from the first page.
33
33
  *
34
34
  * @example
35
35
  * NTxxxxxexample
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ListAuthorizationRulesForUserResponseBodyAuthorizationRulesValidityPeriod extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The end time of the validity period. The value 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
  * 1704042061000
@@ -13,7 +13,7 @@ export class ListAuthorizationRulesForUserResponseBodyAuthorizationRulesValidity
13
13
  endTime?: number;
14
14
  /**
15
15
  * @remarks
16
- * The start time of the validity period. The value 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
@@ -61,16 +61,14 @@ export class ListAuthorizationRulesForUserResponseBodyAuthorizationRules extends
61
61
  instanceId?: 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?: ListAuthorizationRulesForUserResponseBodyAuthorizationRulesValidityPeriod;
67
67
  /**
68
68
  * @remarks
69
- * The type of the validity period of the relationship. Valid values:
70
- *
71
- * - permanent: The relationship is permanent.
72
- *
73
- * - time_bound: The relationship is valid for a custom time range.
69
+ * The validity type of the relationship. Valid values:
70
+ * - permanent: permanent
71
+ * - time_bound: custom time range.
74
72
  *
75
73
  * @example
76
74
  * permanent
@@ -114,7 +112,7 @@ export class ListAuthorizationRulesForUserResponseBody extends $dara.Model {
114
112
  authorizationRules?: ListAuthorizationRulesForUserResponseBodyAuthorizationRules[];
115
113
  /**
116
114
  * @remarks
117
- * The number of entries per page.
115
+ * The maximum number of entries per page in a paged query. This parameter indicates the paging size.
118
116
  *
119
117
  * @example
120
118
  * 20
@@ -122,7 +120,7 @@ export class ListAuthorizationRulesForUserResponseBody extends $dara.Model {
122
120
  maxResults?: number;
123
121
  /**
124
122
  * @remarks
125
- * The token that is returned in this call and is used to retrieve the next page of results.
123
+ * The pagination token returned in this call. Use this token to query the next page.
126
124
  *
127
125
  * @example
128
126
  * NTxxxexample
@@ -138,7 +136,7 @@ export class ListAuthorizationRulesForUserResponseBody extends $dara.Model {
138
136
  requestId?: string;
139
137
  /**
140
138
  * @remarks
141
- * The total number of entries.
139
+ * The total number of entries returned.
142
140
  *
143
141
  * @example
144
142
  * 100
@@ -0,0 +1,56 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ListAuthorizationServersRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The instance ID.
9
+ *
10
+ * This parameter is required.
11
+ *
12
+ * @example
13
+ * idaas_ue2jvisn35ea5lmthk267xxxxx
14
+ */
15
+ instanceId?: string;
16
+ /**
17
+ * @remarks
18
+ * The number of entries per page for a paged query.
19
+ *
20
+ * @example
21
+ * 20
22
+ */
23
+ maxResults?: number;
24
+ /**
25
+ * @remarks
26
+ * The pagination token.
27
+ *
28
+ * @example
29
+ * NTxxxxxexample
30
+ */
31
+ nextToken?: string;
32
+ static names(): { [key: string]: string } {
33
+ return {
34
+ instanceId: 'InstanceId',
35
+ maxResults: 'MaxResults',
36
+ nextToken: 'NextToken',
37
+ };
38
+ }
39
+
40
+ static types(): { [key: string]: any } {
41
+ return {
42
+ instanceId: 'string',
43
+ maxResults: 'number',
44
+ nextToken: 'string',
45
+ };
46
+ }
47
+
48
+ validate() {
49
+ super.validate();
50
+ }
51
+
52
+ constructor(map?: { [key: string]: any }) {
53
+ super(map);
54
+ }
55
+ }
56
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { ListAuthorizationServersResponseBody } from "./ListAuthorizationServersResponseBody";
4
+
5
+
6
+ export class ListAuthorizationServersResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: ListAuthorizationServersResponseBody;
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: ListAuthorizationServersResponseBody,
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
+