@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
@@ -15,7 +15,7 @@ export class GetNetworkAccessEndpointRequest extends $dara.Model {
15
15
  instanceId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The unique identifier of the network access endpoint.
18
+ * The dedicated network access endpoint ID.
19
19
  *
20
20
  * This parameter is required.
21
21
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The time when the baseline was created.
8
+ * The time when the network access endpoint was created. The value is a UNIX timestamp in milliseconds.
9
9
  *
10
10
  * @example
11
11
  * 1649830226000
@@ -13,7 +13,7 @@ export class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $
13
13
  createTime?: number;
14
14
  /**
15
15
  * @remarks
16
- * Public egress ip address range of the dedicated network endpoint This field is returned only when NetworkEndpointType is set to private.
16
+ * The private egress IP addresses of the dedicated network access endpoint. This parameter is returned only when NetworkEndpointType is set to private.
17
17
  *
18
18
  * @example
19
19
  * 172.168.x.x
@@ -21,7 +21,7 @@ export class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $
21
21
  egressPrivateIpAddresses?: string[];
22
22
  /**
23
23
  * @remarks
24
- * Public egress ip address range of the shared network endpoint This field is returned only when networkEndpointType is set to shared.
24
+ * The public egress IP addresses of the shared network access endpoint. This parameter is returned only when NetworkEndpointType is set to shared.
25
25
  *
26
26
  * @example
27
27
  * 203.0.XX.XX/27
@@ -29,7 +29,7 @@ export class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $
29
29
  egressPublicIpAddresses?: string[];
30
30
  /**
31
31
  * @remarks
32
- * Instance ID.
32
+ * The instance ID.
33
33
  *
34
34
  * @example
35
35
  * idaas_ue2jvisn35ea5lmthk267xxxxx
@@ -37,7 +37,7 @@ export class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $
37
37
  instanceId?: string;
38
38
  /**
39
39
  * @remarks
40
- * The unique identifier of the network access endpoint.
40
+ * The dedicated network access endpoint ID.
41
41
  *
42
42
  * @example
43
43
  * nae_examplexxx
@@ -45,7 +45,7 @@ export class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $
45
45
  networkAccessEndpointId?: string;
46
46
  /**
47
47
  * @remarks
48
- * Private network endpoint name.
48
+ * The name of the dedicated network access endpoint.
49
49
  *
50
50
  * @example
51
51
  * Xx-business VPC access endpoint
@@ -53,11 +53,10 @@ export class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $
53
53
  networkAccessEndpointName?: string;
54
54
  /**
55
55
  * @remarks
56
- * Type of the Network Endpoint Possible values:
56
+ * The type of the network access endpoint. Valid values:
57
57
  *
58
- * shared: Shared network endpoint
59
- *
60
- * private: Dedicated network endpoint
58
+ * - shared: shared network access endpoint.
59
+ * - private: dedicated network access endpoint.
61
60
  *
62
61
  * @example
63
62
  * private
@@ -65,7 +64,7 @@ export class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $
65
64
  networkAccessEndpointType?: string;
66
65
  /**
67
66
  * @remarks
68
- * The ID of the destination security group.
67
+ * The ID of the security group used by the dedicated network access endpoint.
69
68
  *
70
69
  * @example
71
70
  * sg-examplexxx
@@ -73,15 +72,12 @@ export class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $
73
72
  securityGroupId?: string;
74
73
  /**
75
74
  * @remarks
76
- * Status of the Network Endpoint Possible values:
77
- *
78
- * pending: Pending initialization
79
- *
80
- * creating: Being created
81
- *
82
- * running: Running
75
+ * The status of the network access endpoint. Valid values:
83
76
  *
84
- * deleting: Being deleted
77
+ * - pending: pending initialization.
78
+ * - creating: being created.
79
+ * - running: running.
80
+ * - deleting: being deleted.
85
81
  *
86
82
  * @example
87
83
  * running
@@ -89,7 +85,7 @@ export class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $
89
85
  status?: string;
90
86
  /**
91
87
  * @remarks
92
- * The time when the endpoint was updated.
88
+ * The time when the dedicated network access endpoint was last updated. The value is a UNIX timestamp in milliseconds.
93
89
  *
94
90
  * @example
95
91
  * 1649830226000
@@ -97,7 +93,7 @@ export class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $
97
93
  updateTime?: number;
98
94
  /**
99
95
  * @remarks
100
- * List of specified vSwitches associated with the dedicated network endpoint connection.
96
+ * The list of vSwitches to which the dedicated network access endpoint is connected.
101
97
  *
102
98
  * @example
103
99
  * vsw-examplexxx
@@ -105,7 +101,7 @@ export class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $
105
101
  vSwitchIds?: string[];
106
102
  /**
107
103
  * @remarks
108
- * The ID of the virtual private cloud (VPC).
104
+ * The ID of the VPC to which the dedicated network access endpoint is connected.
109
105
  *
110
106
  * @example
111
107
  * vpc-examplexxx
@@ -113,7 +109,7 @@ export class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $
113
109
  vpcId?: string;
114
110
  /**
115
111
  * @remarks
116
- * The region ID of the outbound virtual private cloud (VPC).
112
+ * The region of the VPC to which the dedicated network access endpoint is connected.
117
113
  *
118
114
  * @example
119
115
  * cn-hangzhou
@@ -176,12 +172,12 @@ export class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $
176
172
  export class GetNetworkAccessEndpointResponseBody extends $dara.Model {
177
173
  /**
178
174
  * @remarks
179
- * Network endpoint information.
175
+ * The network access endpoint information.
180
176
  */
181
177
  networkAccessEndpoint?: GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint;
182
178
  /**
183
179
  * @remarks
184
- * The ID of the request.
180
+ * The request ID.
185
181
  *
186
182
  * @example
187
183
  * 0441BD79-92F3-53AA-8657-F8CE4A2B912A
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetNetworkZoneResponseBodyNetworkZone extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The description of the network zone.
8
+ * The network zone description.
9
9
  *
10
10
  * @example
11
11
  * test_description
@@ -21,12 +21,12 @@ export class GetNetworkZoneResponseBodyNetworkZone extends $dara.Model {
21
21
  instanceId?: string;
22
22
  /**
23
23
  * @remarks
24
- * The IPv4 CIDR blocks.
24
+ * The IPv4 CIDR blocks of the network zone.
25
25
  */
26
26
  ipv4Cidrs?: string[];
27
27
  /**
28
28
  * @remarks
29
- * The IPv6 CIDR blocks.
29
+ * The IPv6 CIDR blocks of the network zone.
30
30
  */
31
31
  ipv6Cidrs?: string[];
32
32
  /**
@@ -39,7 +39,7 @@ export class GetNetworkZoneResponseBodyNetworkZone extends $dara.Model {
39
39
  networkZoneId?: string;
40
40
  /**
41
41
  * @remarks
42
- * The name of the network zone.
42
+ * The network zone name.
43
43
  *
44
44
  * @example
45
45
  * test4_name
@@ -47,7 +47,7 @@ export class GetNetworkZoneResponseBodyNetworkZone extends $dara.Model {
47
47
  networkZoneName?: string;
48
48
  /**
49
49
  * @remarks
50
- * The type of the network zone.
50
+ * The network zone type.
51
51
  *
52
52
  * @example
53
53
  * arn:alibaba:idaas:network:zone:classic
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetPasswordExpirationConfigurationRequest 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
  *
@@ -5,26 +5,22 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetPasswordExpirationConfigurationResponseBodyPasswordExpirationConfiguration extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The list of valid authentication IDs. The default is all ["ia_all"]
8
+ * The list of effective authentication source IDs. Default value: ["ia_all"].
9
9
  *
10
- * ia_all: All. If you fill in this value, you cannot fill in other values
11
- *
12
- * ia_password: Account password login
13
- *
14
- * ia_otp_sms: SMS verification code login method
15
- *
16
- * ia_webauthn: WebAuthn authenticator login method
17
- *
18
- * idp_xxx: Specific identity provider authentication method
10
+ * - ia_all: All authentication sources. If this value is specified, no other values can be specified.
11
+ * - ia_password: Account password logon.
12
+ * - ia_otp_sms: SMS verification code logon.
13
+ * - ia_webauthn: WebAuthn authenticator logon.
14
+ * - idp_xxx: Authentication method of a specific identity provider.
19
15
  */
20
16
  effectiveAuthenticationSourceIds?: string[];
21
17
  /**
22
18
  * @remarks
23
19
  * The action to take when a password expires. Valid values:
24
20
  *
25
- * * forbid_login: Prohibit the user from using the password to log on to IDaaS.
26
- * * force_update_password: Force the user to change the password.
27
- * * remind_update_password: Remind the user to change the password.
21
+ * - forbid_login: Forbid logon.
22
+ * - force_update_password: Force password change.
23
+ * - remind_update_password: Remind password change.
28
24
  *
29
25
  * @example
30
26
  * forbid_login
@@ -32,7 +28,7 @@ export class GetPasswordExpirationConfigurationResponseBodyPasswordExpirationCon
32
28
  passwordExpirationAction?: string;
33
29
  /**
34
30
  * @remarks
35
- * The methods for receiving password expiration notifications.
31
+ * The list of password expiration notification channels.
36
32
  *
37
33
  * @example
38
34
  * login
@@ -40,7 +36,7 @@ export class GetPasswordExpirationConfigurationResponseBodyPasswordExpirationCon
40
36
  passwordExpirationNotificationChannels?: string[];
41
37
  /**
42
38
  * @remarks
43
- * The number of days before the expiration date during which password expiration notifications are sent. Unit: day.
39
+ * The advance notice period before password expiration. Unit: days.
44
40
  *
45
41
  * @example
46
42
  * 7
@@ -48,10 +44,10 @@ export class GetPasswordExpirationConfigurationResponseBodyPasswordExpirationCon
48
44
  passwordExpirationNotificationDuration?: number;
49
45
  /**
50
46
  * @remarks
51
- * Indicates whether the password expiration notification feature is enabled. Valid values:
47
+ * The status of password expiration notification. Valid values:
52
48
  *
53
- * * enabled
54
- * * disabled
49
+ * - enabled: Enabled.
50
+ * - disabled: Disabled.
55
51
  *
56
52
  * @example
57
53
  * enabled
@@ -59,10 +55,10 @@ export class GetPasswordExpirationConfigurationResponseBodyPasswordExpirationCon
59
55
  passwordExpirationNotificationStatus?: string;
60
56
  /**
61
57
  * @remarks
62
- * Indicates whether the password expiration feature is enabled. Valid values:
58
+ * The status of the password expiration configuration. Valid values:
63
59
  *
64
- * * enabled
65
- * * disabled
60
+ * - enabled: Enabled.
61
+ * - disabled: Disabled.
66
62
  *
67
63
  * @example
68
64
  * enabled
@@ -70,7 +66,7 @@ export class GetPasswordExpirationConfigurationResponseBodyPasswordExpirationCon
70
66
  passwordExpirationStatus?: string;
71
67
  /**
72
68
  * @remarks
73
- * The number of days before which users must change the password to prevent password expiration. Unit: day.
69
+ * The grace period for forced password change after expiration. Unit: days.
74
70
  *
75
71
  * @example
76
72
  * 3
@@ -78,7 +74,7 @@ export class GetPasswordExpirationConfigurationResponseBodyPasswordExpirationCon
78
74
  passwordForcedUpdateDuration?: number;
79
75
  /**
80
76
  * @remarks
81
- * The validity period of a password. Unit: day.
77
+ * The maximum validity period of a password. Unit: days.
82
78
  *
83
79
  * @example
84
80
  * 180
@@ -128,12 +124,12 @@ export class GetPasswordExpirationConfigurationResponseBodyPasswordExpirationCon
128
124
  export class GetPasswordExpirationConfigurationResponseBody extends $dara.Model {
129
125
  /**
130
126
  * @remarks
131
- * The password expiration configurations.
127
+ * The password expiration configuration.
132
128
  */
133
129
  passwordExpirationConfiguration?: GetPasswordExpirationConfigurationResponseBodyPasswordExpirationConfiguration;
134
130
  /**
135
131
  * @remarks
136
- * The ID of the request.
132
+ * The request ID.
137
133
  *
138
134
  * @example
139
135
  * 0441BD79-92F3-53AA-8657-F8CE4A2B912A
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetPasswordHistoryConfigurationResponseBodyPasswordHistoryConfiguration extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The maximum number of recent passwords that are retained.
8
+ * The maximum number of recent password records to retain.
9
9
  *
10
10
  * @example
11
11
  * 3
@@ -13,10 +13,9 @@ export class GetPasswordHistoryConfigurationResponseBodyPasswordHistoryConfigura
13
13
  passwordHistoryMaxRetention?: number;
14
14
  /**
15
15
  * @remarks
16
- * Indicates whether the password history feature is enabled. Valid values:
17
- *
18
- * * enabled
19
- * * disabled
16
+ * The status of the password history configuration. Valid values:
17
+ * - enabled: Enabled.
18
+ * - disabled: Disabled.
20
19
  *
21
20
  * @example
22
21
  * enabled
@@ -48,7 +47,7 @@ export class GetPasswordHistoryConfigurationResponseBodyPasswordHistoryConfigura
48
47
  export class GetPasswordHistoryConfigurationResponseBody extends $dara.Model {
49
48
  /**
50
49
  * @remarks
51
- * The password history configurations.
50
+ * The password history check configuration.
52
51
  */
53
52
  passwordHistoryConfiguration?: GetPasswordHistoryConfigurationResponseBodyPasswordHistoryConfiguration;
54
53
  /**
@@ -5,10 +5,10 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetPasswordInitializationConfigurationResponseBodyPasswordInitializationConfiguration extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Indicates whether forcible password change upon first logon is enabled. Valid values:
8
+ * The status of forced password update. Valid values:
9
9
  *
10
- * * enabled
11
- * * disabled
10
+ * - enabled: Enabled.
11
+ * - disabled: Disabled.
12
12
  *
13
13
  * @example
14
14
  * enabled
@@ -16,7 +16,7 @@ export class GetPasswordInitializationConfigurationResponseBodyPasswordInitializ
16
16
  passwordForcedUpdateStatus?: string;
17
17
  /**
18
18
  * @remarks
19
- * The methods for receiving password initialization notifications.
19
+ * The list of password initialization notification channels.
20
20
  *
21
21
  * @example
22
22
  * email
@@ -24,10 +24,10 @@ export class GetPasswordInitializationConfigurationResponseBodyPasswordInitializ
24
24
  passwordInitializationNotificationChannels?: string[];
25
25
  /**
26
26
  * @remarks
27
- * Indicates whether the password initialization feature is enabled. Valid values:
27
+ * The status of the password initialization configuration. Valid values:
28
28
  *
29
- * * enabled
30
- * * disabled
29
+ * - enabled: Enabled.
30
+ * - disabled: Disabled.
31
31
  *
32
32
  * @example
33
33
  * enabled
@@ -35,9 +35,9 @@ export class GetPasswordInitializationConfigurationResponseBodyPasswordInitializ
35
35
  passwordInitializationStatus?: string;
36
36
  /**
37
37
  * @remarks
38
- * The password initialization method. Set the value to random.
38
+ * The password initialization method. Valid values:
39
39
  *
40
- * * random: A randomly generated password is used.
40
+ * - random: Random.
41
41
  *
42
42
  * @example
43
43
  * random
@@ -76,7 +76,7 @@ export class GetPasswordInitializationConfigurationResponseBodyPasswordInitializ
76
76
  export class GetPasswordInitializationConfigurationResponseBody extends $dara.Model {
77
77
  /**
78
78
  * @remarks
79
- * The password initialization configurations.
79
+ * The password initialization configuration.
80
80
  */
81
81
  passwordInitializationConfiguration?: GetPasswordInitializationConfigurationResponseBodyPasswordInitializationConfiguration;
82
82
  /**
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetRootOrganizationalUnitRequest 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
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetRootOrganizationalUnitResponseBodyOrganizationalUnit extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The time when the organizational unit was created. This value is a UNIX timestamp. Unit: milliseconds.
8
+ * The time when the organizational unit was created, in UNIX timestamp format. Unit: milliseconds.
9
9
  *
10
10
  * @example
11
11
  * 1652085686179
@@ -21,7 +21,7 @@ export class GetRootOrganizationalUnitResponseBodyOrganizationalUnit extends $da
21
21
  description?: string;
22
22
  /**
23
23
  * @remarks
24
- * The ID of the instance.
24
+ * The instance ID.
25
25
  *
26
26
  * @example
27
27
  * idaas_ue2jvisn35ea5lmthk267xxxxx
@@ -29,7 +29,7 @@ export class GetRootOrganizationalUnitResponseBodyOrganizationalUnit extends $da
29
29
  instanceId?: string;
30
30
  /**
31
31
  * @remarks
32
- * The ID of the organizational unit.
32
+ * The organizational unit ID.
33
33
  *
34
34
  * @example
35
35
  * ou_wovwffm62xifdziem7an7xxxxx
@@ -37,7 +37,7 @@ export class GetRootOrganizationalUnitResponseBodyOrganizationalUnit extends $da
37
37
  organizationalUnitId?: string;
38
38
  /**
39
39
  * @remarks
40
- * The name of the organization.
40
+ * The organizational unit name.
41
41
  *
42
42
  * @example
43
43
  * name001
@@ -45,7 +45,7 @@ export class GetRootOrganizationalUnitResponseBodyOrganizationalUnit extends $da
45
45
  organizationalUnitName?: string;
46
46
  /**
47
47
  * @remarks
48
- * The time when the organizational unit was last updated. The value is a UNIX timestamp. Unit: milliseconds.
48
+ * The time when the organizational unit was last updated, in UNIX timestamp format. Unit: milliseconds.
49
49
  *
50
50
  * @example
51
51
  * 1652085686179
@@ -85,12 +85,12 @@ export class GetRootOrganizationalUnitResponseBodyOrganizationalUnit extends $da
85
85
  export class GetRootOrganizationalUnitResponseBody extends $dara.Model {
86
86
  /**
87
87
  * @remarks
88
- * The data object of the organizational unit.
88
+ * The organizational unit data object.
89
89
  */
90
90
  organizationalUnit?: GetRootOrganizationalUnitResponseBodyOrganizationalUnit;
91
91
  /**
92
92
  * @remarks
93
- * The ID of the request.
93
+ * The request ID.
94
94
  *
95
95
  * @example
96
96
  * 0441BD79-92F3-53AA-8657-F8CE4A2B912A
@@ -55,7 +55,7 @@ export class GetServiceQuotaResponseBodyServiceQuota extends $dara.Model {
55
55
  export class GetServiceQuotaResponseBody extends $dara.Model {
56
56
  /**
57
57
  * @remarks
58
- * The ID of the request.
58
+ * The request ID.
59
59
  *
60
60
  * @example
61
61
  * 0441BD79-92F3-53AA-8657-F8CE4A2B912A
@@ -5,9 +5,9 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ListApplicationsForAuthorizationRuleRequestFilter extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The name of the field to filter. Valid values:
8
+ * The name of the filter field. Valid values:
9
9
  *
10
- * - ApplicationId: The application ID.
10
+ * - ApplicationId: the application ID.
11
11
  *
12
12
  * @example
13
13
  * ApplicationId
@@ -15,7 +15,7 @@ export class ListApplicationsForAuthorizationRuleRequestFilter extends $dara.Mod
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 ListApplicationsForAuthorizationRuleRequest extends $dara.Model {
72
72
  instanceId?: string;
73
73
  /**
74
74
  * @remarks
75
- * The maximum number of records to return in a paged query.
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 cannot exceed 100.
79
+ * - Maximum value: 100.
80
80
  *
81
81
  * @example
82
82
  * 20
@@ -84,9 +84,9 @@ export class ListApplicationsForAuthorizationRuleRequest extends $dara.Model {
84
84
  maxResults?: number;
85
85
  /**
86
86
  * @remarks
87
- * The token that is used to mark the start of the next page for a paged query.
87
+ * The pagination token that indicates the start position of the next page.
88
88
  *
89
- * - If you do not specify this parameter, the query starts from the first page.
89
+ * - If this parameter is 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 ListApplicationsForAuthorizationRuleResponseBodyApplicationsValidityPeriod 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 ListApplicationsForAuthorizationRuleResponseBodyApplicationsValidit
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 ListApplicationsForAuthorizationRuleResponseBodyApplications extend
61
61
  instanceId?: string;
62
62
  /**
63
63
  * @remarks
64
- * The time range of the validity period. This parameter takes effect 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?: ListApplicationsForAuthorizationRuleResponseBodyApplicationsValidityPeriod;
67
67
  /**
68
68
  * @remarks
69
- * The validity type of the relationship. Valid values:
70
- *
71
- * - permanent: The relationship is permanent.
72
- *
73
- * - time_bound: The relationship has a custom time range.
69
+ * The validity type of the association. 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 ListApplicationsForAuthorizationRuleResponseBody extends $dara.Mode
114
112
  applications?: ListApplicationsForAuthorizationRuleResponseBodyApplications[];
115
113
  /**
116
114
  * @remarks
117
- * The number of entries returned per page.
115
+ * The number of entries per page in a paging query.
118
116
  *
119
117
  * @example
120
118
  * 20
@@ -122,7 +120,7 @@ export class ListApplicationsForAuthorizationRuleResponseBody extends $dara.Mode
122
120
  maxResults?: number;
123
121
  /**
124
122
  * @remarks
125
- * The token returned from this call. Use this token for the next paged query.
123
+ * The pagination token returned in this call. Use this token for the next paged query.
126
124
  *
127
125
  * @example
128
126
  * NTxxxexample
@@ -138,7 +136,7 @@ export class ListApplicationsForAuthorizationRuleResponseBody extends $dara.Mode
138
136
  requestId?: string;
139
137
  /**
140
138
  * @remarks
141
- * The total number of entries.
139
+ * The total number of entries in the list.
142
140
  *
143
141
  * @example
144
142
  * 100
@@ -15,7 +15,7 @@ export class ListApplicationsForNetworkAccessEndpointRequest 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
@@ -33,7 +33,7 @@ export class ListApplicationsForNetworkAccessEndpointRequest extends $dara.Model
33
33
  networkAccessEndpointId?: string;
34
34
  /**
35
35
  * @remarks
36
- * The token for the next page of results.
36
+ * The pagination token.
37
37
  *
38
38
  * @example
39
39
  * NTxxxxxexample
@@ -55,12 +55,12 @@ export class ListApplicationsForNetworkAccessEndpointResponseBodyApplicationsFor
55
55
  export class ListApplicationsForNetworkAccessEndpointResponseBody extends $dara.Model {
56
56
  /**
57
57
  * @remarks
58
- * The collection of applications for the network access endpoint.
58
+ * The collection of applications under the network access endpoint.
59
59
  */
60
60
  applicationsForNetworkAccessEndpoint?: ListApplicationsForNetworkAccessEndpointResponseBodyApplicationsForNetworkAccessEndpoint[];
61
61
  /**
62
62
  * @remarks
63
- * The token for the next page of results.
63
+ * The pagination token returned in this call.
64
64
  *
65
65
  * @example
66
66
  * NTxxxexample
@@ -76,7 +76,7 @@ export class ListApplicationsForNetworkAccessEndpointResponseBody extends $dara.
76
76
  requestId?: string;
77
77
  /**
78
78
  * @remarks
79
- * The total number of entries.
79
+ * The total number of entries returned.
80
80
  *
81
81
  * @example
82
82
  * 100