oci-devops 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 (243) hide show
  1. package/lib/client.d.ts +89 -89
  2. package/lib/client.js +89 -89
  3. package/lib/model/bitbucket-cloud-app-password-connection-summary.d.ts +1 -1
  4. package/lib/model/bitbucket-cloud-app-password-connection.d.ts +1 -1
  5. package/lib/model/bitbucket-server-access-token-connection.d.ts +1 -1
  6. package/lib/model/bitbucket-server-token-connection-summary.d.ts +1 -1
  7. package/lib/model/build-pipeline-stage-summary.d.ts +3 -3
  8. package/lib/model/build-pipeline-stage.d.ts +3 -3
  9. package/lib/model/build-pipeline-summary.d.ts +3 -3
  10. package/lib/model/build-pipeline.d.ts +3 -3
  11. package/lib/model/build-run-summary.d.ts +3 -3
  12. package/lib/model/build-run.d.ts +3 -3
  13. package/lib/model/connection-summary.d.ts +3 -3
  14. package/lib/model/connection.d.ts +3 -3
  15. package/lib/model/create-bitbucket-cloud-app-password-connection-details.d.ts +1 -1
  16. package/lib/model/create-bitbucket-server-access-token-connection-details.d.ts +1 -1
  17. package/lib/model/create-build-pipeline-details.d.ts +2 -2
  18. package/lib/model/create-build-pipeline-stage-details.d.ts +2 -2
  19. package/lib/model/create-build-run-details.d.ts +2 -2
  20. package/lib/model/create-connection-details.d.ts +2 -2
  21. package/lib/model/create-deploy-artifact-details.d.ts +2 -2
  22. package/lib/model/create-deploy-environment-details.d.ts +2 -2
  23. package/lib/model/create-deploy-pipeline-details.d.ts +2 -2
  24. package/lib/model/create-deploy-stage-details.d.ts +2 -2
  25. package/lib/model/create-deployment-details.d.ts +2 -2
  26. package/lib/model/create-github-access-token-connection-details.d.ts +1 -1
  27. package/lib/model/create-gitlab-access-token-connection-details.d.ts +1 -1
  28. package/lib/model/create-gitlab-server-access-token-connection-details.d.ts +1 -1
  29. package/lib/model/create-project-details.d.ts +2 -2
  30. package/lib/model/create-repository-details.d.ts +4 -4
  31. package/lib/model/create-trigger-details.d.ts +2 -2
  32. package/lib/model/create-vbs-access-token-connection-details.d.ts +1 -1
  33. package/lib/model/deploy-artifact-summary.d.ts +3 -3
  34. package/lib/model/deploy-artifact.d.ts +3 -3
  35. package/lib/model/deploy-environment-summary.d.ts +3 -3
  36. package/lib/model/deploy-environment.d.ts +3 -3
  37. package/lib/model/deploy-pipeline-summary.d.ts +3 -3
  38. package/lib/model/deploy-pipeline.d.ts +3 -3
  39. package/lib/model/deploy-stage-summary.d.ts +3 -3
  40. package/lib/model/deploy-stage.d.ts +3 -3
  41. package/lib/model/deployment-summary.d.ts +3 -3
  42. package/lib/model/deployment.d.ts +3 -3
  43. package/lib/model/diff-summary.d.ts +2 -2
  44. package/lib/model/github-access-token-connection-summary.d.ts +1 -1
  45. package/lib/model/github-access-token-connection.d.ts +1 -1
  46. package/lib/model/gitlab-access-token-connection-summary.d.ts +1 -1
  47. package/lib/model/gitlab-access-token-connection.d.ts +1 -1
  48. package/lib/model/gitlab-server-access-token-connection-summary.d.ts +1 -1
  49. package/lib/model/gitlab-server-access-token-connection.d.ts +1 -1
  50. package/lib/model/project-summary.d.ts +3 -3
  51. package/lib/model/project.d.ts +3 -3
  52. package/lib/model/repository-author-summary.d.ts +2 -2
  53. package/lib/model/repository-commit-summary.d.ts +2 -2
  54. package/lib/model/repository-mirror-record-summary.d.ts +2 -2
  55. package/lib/model/repository-path-summary.d.ts +2 -2
  56. package/lib/model/repository-ref-summary.d.ts +2 -2
  57. package/lib/model/repository-ref.d.ts +2 -2
  58. package/lib/model/repository-summary.d.ts +5 -5
  59. package/lib/model/repository.d.ts +3 -3
  60. package/lib/model/trigger-create-result.d.ts +3 -3
  61. package/lib/model/trigger-summary.d.ts +3 -3
  62. package/lib/model/trigger.d.ts +3 -3
  63. package/lib/model/update-bitbucket-cloud-app-password-connection-details.d.ts +1 -1
  64. package/lib/model/update-bitbucket-server-access-token-connection-details.d.ts +1 -1
  65. package/lib/model/update-build-pipeline-details.d.ts +2 -2
  66. package/lib/model/update-build-pipeline-stage-details.d.ts +2 -2
  67. package/lib/model/update-build-run-details.d.ts +2 -2
  68. package/lib/model/update-connection-details.d.ts +2 -2
  69. package/lib/model/update-deploy-artifact-details.d.ts +2 -2
  70. package/lib/model/update-deploy-environment-details.d.ts +2 -2
  71. package/lib/model/update-deploy-pipeline-details.d.ts +2 -2
  72. package/lib/model/update-deploy-stage-details.d.ts +2 -2
  73. package/lib/model/update-deployment-details.d.ts +2 -2
  74. package/lib/model/update-github-access-token-connection-details.d.ts +1 -1
  75. package/lib/model/update-gitlab-access-token-connection-details.d.ts +1 -1
  76. package/lib/model/update-gitlab-server-access-token-connection-details.d.ts +1 -1
  77. package/lib/model/update-project-details.d.ts +2 -2
  78. package/lib/model/update-repository-details.d.ts +4 -4
  79. package/lib/model/update-trigger-details.d.ts +2 -2
  80. package/lib/model/update-vbs-access-token-connection-details.d.ts +1 -1
  81. package/lib/model/vbs-access-token-connection-summary.d.ts +1 -1
  82. package/lib/model/vbs-access-token-connection.d.ts +1 -1
  83. package/lib/request/approve-deployment-request.d.ts +2 -2
  84. package/lib/request/cancel-build-run-request.d.ts +2 -2
  85. package/lib/request/cancel-deployment-request.d.ts +2 -2
  86. package/lib/request/cancel-scheduled-cascading-project-deletion-request.d.ts +2 -2
  87. package/lib/request/change-project-compartment-request.d.ts +2 -2
  88. package/lib/request/create-build-pipeline-request.d.ts +1 -1
  89. package/lib/request/create-build-pipeline-stage-request.d.ts +1 -1
  90. package/lib/request/create-build-run-request.d.ts +2 -2
  91. package/lib/request/create-connection-request.d.ts +1 -1
  92. package/lib/request/create-deploy-artifact-request.d.ts +1 -1
  93. package/lib/request/create-deploy-environment-request.d.ts +1 -1
  94. package/lib/request/create-deploy-pipeline-request.d.ts +1 -1
  95. package/lib/request/create-deploy-stage-request.d.ts +1 -1
  96. package/lib/request/create-deployment-request.d.ts +1 -1
  97. package/lib/request/create-project-request.d.ts +1 -1
  98. package/lib/request/create-repository-request.d.ts +1 -1
  99. package/lib/request/create-trigger-request.d.ts +1 -1
  100. package/lib/request/delete-build-pipeline-request.d.ts +2 -2
  101. package/lib/request/delete-build-pipeline-stage-request.d.ts +2 -2
  102. package/lib/request/delete-connection-request.d.ts +2 -2
  103. package/lib/request/delete-deploy-artifact-request.d.ts +2 -2
  104. package/lib/request/delete-deploy-environment-request.d.ts +2 -2
  105. package/lib/request/delete-deploy-pipeline-request.d.ts +2 -2
  106. package/lib/request/delete-deploy-stage-request.d.ts +2 -2
  107. package/lib/request/delete-project-request.d.ts +2 -2
  108. package/lib/request/delete-ref-request.d.ts +2 -2
  109. package/lib/request/delete-repository-request.d.ts +2 -2
  110. package/lib/request/delete-trigger-request.d.ts +2 -2
  111. package/lib/request/get-build-pipeline-request.d.ts +1 -1
  112. package/lib/request/get-build-pipeline-stage-request.d.ts +1 -1
  113. package/lib/request/get-build-run-request.d.ts +1 -1
  114. package/lib/request/get-commit-diff-request.d.ts +1 -1
  115. package/lib/request/get-commit-request.d.ts +1 -1
  116. package/lib/request/get-connection-request.d.ts +1 -1
  117. package/lib/request/get-deploy-artifact-request.d.ts +1 -1
  118. package/lib/request/get-deploy-environment-request.d.ts +1 -1
  119. package/lib/request/get-deploy-pipeline-request.d.ts +1 -1
  120. package/lib/request/get-deploy-stage-request.d.ts +1 -1
  121. package/lib/request/get-deployment-request.d.ts +1 -1
  122. package/lib/request/get-file-diff-request.d.ts +1 -1
  123. package/lib/request/get-mirror-record-request.d.ts +1 -1
  124. package/lib/request/get-object-content-request.d.ts +1 -1
  125. package/lib/request/get-object-request.d.ts +1 -1
  126. package/lib/request/get-project-request.d.ts +1 -1
  127. package/lib/request/get-ref-request.d.ts +1 -1
  128. package/lib/request/get-repo-file-diff-request.d.ts +1 -1
  129. package/lib/request/get-repo-file-lines-request.d.ts +1 -1
  130. package/lib/request/get-repository-archive-content-request.d.ts +1 -1
  131. package/lib/request/get-repository-file-lines-request.d.ts +1 -1
  132. package/lib/request/get-repository-request.d.ts +1 -1
  133. package/lib/request/get-trigger-request.d.ts +1 -1
  134. package/lib/request/get-work-request-request.d.ts +1 -1
  135. package/lib/request/list-authors-request.d.ts +1 -1
  136. package/lib/request/list-build-pipeline-stages-request.d.ts +1 -1
  137. package/lib/request/list-build-pipelines-request.d.ts +1 -1
  138. package/lib/request/list-build-runs-request.d.ts +1 -1
  139. package/lib/request/list-commit-diffs-request.d.ts +1 -1
  140. package/lib/request/list-commits-request.d.ts +1 -1
  141. package/lib/request/list-connections-request.d.ts +1 -1
  142. package/lib/request/list-deploy-artifacts-request.d.ts +1 -1
  143. package/lib/request/list-deploy-environments-request.d.ts +1 -1
  144. package/lib/request/list-deploy-pipelines-request.d.ts +1 -1
  145. package/lib/request/list-deploy-stages-request.d.ts +1 -1
  146. package/lib/request/list-deployments-request.d.ts +3 -3
  147. package/lib/request/list-mirror-records-request.d.ts +1 -1
  148. package/lib/request/list-paths-request.d.ts +1 -1
  149. package/lib/request/list-projects-request.d.ts +1 -1
  150. package/lib/request/list-refs-request.d.ts +1 -1
  151. package/lib/request/list-repositories-request.d.ts +1 -1
  152. package/lib/request/list-triggers-request.d.ts +1 -1
  153. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  154. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  155. package/lib/request/list-work-requests-request.d.ts +1 -1
  156. package/lib/request/mirror-repository-request.d.ts +2 -2
  157. package/lib/request/put-repository-ref-request.d.ts +2 -2
  158. package/lib/request/schedule-cascading-project-deletion-request.d.ts +2 -2
  159. package/lib/request/update-build-pipeline-request.d.ts +2 -2
  160. package/lib/request/update-build-pipeline-stage-request.d.ts +2 -2
  161. package/lib/request/update-build-run-request.d.ts +2 -2
  162. package/lib/request/update-connection-request.d.ts +2 -2
  163. package/lib/request/update-deploy-artifact-request.d.ts +2 -2
  164. package/lib/request/update-deploy-environment-request.d.ts +2 -2
  165. package/lib/request/update-deploy-pipeline-request.d.ts +2 -2
  166. package/lib/request/update-deploy-stage-request.d.ts +2 -2
  167. package/lib/request/update-deployment-request.d.ts +2 -2
  168. package/lib/request/update-project-request.d.ts +2 -2
  169. package/lib/request/update-repository-request.d.ts +2 -2
  170. package/lib/request/update-trigger-request.d.ts +2 -2
  171. package/lib/request/validate-connection-request.d.ts +2 -2
  172. package/lib/response/approve-deployment-response.d.ts +1 -1
  173. package/lib/response/cancel-build-run-response.d.ts +1 -1
  174. package/lib/response/cancel-deployment-response.d.ts +1 -1
  175. package/lib/response/create-build-pipeline-response.d.ts +1 -1
  176. package/lib/response/create-build-pipeline-stage-response.d.ts +1 -1
  177. package/lib/response/create-build-run-response.d.ts +1 -1
  178. package/lib/response/create-connection-response.d.ts +1 -1
  179. package/lib/response/create-deploy-artifact-response.d.ts +1 -1
  180. package/lib/response/create-deploy-environment-response.d.ts +1 -1
  181. package/lib/response/create-deploy-pipeline-response.d.ts +1 -1
  182. package/lib/response/create-deploy-stage-response.d.ts +1 -1
  183. package/lib/response/create-deployment-response.d.ts +1 -1
  184. package/lib/response/create-project-response.d.ts +1 -1
  185. package/lib/response/create-repository-response.d.ts +1 -1
  186. package/lib/response/create-trigger-response.d.ts +1 -1
  187. package/lib/response/get-build-pipeline-response.d.ts +1 -1
  188. package/lib/response/get-build-pipeline-stage-response.d.ts +1 -1
  189. package/lib/response/get-build-run-response.d.ts +1 -1
  190. package/lib/response/get-commit-diff-response.d.ts +1 -1
  191. package/lib/response/get-commit-response.d.ts +1 -1
  192. package/lib/response/get-connection-response.d.ts +1 -1
  193. package/lib/response/get-deploy-artifact-response.d.ts +1 -1
  194. package/lib/response/get-deploy-environment-response.d.ts +1 -1
  195. package/lib/response/get-deploy-pipeline-response.d.ts +1 -1
  196. package/lib/response/get-deploy-stage-response.d.ts +1 -1
  197. package/lib/response/get-deployment-response.d.ts +1 -1
  198. package/lib/response/get-file-diff-response.d.ts +1 -1
  199. package/lib/response/get-mirror-record-response.d.ts +1 -1
  200. package/lib/response/get-object-response.d.ts +1 -1
  201. package/lib/response/get-project-response.d.ts +1 -1
  202. package/lib/response/get-ref-response.d.ts +1 -1
  203. package/lib/response/get-repo-file-diff-response.d.ts +1 -1
  204. package/lib/response/get-repo-file-lines-response.d.ts +1 -1
  205. package/lib/response/get-repository-file-lines-response.d.ts +1 -1
  206. package/lib/response/get-repository-response.d.ts +1 -1
  207. package/lib/response/get-trigger-response.d.ts +1 -1
  208. package/lib/response/list-authors-response.d.ts +1 -1
  209. package/lib/response/list-build-pipeline-stages-response.d.ts +1 -1
  210. package/lib/response/list-build-pipelines-response.d.ts +1 -1
  211. package/lib/response/list-build-runs-response.d.ts +1 -1
  212. package/lib/response/list-commit-diffs-response.d.ts +1 -1
  213. package/lib/response/list-commits-response.d.ts +1 -1
  214. package/lib/response/list-connections-response.d.ts +1 -1
  215. package/lib/response/list-deploy-artifacts-response.d.ts +1 -1
  216. package/lib/response/list-deploy-environments-response.d.ts +1 -1
  217. package/lib/response/list-deploy-pipelines-response.d.ts +1 -1
  218. package/lib/response/list-deploy-stages-response.d.ts +1 -1
  219. package/lib/response/list-deployments-response.d.ts +1 -1
  220. package/lib/response/list-mirror-records-response.d.ts +1 -1
  221. package/lib/response/list-paths-response.d.ts +1 -1
  222. package/lib/response/list-projects-response.d.ts +1 -1
  223. package/lib/response/list-refs-response.d.ts +1 -1
  224. package/lib/response/list-repositories-response.d.ts +1 -1
  225. package/lib/response/list-triggers-response.d.ts +1 -1
  226. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  227. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  228. package/lib/response/list-work-requests-response.d.ts +1 -1
  229. package/lib/response/put-repository-ref-response.d.ts +1 -1
  230. package/lib/response/update-build-pipeline-response.d.ts +1 -1
  231. package/lib/response/update-build-pipeline-stage-response.d.ts +1 -1
  232. package/lib/response/update-build-run-response.d.ts +1 -1
  233. package/lib/response/update-connection-response.d.ts +1 -1
  234. package/lib/response/update-deploy-artifact-response.d.ts +1 -1
  235. package/lib/response/update-deploy-environment-response.d.ts +1 -1
  236. package/lib/response/update-deploy-pipeline-response.d.ts +1 -1
  237. package/lib/response/update-deploy-stage-response.d.ts +1 -1
  238. package/lib/response/update-deployment-response.d.ts +1 -1
  239. package/lib/response/update-project-response.d.ts +1 -1
  240. package/lib/response/update-repository-response.d.ts +1 -1
  241. package/lib/response/update-trigger-response.d.ts +1 -1
  242. package/lib/response/validate-connection-response.d.ts +1 -1
  243. package/package.json +3 -3
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * Summary information for a connection of the type `BITBUCKET_CLOUD_APP_PASSWORD`.
15
+ * Summary information for a connection of the type {@code BITBUCKET_CLOUD_APP_PASSWORD}.
16
16
  * This type corresponds to a connection in Bitbucket Cloud that is authenticated with a username and app password.
17
17
  *
18
18
  */
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * The properties that define a connection of the type `BITBUCKET_CLOUD_APP_PASSWORD`.
15
+ * The properties that define a connection of the type {@code BITBUCKET_CLOUD_APP_PASSWORD}.
16
16
  * This type corresponds to a connection in Bitbucket Cloud that is authenticated with a App Password along with username.
17
17
  *
18
18
  */
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * The properties that define a connection of the type `BITBUCKET_SERVER_ACCESS_TOKEN`.
15
+ * The properties that define a connection of the type {@code BITBUCKET_SERVER_ACCESS_TOKEN}.
16
16
  * This type corresponds to a connection in Bitbucket that is authenticated with a personal access token.
17
17
  *
18
18
  */
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * Summary information for a connection of the type `BITBUCKET_SERVER_ACCESS_TOKEN`.
15
+ * Summary information for a connection of the type {@code BITBUCKET_SERVER_ACCESS_TOKEN}.
16
16
  * This type corresponds to a connection in Bitbucket that is authenticated with a personal access token.
17
17
  *
18
18
  */
@@ -58,13 +58,13 @@ export interface BuildPipelineStageSummary {
58
58
  "description"?: string;
59
59
  "buildPipelineStagePredecessorCollection"?: model.BuildPipelineStagePredecessorCollection;
60
60
  /**
61
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
61
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
62
62
  */
63
63
  "freeformTags"?: {
64
64
  [key: string]: string;
65
65
  };
66
66
  /**
67
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
67
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
68
68
  */
69
69
  "definedTags"?: {
70
70
  [key: string]: {
@@ -72,7 +72,7 @@ export interface BuildPipelineStageSummary {
72
72
  };
73
73
  };
74
74
  /**
75
- * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
75
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
76
76
  */
77
77
  "systemTags"?: {
78
78
  [key: string]: {
@@ -60,13 +60,13 @@ export interface BuildPipelineStage {
60
60
  "lifecycleDetails"?: string;
61
61
  "buildPipelineStagePredecessorCollection"?: model.BuildPipelineStagePredecessorCollection;
62
62
  /**
63
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
63
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
64
64
  */
65
65
  "freeformTags"?: {
66
66
  [key: string]: string;
67
67
  };
68
68
  /**
69
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
69
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
70
70
  */
71
71
  "definedTags"?: {
72
72
  [key: string]: {
@@ -74,7 +74,7 @@ export interface BuildPipelineStage {
74
74
  };
75
75
  };
76
76
  /**
77
- * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
77
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
78
78
  */
79
79
  "systemTags"?: {
80
80
  [key: string]: {
@@ -53,13 +53,13 @@ export interface BuildPipelineSummary {
53
53
  "lifecycleState"?: string;
54
54
  "buildPipelineParameters"?: model.BuildPipelineParameterCollection;
55
55
  /**
56
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
56
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
57
57
  */
58
58
  "freeformTags"?: {
59
59
  [key: string]: string;
60
60
  };
61
61
  /**
62
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
62
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
63
63
  */
64
64
  "definedTags"?: {
65
65
  [key: string]: {
@@ -67,7 +67,7 @@ export interface BuildPipelineSummary {
67
67
  };
68
68
  };
69
69
  /**
70
- * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
70
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
71
71
  */
72
72
  "systemTags"?: {
73
73
  [key: string]: {
@@ -53,13 +53,13 @@ export interface BuildPipeline {
53
53
  "lifecycleDetails"?: string;
54
54
  "buildPipelineParameters"?: model.BuildPipelineParameterCollection;
55
55
  /**
56
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
56
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
57
57
  */
58
58
  "freeformTags"?: {
59
59
  [key: string]: string;
60
60
  };
61
61
  /**
62
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
62
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
63
63
  */
64
64
  "definedTags"?: {
65
65
  [key: string]: {
@@ -67,7 +67,7 @@ export interface BuildPipeline {
67
67
  };
68
68
  };
69
69
  /**
70
- * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
70
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
71
71
  */
72
72
  "systemTags"?: {
73
73
  [key: string]: {
@@ -56,13 +56,13 @@ export interface BuildRunSummary {
56
56
  "lifecycleDetails"?: string;
57
57
  "commitInfo"?: model.CommitInfo;
58
58
  /**
59
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
59
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
60
60
  */
61
61
  "freeformTags"?: {
62
62
  [key: string]: string;
63
63
  };
64
64
  /**
65
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
65
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
66
66
  */
67
67
  "definedTags"?: {
68
68
  [key: string]: {
@@ -70,7 +70,7 @@ export interface BuildRunSummary {
70
70
  };
71
71
  };
72
72
  /**
73
- * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
73
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
74
74
  */
75
75
  "systemTags"?: {
76
76
  [key: string]: {
@@ -60,13 +60,13 @@ export interface BuildRun {
60
60
  "commitInfo"?: model.CommitInfo;
61
61
  "buildOutputs"?: model.BuildOutputs;
62
62
  /**
63
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
63
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
64
64
  */
65
65
  "freeformTags"?: {
66
66
  [key: string]: string;
67
67
  };
68
68
  /**
69
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
69
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
70
70
  */
71
71
  "definedTags"?: {
72
72
  [key: string]: {
@@ -74,7 +74,7 @@ export interface BuildRun {
74
74
  };
75
75
  };
76
76
  /**
77
- * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
77
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
78
78
  */
79
79
  "systemTags"?: {
80
80
  [key: string]: {
@@ -54,13 +54,13 @@ export interface ConnectionSummary {
54
54
  */
55
55
  "lifecycleState"?: string;
56
56
  /**
57
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
57
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
58
58
  */
59
59
  "freeformTags"?: {
60
60
  [key: string]: string;
61
61
  };
62
62
  /**
63
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
63
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
64
64
  */
65
65
  "definedTags"?: {
66
66
  [key: string]: {
@@ -68,7 +68,7 @@ export interface ConnectionSummary {
68
68
  };
69
69
  };
70
70
  /**
71
- * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
71
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
72
72
  */
73
73
  "systemTags"?: {
74
74
  [key: string]: {
@@ -53,13 +53,13 @@ export interface Connection {
53
53
  */
54
54
  "lifecycleState"?: Connection.LifecycleState;
55
55
  /**
56
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
56
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
57
57
  */
58
58
  "freeformTags"?: {
59
59
  [key: string]: string;
60
60
  };
61
61
  /**
62
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
62
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
63
63
  */
64
64
  "definedTags"?: {
65
65
  [key: string]: {
@@ -67,7 +67,7 @@ export interface Connection {
67
67
  };
68
68
  };
69
69
  /**
70
- * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
70
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
71
71
  */
72
72
  "systemTags"?: {
73
73
  [key: string]: {
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * The details for creating a connection of the type `BITBUCKET_CLOUD_APP_PASSWORD`.
15
+ * The details for creating a connection of the type {@code BITBUCKET_CLOUD_APP_PASSWORD}.
16
16
  * This type corresponds to a connection in Bitbucket Cloud that is authenticated with username and app password.
17
17
  *
18
18
  */
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * The details for creating a connection of the type `BITBUCKET_SERVER_ACCESS_TOKEN`.
15
+ * The details for creating a connection of the type {@code BITBUCKET_SERVER_ACCESS_TOKEN}.
16
16
  * This type corresponds to a connection in Bitbucket that is authenticated with a personal access token.
17
17
  *
18
18
  */
@@ -29,13 +29,13 @@ export interface CreateBuildPipelineDetails {
29
29
  "projectId": string;
30
30
  "buildPipelineParameters"?: model.BuildPipelineParameterCollection;
31
31
  /**
32
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
32
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
33
33
  */
34
34
  "freeformTags"?: {
35
35
  [key: string]: string;
36
36
  };
37
37
  /**
38
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
38
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
39
39
  */
40
40
  "definedTags"?: {
41
41
  [key: string]: {
@@ -29,13 +29,13 @@ export interface CreateBuildPipelineStageDetails {
29
29
  "buildPipelineId": string;
30
30
  "buildPipelineStagePredecessorCollection": model.BuildPipelineStagePredecessorCollection;
31
31
  /**
32
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
32
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
33
33
  */
34
34
  "freeformTags"?: {
35
35
  [key: string]: string;
36
36
  };
37
37
  /**
38
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
38
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
39
39
  */
40
40
  "definedTags"?: {
41
41
  [key: string]: {
@@ -26,13 +26,13 @@ export interface CreateBuildRunDetails {
26
26
  "commitInfo"?: model.CommitInfo;
27
27
  "buildRunArguments"?: model.BuildRunArgumentCollection;
28
28
  /**
29
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
29
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
30
30
  */
31
31
  "freeformTags"?: {
32
32
  [key: string]: string;
33
33
  };
34
34
  /**
35
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
35
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
36
36
  */
37
37
  "definedTags"?: {
38
38
  [key: string]: {
@@ -28,13 +28,13 @@ export interface CreateConnectionDetails {
28
28
  */
29
29
  "projectId": string;
30
30
  /**
31
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
31
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
32
32
  */
33
33
  "freeformTags"?: {
34
34
  [key: string]: string;
35
35
  };
36
36
  /**
37
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
37
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
38
38
  */
39
39
  "definedTags"?: {
40
40
  [key: string]: {
@@ -37,13 +37,13 @@ export interface CreateDeployArtifactDetails {
37
37
  */
38
38
  "projectId": string;
39
39
  /**
40
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
40
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
41
41
  */
42
42
  "freeformTags"?: {
43
43
  [key: string]: string;
44
44
  };
45
45
  /**
46
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
46
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
47
47
  */
48
48
  "definedTags"?: {
49
49
  [key: string]: {
@@ -27,13 +27,13 @@ export interface CreateDeployEnvironmentDetails {
27
27
  */
28
28
  "projectId": string;
29
29
  /**
30
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
30
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
31
31
  */
32
32
  "freeformTags"?: {
33
33
  [key: string]: string;
34
34
  };
35
35
  /**
36
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
36
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
37
37
  */
38
38
  "definedTags"?: {
39
39
  [key: string]: {
@@ -29,13 +29,13 @@ export interface CreateDeployPipelineDetails {
29
29
  "projectId": string;
30
30
  "deployPipelineParameters"?: model.DeployPipelineParameterCollection;
31
31
  /**
32
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
32
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
33
33
  */
34
34
  "freeformTags"?: {
35
35
  [key: string]: string;
36
36
  };
37
37
  /**
38
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
38
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
39
39
  */
40
40
  "definedTags"?: {
41
41
  [key: string]: {
@@ -29,13 +29,13 @@ export interface CreateDeployStageDetails {
29
29
  "deployPipelineId": string;
30
30
  "deployStagePredecessorCollection": model.DeployStagePredecessorCollection;
31
31
  /**
32
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
32
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
33
33
  */
34
34
  "freeformTags"?: {
35
35
  [key: string]: string;
36
36
  };
37
37
  /**
38
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
38
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
39
39
  */
40
40
  "definedTags"?: {
41
41
  [key: string]: {
@@ -23,13 +23,13 @@ export interface CreateDeploymentDetails {
23
23
  */
24
24
  "displayName"?: string;
25
25
  /**
26
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
26
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
27
27
  */
28
28
  "freeformTags"?: {
29
29
  [key: string]: string;
30
30
  };
31
31
  /**
32
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
32
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
33
33
  */
34
34
  "definedTags"?: {
35
35
  [key: string]: {
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * The details for creating a connection of the type `GITHUB_ACCESS_TOKEN`.
15
+ * The details for creating a connection of the type {@code GITHUB_ACCESS_TOKEN}.
16
16
  * This type corresponds to a connection in GitHub that is authenticated with a personal access token.
17
17
  *
18
18
  */
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * The details for creating a connection of the type `GITLAB_ACCESS_TOKEN`.
15
+ * The details for creating a connection of the type {@code GITLAB_ACCESS_TOKEN}.
16
16
  * This type corresponds to a connection in GitLab that is authenticated with a personal access token.
17
17
  *
18
18
  */
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * The details for creating a connection of the type `GITLAB_SERVER_ACCESS_TOKEN`.
15
+ * The details for creating a connection of the type {@code GITLAB_SERVER_ACCESS_TOKEN}.
16
16
  * This type corresponds to a connection in GitLab self hosted server that is authenticated with a personal access token.
17
17
  *
18
18
  */
@@ -29,13 +29,13 @@ export interface CreateProjectDetails {
29
29
  */
30
30
  "compartmentId": string;
31
31
  /**
32
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
32
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
33
33
  */
34
34
  "freeformTags"?: {
35
35
  [key: string]: string;
36
36
  };
37
37
  /**
38
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
38
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
39
39
  */
40
40
  "definedTags"?: {
41
41
  [key: string]: {
@@ -29,8 +29,8 @@ export interface CreateRepositoryDetails {
29
29
  "defaultBranch"?: string;
30
30
  /**
31
31
  * Type of repository. Allowed values:
32
- * `MIRRORED`
33
- * `HOSTED`
32
+ * {@code MIRRORED}
33
+ * {@code HOSTED}
34
34
  *
35
35
  */
36
36
  "repositoryType": string;
@@ -40,13 +40,13 @@ export interface CreateRepositoryDetails {
40
40
  */
41
41
  "description"?: string;
42
42
  /**
43
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
43
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
44
44
  */
45
45
  "freeformTags"?: {
46
46
  [key: string]: string;
47
47
  };
48
48
  /**
49
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
49
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
50
50
  */
51
51
  "definedTags"?: {
52
52
  [key: string]: {
@@ -32,13 +32,13 @@ export interface CreateTriggerDetails {
32
32
  */
33
33
  "actions": Array<model.TriggerAction>;
34
34
  /**
35
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
35
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
36
36
  */
37
37
  "freeformTags"?: {
38
38
  [key: string]: string;
39
39
  };
40
40
  /**
41
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
41
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
42
42
  */
43
43
  "definedTags"?: {
44
44
  [key: string]: {
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * The details for creating a connection of the type `VBS_ACCESS_TOKEN`.
15
+ * The details for creating a connection of the type {@code VBS_ACCESS_TOKEN}.
16
16
  * This type corresponds to a connection in Visual Builder Studio that is authenticated with a personal access token.
17
17
  *
18
18
  */
@@ -61,13 +61,13 @@ export interface DeployArtifactSummary {
61
61
  */
62
62
  "lifecycleDetails"?: string;
63
63
  /**
64
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
64
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
65
65
  */
66
66
  "freeformTags"?: {
67
67
  [key: string]: string;
68
68
  };
69
69
  /**
70
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
70
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
71
71
  */
72
72
  "definedTags"?: {
73
73
  [key: string]: {
@@ -75,7 +75,7 @@ export interface DeployArtifactSummary {
75
75
  };
76
76
  };
77
77
  /**
78
- * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
78
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
79
79
  */
80
80
  "systemTags"?: {
81
81
  [key: string]: {
@@ -61,13 +61,13 @@ export interface DeployArtifact {
61
61
  */
62
62
  "lifecycleDetails"?: string;
63
63
  /**
64
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
64
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
65
65
  */
66
66
  "freeformTags"?: {
67
67
  [key: string]: string;
68
68
  };
69
69
  /**
70
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
70
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
71
71
  */
72
72
  "definedTags"?: {
73
73
  [key: string]: {
@@ -75,7 +75,7 @@ export interface DeployArtifact {
75
75
  };
76
76
  };
77
77
  /**
78
- * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
78
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
79
79
  */
80
80
  "systemTags"?: {
81
81
  [key: string]: {