oci-identity 2.76.1 → 2.77.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 (320) hide show
  1. package/lib/client.d.ts +145 -145
  2. package/lib/client.js +145 -145
  3. package/lib/model/api-key.d.ts +3 -3
  4. package/lib/model/auth-token.d.ts +8 -8
  5. package/lib/model/bulk-action-resource-type.d.ts +1 -1
  6. package/lib/model/bulk-action-resource.d.ts +2 -2
  7. package/lib/model/bulk-edit-operation-details.d.ts +5 -5
  8. package/lib/model/bulk-edit-tags-resource-type.d.ts +1 -1
  9. package/lib/model/compartment.d.ts +5 -5
  10. package/lib/model/create-compartment-details.d.ts +2 -2
  11. package/lib/model/create-domain-details.d.ts +3 -3
  12. package/lib/model/create-dynamic-group-details.d.ts +2 -2
  13. package/lib/model/create-group-details.d.ts +2 -2
  14. package/lib/model/create-identity-provider-details.d.ts +6 -6
  15. package/lib/model/create-network-source-details.d.ts +3 -3
  16. package/lib/model/create-policy-details.d.ts +2 -2
  17. package/lib/model/create-region-subscription-details.d.ts +1 -1
  18. package/lib/model/create-saml2-identity-provider-details.d.ts +1 -1
  19. package/lib/model/create-tag-default-details.d.ts +3 -3
  20. package/lib/model/create-tag-details.d.ts +2 -2
  21. package/lib/model/create-tag-namespace-details.d.ts +2 -2
  22. package/lib/model/create-user-details.d.ts +2 -2
  23. package/lib/model/customer-secret-key-summary.d.ts +6 -6
  24. package/lib/model/customer-secret-key.d.ts +5 -5
  25. package/lib/model/db-credential-summary.d.ts +5 -5
  26. package/lib/model/db-credential.d.ts +4 -4
  27. package/lib/model/default-tag-definition-validator.d.ts +2 -2
  28. package/lib/model/domain-summary.d.ts +4 -4
  29. package/lib/model/domain.d.ts +4 -4
  30. package/lib/model/dynamic-group.d.ts +4 -4
  31. package/lib/model/enable-replication-to-region-details.d.ts +1 -1
  32. package/lib/model/enum-tag-definition-validator.d.ts +3 -3
  33. package/lib/model/group.d.ts +4 -4
  34. package/lib/model/iam-work-request-log-summary.d.ts +1 -1
  35. package/lib/model/iam-work-request-summary.d.ts +3 -3
  36. package/lib/model/iam-work-request.d.ts +3 -3
  37. package/lib/model/identity-provider-group-summary.d.ts +6 -6
  38. package/lib/model/identity-provider.d.ts +16 -16
  39. package/lib/model/idp-group-mapping.d.ts +7 -7
  40. package/lib/model/mfa-totp-device-summary.d.ts +4 -4
  41. package/lib/model/mfa-totp-device.d.ts +5 -5
  42. package/lib/model/network-sources-summary.d.ts +5 -5
  43. package/lib/model/network-sources.d.ts +5 -5
  44. package/lib/model/o-auth2-client-credential-summary.d.ts +4 -4
  45. package/lib/model/o-auth2-client-credential.d.ts +4 -4
  46. package/lib/model/policy.d.ts +4 -4
  47. package/lib/model/region-subscription.d.ts +2 -2
  48. package/lib/model/region.d.ts +2 -2
  49. package/lib/model/saml2-identity-provider.d.ts +1 -1
  50. package/lib/model/smtp-credential-summary.d.ts +5 -5
  51. package/lib/model/smtp-credential.d.ts +4 -4
  52. package/lib/model/swift-password.d.ts +7 -7
  53. package/lib/model/tag-default-summary.d.ts +6 -6
  54. package/lib/model/tag-default.d.ts +7 -7
  55. package/lib/model/tag-namespace-summary.d.ts +4 -4
  56. package/lib/model/tag-namespace.d.ts +4 -4
  57. package/lib/model/tag-summary.d.ts +4 -4
  58. package/lib/model/tag.d.ts +4 -4
  59. package/lib/model/tagging-work-request-error-summary.d.ts +1 -1
  60. package/lib/model/tagging-work-request-log-summary.d.ts +1 -1
  61. package/lib/model/tagging-work-request-summary.d.ts +3 -3
  62. package/lib/model/tagging-work-request.d.ts +3 -3
  63. package/lib/model/tenancy.d.ts +3 -3
  64. package/lib/model/u-ipassword-information.d.ts +2 -2
  65. package/lib/model/u-ipassword.d.ts +2 -2
  66. package/lib/model/update-compartment-details.d.ts +2 -2
  67. package/lib/model/update-domain-details.d.ts +2 -2
  68. package/lib/model/update-dynamic-group-details.d.ts +2 -2
  69. package/lib/model/update-group-details.d.ts +2 -2
  70. package/lib/model/update-identity-provider-details.d.ts +3 -3
  71. package/lib/model/update-network-source-details.d.ts +3 -3
  72. package/lib/model/update-policy-details.d.ts +2 -2
  73. package/lib/model/update-saml2-identity-provider-details.d.ts +1 -1
  74. package/lib/model/update-tag-default-details.d.ts +3 -3
  75. package/lib/model/update-tag-details.d.ts +2 -2
  76. package/lib/model/update-tag-namespace-details.d.ts +2 -2
  77. package/lib/model/update-user-details.d.ts +2 -2
  78. package/lib/model/user-group-membership.d.ts +3 -3
  79. package/lib/model/user.d.ts +12 -12
  80. package/lib/model/work-request-error.d.ts +1 -1
  81. package/lib/model/work-request-log-entry.d.ts +1 -1
  82. package/lib/model/work-request-summary.d.ts +3 -3
  83. package/lib/model/work-request.d.ts +3 -3
  84. package/lib/request/activate-domain-request.d.ts +2 -2
  85. package/lib/request/activate-mfa-totp-device-request.d.ts +2 -2
  86. package/lib/request/add-tag-default-lock-request.d.ts +2 -2
  87. package/lib/request/add-tag-namespace-lock-request.d.ts +2 -2
  88. package/lib/request/add-user-to-group-request.d.ts +1 -1
  89. package/lib/request/assemble-effective-tag-set-request.d.ts +1 -1
  90. package/lib/request/bulk-delete-resources-request.d.ts +1 -1
  91. package/lib/request/bulk-delete-tags-request.d.ts +1 -1
  92. package/lib/request/bulk-edit-tags-request.d.ts +1 -1
  93. package/lib/request/bulk-move-resources-request.d.ts +1 -1
  94. package/lib/request/cascade-delete-tag-namespace-request.d.ts +2 -2
  95. package/lib/request/change-domain-compartment-request.d.ts +2 -2
  96. package/lib/request/change-domain-license-type-request.d.ts +2 -2
  97. package/lib/request/change-tag-namespace-compartment-request.d.ts +1 -1
  98. package/lib/request/create-auth-token-request.d.ts +1 -1
  99. package/lib/request/create-compartment-request.d.ts +1 -1
  100. package/lib/request/create-customer-secret-key-request.d.ts +1 -1
  101. package/lib/request/create-db-credential-request.d.ts +1 -1
  102. package/lib/request/create-domain-request.d.ts +1 -1
  103. package/lib/request/create-dynamic-group-request.d.ts +1 -1
  104. package/lib/request/create-group-request.d.ts +1 -1
  105. package/lib/request/create-identity-provider-request.d.ts +1 -1
  106. package/lib/request/create-idp-group-mapping-request.d.ts +1 -1
  107. package/lib/request/create-mfa-totp-device-request.d.ts +1 -1
  108. package/lib/request/create-network-source-request.d.ts +1 -1
  109. package/lib/request/create-oauth-client-credential-request.d.ts +1 -1
  110. package/lib/request/create-or-reset-uipassword-request.d.ts +1 -1
  111. package/lib/request/create-policy-request.d.ts +1 -1
  112. package/lib/request/create-region-subscription-request.d.ts +1 -1
  113. package/lib/request/create-smtp-credential-request.d.ts +1 -1
  114. package/lib/request/create-swift-password-request.d.ts +1 -1
  115. package/lib/request/create-tag-default-request.d.ts +1 -1
  116. package/lib/request/create-tag-namespace-request.d.ts +1 -1
  117. package/lib/request/create-tag-request.d.ts +1 -1
  118. package/lib/request/create-user-request.d.ts +1 -1
  119. package/lib/request/deactivate-domain-request.d.ts +2 -2
  120. package/lib/request/delete-api-key-request.d.ts +2 -2
  121. package/lib/request/delete-auth-token-request.d.ts +2 -2
  122. package/lib/request/delete-compartment-request.d.ts +2 -2
  123. package/lib/request/delete-customer-secret-key-request.d.ts +2 -2
  124. package/lib/request/delete-db-credential-request.d.ts +2 -2
  125. package/lib/request/delete-domain-request.d.ts +2 -2
  126. package/lib/request/delete-dynamic-group-request.d.ts +2 -2
  127. package/lib/request/delete-group-request.d.ts +2 -2
  128. package/lib/request/delete-identity-provider-request.d.ts +2 -2
  129. package/lib/request/delete-idp-group-mapping-request.d.ts +2 -2
  130. package/lib/request/delete-mfa-totp-device-request.d.ts +2 -2
  131. package/lib/request/delete-network-source-request.d.ts +2 -2
  132. package/lib/request/delete-oauth-client-credential-request.d.ts +2 -2
  133. package/lib/request/delete-policy-request.d.ts +2 -2
  134. package/lib/request/delete-smtp-credential-request.d.ts +2 -2
  135. package/lib/request/delete-swift-password-request.d.ts +2 -2
  136. package/lib/request/delete-tag-default-request.d.ts +2 -2
  137. package/lib/request/delete-tag-namespace-request.d.ts +2 -2
  138. package/lib/request/delete-tag-request.d.ts +2 -2
  139. package/lib/request/delete-user-request.d.ts +2 -2
  140. package/lib/request/enable-replication-to-region-request.d.ts +2 -2
  141. package/lib/request/generate-totp-seed-request.d.ts +2 -2
  142. package/lib/request/get-authentication-policy-request.d.ts +1 -1
  143. package/lib/request/get-compartment-request.d.ts +1 -1
  144. package/lib/request/get-domain-request.d.ts +1 -1
  145. package/lib/request/get-dynamic-group-request.d.ts +1 -1
  146. package/lib/request/get-group-request.d.ts +1 -1
  147. package/lib/request/get-iam-work-request-request.d.ts +1 -1
  148. package/lib/request/get-identity-provider-request.d.ts +1 -1
  149. package/lib/request/get-idp-group-mapping-request.d.ts +1 -1
  150. package/lib/request/get-mfa-totp-device-request.d.ts +1 -1
  151. package/lib/request/get-network-source-request.d.ts +1 -1
  152. package/lib/request/get-policy-request.d.ts +1 -1
  153. package/lib/request/get-standard-tag-template-request.d.ts +1 -1
  154. package/lib/request/get-tag-default-request.d.ts +1 -1
  155. package/lib/request/get-tag-namespace-request.d.ts +1 -1
  156. package/lib/request/get-tag-request.d.ts +1 -1
  157. package/lib/request/get-tagging-work-request-request.d.ts +1 -1
  158. package/lib/request/get-tenancy-request.d.ts +1 -1
  159. package/lib/request/get-user-group-membership-request.d.ts +1 -1
  160. package/lib/request/get-user-request.d.ts +1 -1
  161. package/lib/request/get-user-uipassword-information-request.d.ts +1 -1
  162. package/lib/request/get-work-request-request.d.ts +1 -1
  163. package/lib/request/import-standard-tags-request.d.ts +1 -1
  164. package/lib/request/list-allowed-domain-license-types-request.d.ts +1 -1
  165. package/lib/request/list-api-keys-request.d.ts +1 -1
  166. package/lib/request/list-auth-tokens-request.d.ts +1 -1
  167. package/lib/request/list-availability-domains-request.d.ts +1 -1
  168. package/lib/request/list-bulk-action-resource-types-request.d.ts +2 -2
  169. package/lib/request/list-bulk-edit-tags-resource-types-request.d.ts +2 -2
  170. package/lib/request/list-compartments-request.d.ts +9 -9
  171. package/lib/request/list-cost-tracking-tags-request.d.ts +2 -2
  172. package/lib/request/list-customer-secret-keys-request.d.ts +1 -1
  173. package/lib/request/list-db-credentials-request.d.ts +5 -5
  174. package/lib/request/list-domains-request.d.ts +5 -5
  175. package/lib/request/list-dynamic-groups-request.d.ts +5 -5
  176. package/lib/request/list-fault-domains-request.d.ts +1 -1
  177. package/lib/request/list-groups-request.d.ts +5 -5
  178. package/lib/request/list-iam-work-request-errors-request.d.ts +3 -3
  179. package/lib/request/list-iam-work-request-logs-request.d.ts +3 -3
  180. package/lib/request/list-iam-work-requests-request.d.ts +2 -2
  181. package/lib/request/list-identity-provider-groups-request.d.ts +2 -2
  182. package/lib/request/list-identity-providers-request.d.ts +5 -5
  183. package/lib/request/list-idp-group-mappings-request.d.ts +2 -2
  184. package/lib/request/list-mfa-totp-devices-request.d.ts +5 -5
  185. package/lib/request/list-network-sources-request.d.ts +5 -5
  186. package/lib/request/list-oauth-client-credentials-request.d.ts +2 -2
  187. package/lib/request/list-policies-request.d.ts +5 -5
  188. package/lib/request/list-region-subscriptions-request.d.ts +1 -1
  189. package/lib/request/list-regions-request.d.ts +1 -1
  190. package/lib/request/list-smtp-credentials-request.d.ts +1 -1
  191. package/lib/request/list-standard-tag-namespaces-request.d.ts +2 -2
  192. package/lib/request/list-swift-passwords-request.d.ts +1 -1
  193. package/lib/request/list-tag-defaults-request.d.ts +2 -2
  194. package/lib/request/list-tag-namespaces-request.d.ts +2 -2
  195. package/lib/request/list-tagging-work-request-errors-request.d.ts +2 -2
  196. package/lib/request/list-tagging-work-request-logs-request.d.ts +2 -2
  197. package/lib/request/list-tagging-work-requests-request.d.ts +2 -2
  198. package/lib/request/list-tags-request.d.ts +2 -2
  199. package/lib/request/list-user-group-memberships-request.d.ts +2 -2
  200. package/lib/request/list-users-request.d.ts +5 -5
  201. package/lib/request/list-work-requests-request.d.ts +2 -2
  202. package/lib/request/move-compartment-request.d.ts +2 -2
  203. package/lib/request/recover-compartment-request.d.ts +2 -2
  204. package/lib/request/remove-tag-default-lock-request.d.ts +2 -2
  205. package/lib/request/remove-tag-namespace-lock-request.d.ts +2 -2
  206. package/lib/request/remove-user-from-group-request.d.ts +2 -2
  207. package/lib/request/reset-idp-scim-client-request.d.ts +1 -1
  208. package/lib/request/update-auth-token-request.d.ts +2 -2
  209. package/lib/request/update-authentication-policy-request.d.ts +2 -2
  210. package/lib/request/update-compartment-request.d.ts +2 -2
  211. package/lib/request/update-customer-secret-key-request.d.ts +2 -2
  212. package/lib/request/update-domain-request.d.ts +2 -2
  213. package/lib/request/update-dynamic-group-request.d.ts +2 -2
  214. package/lib/request/update-group-request.d.ts +2 -2
  215. package/lib/request/update-identity-provider-request.d.ts +2 -2
  216. package/lib/request/update-idp-group-mapping-request.d.ts +2 -2
  217. package/lib/request/update-network-source-request.d.ts +2 -2
  218. package/lib/request/update-oauth-client-credential-request.d.ts +2 -2
  219. package/lib/request/update-policy-request.d.ts +2 -2
  220. package/lib/request/update-smtp-credential-request.d.ts +2 -2
  221. package/lib/request/update-swift-password-request.d.ts +2 -2
  222. package/lib/request/update-tag-default-request.d.ts +2 -2
  223. package/lib/request/update-tag-namespace-request.d.ts +1 -1
  224. package/lib/request/update-tag-request.d.ts +2 -2
  225. package/lib/request/update-user-capabilities-request.d.ts +2 -2
  226. package/lib/request/update-user-request.d.ts +2 -2
  227. package/lib/request/update-user-state-request.d.ts +2 -2
  228. package/lib/request/upload-api-key-request.d.ts +1 -1
  229. package/lib/response/activate-mfa-totp-device-response.d.ts +1 -1
  230. package/lib/response/add-user-to-group-response.d.ts +1 -1
  231. package/lib/response/assemble-effective-tag-set-response.d.ts +1 -1
  232. package/lib/response/create-auth-token-response.d.ts +1 -1
  233. package/lib/response/create-compartment-response.d.ts +1 -1
  234. package/lib/response/create-customer-secret-key-response.d.ts +1 -1
  235. package/lib/response/create-db-credential-response.d.ts +1 -1
  236. package/lib/response/create-dynamic-group-response.d.ts +1 -1
  237. package/lib/response/create-group-response.d.ts +1 -1
  238. package/lib/response/create-identity-provider-response.d.ts +1 -1
  239. package/lib/response/create-idp-group-mapping-response.d.ts +1 -1
  240. package/lib/response/create-mfa-totp-device-response.d.ts +1 -1
  241. package/lib/response/create-network-source-response.d.ts +1 -1
  242. package/lib/response/create-oauth-client-credential-response.d.ts +1 -1
  243. package/lib/response/create-or-reset-uipassword-response.d.ts +1 -1
  244. package/lib/response/create-policy-response.d.ts +1 -1
  245. package/lib/response/create-smtp-credential-response.d.ts +1 -1
  246. package/lib/response/create-swift-password-response.d.ts +1 -1
  247. package/lib/response/create-tag-default-response.d.ts +1 -1
  248. package/lib/response/create-tag-response.d.ts +1 -1
  249. package/lib/response/create-user-response.d.ts +1 -1
  250. package/lib/response/generate-totp-seed-response.d.ts +1 -1
  251. package/lib/response/get-authentication-policy-response.d.ts +1 -1
  252. package/lib/response/get-compartment-response.d.ts +1 -1
  253. package/lib/response/get-domain-response.d.ts +1 -1
  254. package/lib/response/get-dynamic-group-response.d.ts +1 -1
  255. package/lib/response/get-group-response.d.ts +1 -1
  256. package/lib/response/get-identity-provider-response.d.ts +1 -1
  257. package/lib/response/get-idp-group-mapping-response.d.ts +1 -1
  258. package/lib/response/get-mfa-totp-device-response.d.ts +1 -1
  259. package/lib/response/get-network-source-response.d.ts +1 -1
  260. package/lib/response/get-policy-response.d.ts +1 -1
  261. package/lib/response/get-tag-default-response.d.ts +1 -1
  262. package/lib/response/get-tag-response.d.ts +1 -1
  263. package/lib/response/get-user-group-membership-response.d.ts +1 -1
  264. package/lib/response/get-user-response.d.ts +1 -1
  265. package/lib/response/get-user-uipassword-information-response.d.ts +1 -1
  266. package/lib/response/list-allowed-domain-license-types-response.d.ts +1 -1
  267. package/lib/response/list-api-keys-response.d.ts +1 -1
  268. package/lib/response/list-auth-tokens-response.d.ts +1 -1
  269. package/lib/response/list-availability-domains-response.d.ts +1 -1
  270. package/lib/response/list-bulk-action-resource-types-response.d.ts +1 -1
  271. package/lib/response/list-bulk-edit-tags-resource-types-response.d.ts +1 -1
  272. package/lib/response/list-compartments-response.d.ts +1 -1
  273. package/lib/response/list-cost-tracking-tags-response.d.ts +1 -1
  274. package/lib/response/list-customer-secret-keys-response.d.ts +1 -1
  275. package/lib/response/list-db-credentials-response.d.ts +1 -1
  276. package/lib/response/list-domains-response.d.ts +1 -1
  277. package/lib/response/list-dynamic-groups-response.d.ts +1 -1
  278. package/lib/response/list-groups-response.d.ts +1 -1
  279. package/lib/response/list-iam-work-request-logs-response.d.ts +1 -1
  280. package/lib/response/list-iam-work-requests-response.d.ts +1 -1
  281. package/lib/response/list-identity-provider-groups-response.d.ts +1 -1
  282. package/lib/response/list-identity-providers-response.d.ts +1 -1
  283. package/lib/response/list-idp-group-mappings-response.d.ts +1 -1
  284. package/lib/response/list-mfa-totp-devices-response.d.ts +1 -1
  285. package/lib/response/list-network-sources-response.d.ts +1 -1
  286. package/lib/response/list-oauth-client-credentials-response.d.ts +1 -1
  287. package/lib/response/list-policies-response.d.ts +1 -1
  288. package/lib/response/list-smtp-credentials-response.d.ts +1 -1
  289. package/lib/response/list-standard-tag-namespaces-response.d.ts +1 -1
  290. package/lib/response/list-swift-passwords-response.d.ts +1 -1
  291. package/lib/response/list-tag-defaults-response.d.ts +1 -1
  292. package/lib/response/list-tag-namespaces-response.d.ts +1 -1
  293. package/lib/response/list-tagging-work-request-errors-response.d.ts +1 -1
  294. package/lib/response/list-tagging-work-request-logs-response.d.ts +1 -1
  295. package/lib/response/list-tagging-work-requests-response.d.ts +1 -1
  296. package/lib/response/list-tags-response.d.ts +1 -1
  297. package/lib/response/list-user-group-memberships-response.d.ts +1 -1
  298. package/lib/response/list-users-response.d.ts +1 -1
  299. package/lib/response/list-work-requests-response.d.ts +1 -1
  300. package/lib/response/recover-compartment-response.d.ts +1 -1
  301. package/lib/response/update-auth-token-response.d.ts +1 -1
  302. package/lib/response/update-authentication-policy-response.d.ts +1 -1
  303. package/lib/response/update-compartment-response.d.ts +1 -1
  304. package/lib/response/update-customer-secret-key-response.d.ts +1 -1
  305. package/lib/response/update-dynamic-group-response.d.ts +1 -1
  306. package/lib/response/update-group-response.d.ts +1 -1
  307. package/lib/response/update-identity-provider-response.d.ts +1 -1
  308. package/lib/response/update-idp-group-mapping-response.d.ts +1 -1
  309. package/lib/response/update-network-source-response.d.ts +1 -1
  310. package/lib/response/update-oauth-client-credential-response.d.ts +1 -1
  311. package/lib/response/update-policy-response.d.ts +1 -1
  312. package/lib/response/update-smtp-credential-response.d.ts +1 -1
  313. package/lib/response/update-swift-password-response.d.ts +1 -1
  314. package/lib/response/update-tag-default-response.d.ts +1 -1
  315. package/lib/response/update-tag-response.d.ts +1 -1
  316. package/lib/response/update-user-capabilities-response.d.ts +1 -1
  317. package/lib/response/update-user-response.d.ts +1 -1
  318. package/lib/response/update-user-state-response.d.ts +1 -1
  319. package/lib/response/upload-api-key-response.d.ts +1 -1
  320. package/package.json +3 -3
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListMfaTotpDevices.ts.html |here} to see how to use ListMfaTotpDevicesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListMfaTotpDevices.ts.html |here} to see how to use ListMfaTotpDevicesRequest.
16
16
  */
17
17
  export interface ListMfaTotpDevicesRequest extends common.BaseRequest {
18
18
  /**
@@ -20,7 +20,7 @@ export interface ListMfaTotpDevicesRequest extends common.BaseRequest {
20
20
  */
21
21
  "userId": string;
22
22
  /**
23
- * The value of the `opc-next-page` response header from the previous \"List\" call.
23
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
24
24
  *
25
25
  */
26
26
  "page"?: string;
@@ -30,11 +30,11 @@ export interface ListMfaTotpDevicesRequest extends common.BaseRequest {
30
30
  */
31
31
  "limit"?: number;
32
32
  /**
33
- * The field to sort by. You can provide one sort order (`sortOrder`). Default order for
33
+ * The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
34
34
  * TIMECREATED is descending. Default order for NAME is ascending. The NAME
35
35
  * sort order is case sensitive.
36
36
  * <p>
37
- **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
37
+ **Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
38
38
  * optionally filter by Availability Domain if the scope of the resource type is within a
39
39
  * single Availability Domain. If you call one of these \"List\" operations without specifying
40
40
  * an Availability Domain, the resources are grouped by Availability Domain, then sorted.
@@ -42,7 +42,7 @@ export interface ListMfaTotpDevicesRequest extends common.BaseRequest {
42
42
  */
43
43
  "sortBy"?: ListMfaTotpDevicesRequest.SortBy;
44
44
  /**
45
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`). The NAME sort order
45
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The NAME sort order
46
46
  * is case sensitive.
47
47
  *
48
48
  */
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListNetworkSources.ts.html |here} to see how to use ListNetworkSourcesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListNetworkSources.ts.html |here} to see how to use ListNetworkSourcesRequest.
16
16
  */
17
17
  export interface ListNetworkSourcesRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListNetworkSourcesRequest extends common.BaseRequest {
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
24
- * The value of the `opc-next-page` response header from the previous \"List\" call.
24
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
25
25
  *
26
26
  */
27
27
  "page"?: string;
@@ -36,11 +36,11 @@ export interface ListNetworkSourcesRequest extends common.BaseRequest {
36
36
  */
37
37
  "name"?: string;
38
38
  /**
39
- * The field to sort by. You can provide one sort order (`sortOrder`). Default order for
39
+ * The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
40
40
  * TIMECREATED is descending. Default order for NAME is ascending. The NAME
41
41
  * sort order is case sensitive.
42
42
  * <p>
43
- **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
43
+ **Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
44
44
  * optionally filter by Availability Domain if the scope of the resource type is within a
45
45
  * single Availability Domain. If you call one of these \"List\" operations without specifying
46
46
  * an Availability Domain, the resources are grouped by Availability Domain, then sorted.
@@ -48,7 +48,7 @@ export interface ListNetworkSourcesRequest extends common.BaseRequest {
48
48
  */
49
49
  "sortBy"?: ListNetworkSourcesRequest.SortBy;
50
50
  /**
51
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`). The NAME sort order
51
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The NAME sort order
52
52
  * is case sensitive.
53
53
  *
54
54
  */
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListOAuthClientCredentials.ts.html |here} to see how to use ListOAuthClientCredentialsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListOAuthClientCredentials.ts.html |here} to see how to use ListOAuthClientCredentialsRequest.
16
16
  */
17
17
  export interface ListOAuthClientCredentialsRequest extends common.BaseRequest {
18
18
  /**
@@ -20,7 +20,7 @@ export interface ListOAuthClientCredentialsRequest extends common.BaseRequest {
20
20
  */
21
21
  "userId": string;
22
22
  /**
23
- * The value of the `opc-next-page` response header from the previous \"List\" call.
23
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
24
24
  *
25
25
  */
26
26
  "page"?: string;
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListPolicies.ts.html |here} to see how to use ListPoliciesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListPolicies.ts.html |here} to see how to use ListPoliciesRequest.
16
16
  */
17
17
  export interface ListPoliciesRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListPoliciesRequest extends common.BaseRequest {
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
24
- * The value of the `opc-next-page` response header from the previous \"List\" call.
24
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
25
25
  *
26
26
  */
27
27
  "page"?: string;
@@ -36,11 +36,11 @@ export interface ListPoliciesRequest extends common.BaseRequest {
36
36
  */
37
37
  "name"?: string;
38
38
  /**
39
- * The field to sort by. You can provide one sort order (`sortOrder`). Default order for
39
+ * The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
40
40
  * TIMECREATED is descending. Default order for NAME is ascending. The NAME
41
41
  * sort order is case sensitive.
42
42
  * <p>
43
- **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
43
+ **Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
44
44
  * optionally filter by Availability Domain if the scope of the resource type is within a
45
45
  * single Availability Domain. If you call one of these \"List\" operations without specifying
46
46
  * an Availability Domain, the resources are grouped by Availability Domain, then sorted.
@@ -48,7 +48,7 @@ export interface ListPoliciesRequest extends common.BaseRequest {
48
48
  */
49
49
  "sortBy"?: ListPoliciesRequest.SortBy;
50
50
  /**
51
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`). The NAME sort order
51
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The NAME sort order
52
52
  * is case sensitive.
53
53
  *
54
54
  */
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListRegionSubscriptions.ts.html |here} to see how to use ListRegionSubscriptionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListRegionSubscriptions.ts.html |here} to see how to use ListRegionSubscriptionsRequest.
16
16
  */
17
17
  export interface ListRegionSubscriptionsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListRegions.ts.html |here} to see how to use ListRegionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListRegions.ts.html |here} to see how to use ListRegionsRequest.
16
16
  */
17
17
  export interface ListRegionsRequest extends common.BaseRequest {
18
18
  }
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListSmtpCredentials.ts.html |here} to see how to use ListSmtpCredentialsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListSmtpCredentials.ts.html |here} to see how to use ListSmtpCredentialsRequest.
16
16
  */
17
17
  export interface ListSmtpCredentialsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListStandardTagNamespaces.ts.html |here} to see how to use ListStandardTagNamespacesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListStandardTagNamespaces.ts.html |here} to see how to use ListStandardTagNamespacesRequest.
16
16
  */
17
17
  export interface ListStandardTagNamespacesRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListStandardTagNamespacesRequest extends common.BaseRequest {
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
24
- * The value of the `opc-next-page` response header from the previous \"List\" call.
24
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
25
25
  *
26
26
  */
27
27
  "page"?: string;
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListSwiftPasswords.ts.html |here} to see how to use ListSwiftPasswordsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListSwiftPasswords.ts.html |here} to see how to use ListSwiftPasswordsRequest.
16
16
  */
17
17
  export interface ListSwiftPasswordsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaultsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaultsRequest.
16
16
  */
17
17
  export interface ListTagDefaultsRequest extends common.BaseRequest {
18
18
  /**
19
- * The value of the `opc-next-page` response header from the previous \"List\" call.
19
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
20
20
  *
21
21
  */
22
22
  "page"?: string;
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespacesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespacesRequest.
16
16
  */
17
17
  export interface ListTagNamespacesRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListTagNamespacesRequest extends common.BaseRequest {
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
24
- * The value of the `opc-next-page` response header from the previous \"List\" call.
24
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
25
25
  *
26
26
  */
27
27
  "page"?: string;
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListTaggingWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -20,7 +20,7 @@ export interface ListTaggingWorkRequestErrorsRequest extends common.BaseRequest
20
20
  */
21
21
  "workRequestId": string;
22
22
  /**
23
- * The value of the `opc-next-page` response header from the previous \"List\" call.
23
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
24
24
  *
25
25
  */
26
26
  "page"?: string;
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListTaggingWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -20,7 +20,7 @@ export interface ListTaggingWorkRequestLogsRequest extends common.BaseRequest {
20
20
  */
21
21
  "workRequestId": string;
22
22
  /**
23
- * The value of the `opc-next-page` response header from the previous \"List\" call.
23
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
24
24
  *
25
25
  */
26
26
  "page"?: string;
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequestsRequest.
16
16
  */
17
17
  export interface ListTaggingWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListTaggingWorkRequestsRequest extends common.BaseRequest {
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
24
- * The value of the `opc-next-page` response header from the previous \"List\" call.
24
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
25
25
  *
26
26
  */
27
27
  "page"?: string;
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListTags.ts.html |here} to see how to use ListTagsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListTags.ts.html |here} to see how to use ListTagsRequest.
16
16
  */
17
17
  export interface ListTagsRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListTagsRequest extends common.BaseRequest {
21
21
  */
22
22
  "tagNamespaceId": string;
23
23
  /**
24
- * The value of the `opc-next-page` response header from the previous \"List\" call.
24
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
25
25
  *
26
26
  */
27
27
  "page"?: string;
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMembershipsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMembershipsRequest.
16
16
  */
17
17
  export interface ListUserGroupMembershipsRequest extends common.BaseRequest {
18
18
  /**
@@ -29,7 +29,7 @@ export interface ListUserGroupMembershipsRequest extends common.BaseRequest {
29
29
  */
30
30
  "groupId"?: string;
31
31
  /**
32
- * The value of the `opc-next-page` response header from the previous \"List\" call.
32
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
33
33
  *
34
34
  */
35
35
  "page"?: string;
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListUsers.ts.html |here} to see how to use ListUsersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListUsers.ts.html |here} to see how to use ListUsersRequest.
16
16
  */
17
17
  export interface ListUsersRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListUsersRequest extends common.BaseRequest {
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
24
- * The value of the `opc-next-page` response header from the previous \"List\" call.
24
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
25
25
  *
26
26
  */
27
27
  "page"?: string;
@@ -46,11 +46,11 @@ export interface ListUsersRequest extends common.BaseRequest {
46
46
  */
47
47
  "name"?: string;
48
48
  /**
49
- * The field to sort by. You can provide one sort order (`sortOrder`). Default order for
49
+ * The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
50
50
  * TIMECREATED is descending. Default order for NAME is ascending. The NAME
51
51
  * sort order is case sensitive.
52
52
  * <p>
53
- **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
53
+ **Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
54
54
  * optionally filter by Availability Domain if the scope of the resource type is within a
55
55
  * single Availability Domain. If you call one of these \"List\" operations without specifying
56
56
  * an Availability Domain, the resources are grouped by Availability Domain, then sorted.
@@ -58,7 +58,7 @@ export interface ListUsersRequest extends common.BaseRequest {
58
58
  */
59
59
  "sortBy"?: ListUsersRequest.SortBy;
60
60
  /**
61
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`). The NAME sort order
61
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The NAME sort order
62
62
  * is case sensitive.
63
63
  *
64
64
  */
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
24
- * The value of the `opc-next-page` response header from the previous \"List\" call.
24
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
25
25
  *
26
26
  */
27
27
  "page"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartmentRequest.
17
17
  */
18
18
  export interface MoveCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface MoveCompartmentRequest extends common.BaseRequest {
25
25
  */
26
26
  "moveCompartmentDetails": model.MoveCompartmentDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
29
29
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
30
30
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
31
  *
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartmentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartmentRequest.
16
16
  */
17
17
  export interface RecoverCompartmentRequest extends common.BaseRequest {
18
18
  /**
@@ -20,7 +20,7 @@ export interface RecoverCompartmentRequest extends common.BaseRequest {
20
20
  */
21
21
  "compartmentId": string;
22
22
  /**
23
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
23
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
24
24
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
25
25
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
26
26
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/RemoveTagDefaultLock.ts.html |here} to see how to use RemoveTagDefaultLockRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/RemoveTagDefaultLock.ts.html |here} to see how to use RemoveTagDefaultLockRequest.
17
17
  */
18
18
  export interface RemoveTagDefaultLockRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface RemoveTagDefaultLockRequest extends common.BaseRequest {
25
25
  */
26
26
  "removeLockDetails": model.RemoveLockDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
29
29
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
30
30
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
31
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/RemoveTagNamespaceLock.ts.html |here} to see how to use RemoveTagNamespaceLockRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/RemoveTagNamespaceLock.ts.html |here} to see how to use RemoveTagNamespaceLockRequest.
17
17
  */
18
18
  export interface RemoveTagNamespaceLockRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface RemoveTagNamespaceLockRequest extends common.BaseRequest {
26
26
  */
27
27
  "removeLockDetails": model.RemoveLockDetails;
28
28
  /**
29
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
30
30
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
31
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
32
  *
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroupRequest.
16
16
  */
17
17
  export interface RemoveUserFromGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -20,7 +20,7 @@ export interface RemoveUserFromGroupRequest extends common.BaseRequest {
20
20
  */
21
21
  "userGroupMembershipId": string;
22
22
  /**
23
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
23
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
24
24
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
25
25
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
26
26
  *
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClientRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClientRequest.
16
16
  */
17
17
  export interface ResetIdpScimClientRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthTokenRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthTokenRequest.
17
17
  */
18
18
  export interface UpdateAuthTokenRequest extends common.BaseRequest {
19
19
  /**
@@ -29,7 +29,7 @@ export interface UpdateAuthTokenRequest extends common.BaseRequest {
29
29
  */
30
30
  "updateAuthTokenDetails": model.UpdateAuthTokenDetails;
31
31
  /**
32
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
32
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
33
33
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
34
34
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
35
35
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicyRequest.
17
17
  */
18
18
  export interface UpdateAuthenticationPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateAuthenticationPolicyRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateAuthenticationPolicyDetails": model.UpdateAuthenticationPolicyDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
29
29
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
30
30
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
31
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartmentRequest.
17
17
  */
18
18
  export interface UpdateCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateCompartmentRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateCompartmentDetails": model.UpdateCompartmentDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
29
29
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
30
30
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
31
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKeyRequest.
17
17
  */
18
18
  export interface UpdateCustomerSecretKeyRequest extends common.BaseRequest {
19
19
  /**
@@ -29,7 +29,7 @@ export interface UpdateCustomerSecretKeyRequest extends common.BaseRequest {
29
29
  */
30
30
  "updateCustomerSecretKeyDetails": model.UpdateCustomerSecretKeyDetails;
31
31
  /**
32
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
32
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
33
33
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
34
34
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
35
35
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/UpdateDomain.ts.html |here} to see how to use UpdateDomainRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/UpdateDomain.ts.html |here} to see how to use UpdateDomainRequest.
17
17
  */
18
18
  export interface UpdateDomainRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateDomainRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateDomainDetails": model.UpdateDomainDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
29
29
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
30
30
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
31
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroupRequest.
17
17
  */
18
18
  export interface UpdateDynamicGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateDynamicGroupRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateDynamicGroupDetails": model.UpdateDynamicGroupDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
29
29
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
30
30
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
31
  *