oci-vulnerabilityscanning 2.76.1 → 2.77.1

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 (112) hide show
  1. package/lib/client.d.ts +65 -59
  2. package/lib/client.js +67 -58
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/container-scan-recipe-summary.d.ts +3 -3
  5. package/lib/model/container-scan-recipe.d.ts +3 -3
  6. package/lib/model/container-scan-target-summary.d.ts +3 -3
  7. package/lib/model/container-scan-target.d.ts +3 -3
  8. package/lib/model/create-container-scan-recipe-details.d.ts +2 -2
  9. package/lib/model/create-container-scan-target-details.d.ts +2 -2
  10. package/lib/model/create-host-scan-recipe-details.d.ts +2 -2
  11. package/lib/model/create-host-scan-target-details.d.ts +2 -2
  12. package/lib/model/host-scan-recipe-summary.d.ts +3 -3
  13. package/lib/model/host-scan-recipe.d.ts +3 -3
  14. package/lib/model/host-scan-target-error-summary.d.ts +3 -3
  15. package/lib/model/host-scan-target-summary.d.ts +3 -3
  16. package/lib/model/host-scan-target.d.ts +3 -3
  17. package/lib/model/update-container-scan-recipe-details.d.ts +2 -2
  18. package/lib/model/update-container-scan-target-details.d.ts +2 -2
  19. package/lib/model/update-host-scan-recipe-details.d.ts +2 -2
  20. package/lib/model/update-host-scan-target-details.d.ts +2 -2
  21. package/lib/request/change-container-scan-recipe-compartment-request.d.ts +2 -2
  22. package/lib/request/change-container-scan-result-compartment-request.d.ts +2 -2
  23. package/lib/request/change-container-scan-target-compartment-request.d.ts +2 -2
  24. package/lib/request/change-host-agent-scan-result-compartment-request.d.ts +2 -2
  25. package/lib/request/change-host-cis-benchmark-scan-result-compartment-request.d.ts +2 -2
  26. package/lib/request/change-host-endpoint-protection-scan-result-compartment-request.d.ts +2 -2
  27. package/lib/request/change-host-port-scan-result-compartment-request.d.ts +2 -2
  28. package/lib/request/change-host-scan-recipe-compartment-request.d.ts +2 -2
  29. package/lib/request/change-host-scan-target-compartment-request.d.ts +2 -2
  30. package/lib/request/create-container-scan-recipe-request.d.ts +1 -1
  31. package/lib/request/create-container-scan-target-request.d.ts +1 -1
  32. package/lib/request/create-host-scan-recipe-request.d.ts +1 -1
  33. package/lib/request/create-host-scan-target-request.d.ts +1 -1
  34. package/lib/request/delete-container-scan-recipe-request.d.ts +2 -2
  35. package/lib/request/delete-container-scan-result-request.d.ts +2 -2
  36. package/lib/request/delete-container-scan-target-request.d.ts +2 -2
  37. package/lib/request/delete-host-agent-scan-result-request.d.ts +2 -2
  38. package/lib/request/delete-host-cis-benchmark-scan-result-request.d.ts +2 -2
  39. package/lib/request/delete-host-endpoint-protection-scan-result-request.d.ts +2 -2
  40. package/lib/request/delete-host-port-scan-result-request.d.ts +2 -2
  41. package/lib/request/delete-host-scan-recipe-request.d.ts +2 -2
  42. package/lib/request/delete-host-scan-target-request.d.ts +2 -2
  43. package/lib/request/export-host-agent-scan-result-csv-request.d.ts +1 -1
  44. package/lib/request/export-host-vulnerability-csv-request.d.ts +1 -1
  45. package/lib/request/get-container-scan-recipe-request.d.ts +1 -1
  46. package/lib/request/get-container-scan-result-request.d.ts +1 -1
  47. package/lib/request/get-container-scan-target-request.d.ts +1 -1
  48. package/lib/request/get-host-agent-scan-result-request.d.ts +1 -1
  49. package/lib/request/get-host-cis-benchmark-scan-result-request.d.ts +1 -1
  50. package/lib/request/get-host-endpoint-protection-scan-result-request.d.ts +1 -1
  51. package/lib/request/get-host-port-scan-result-request.d.ts +1 -1
  52. package/lib/request/get-host-scan-recipe-request.d.ts +1 -1
  53. package/lib/request/get-host-scan-target-request.d.ts +1 -1
  54. package/lib/request/get-host-vulnerability-request.d.ts +1 -1
  55. package/lib/request/get-vulnerability-request.d.ts +1 -1
  56. package/lib/request/get-work-request-request.d.ts +1 -1
  57. package/lib/request/list-container-scan-recipes-request.d.ts +1 -1
  58. package/lib/request/list-container-scan-results-request.d.ts +1 -1
  59. package/lib/request/list-container-scan-targets-request.d.ts +1 -1
  60. package/lib/request/list-host-agent-scan-results-request.d.ts +1 -1
  61. package/lib/request/list-host-cis-benchmark-scan-results-request.d.ts +1 -1
  62. package/lib/request/list-host-endpoint-protection-scan-results-request.d.ts +1 -1
  63. package/lib/request/list-host-port-scan-results-request.d.ts +1 -1
  64. package/lib/request/list-host-scan-recipes-request.d.ts +1 -1
  65. package/lib/request/list-host-scan-target-errors-request.d.ts +1 -1
  66. package/lib/request/list-host-scan-targets-request.d.ts +1 -1
  67. package/lib/request/list-host-vulnerabilities-request.d.ts +1 -1
  68. package/lib/request/list-host-vulnerability-impacted-hosts-request.d.ts +1 -1
  69. package/lib/request/list-vulnerabilities-request.d.ts +1 -1
  70. package/lib/request/list-vulnerability-impacted-containers-request.d.ts +1 -1
  71. package/lib/request/list-vulnerability-impacted-hosts-request.d.ts +1 -1
  72. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  73. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  74. package/lib/request/list-work-requests-request.d.ts +1 -1
  75. package/lib/request/update-container-scan-recipe-request.d.ts +2 -2
  76. package/lib/request/update-container-scan-target-request.d.ts +2 -2
  77. package/lib/request/update-host-scan-recipe-request.d.ts +2 -2
  78. package/lib/request/update-host-scan-target-request.d.ts +2 -2
  79. package/lib/response/create-container-scan-recipe-response.d.ts +1 -1
  80. package/lib/response/create-container-scan-target-response.d.ts +1 -1
  81. package/lib/response/create-host-scan-recipe-response.d.ts +1 -1
  82. package/lib/response/create-host-scan-target-response.d.ts +1 -1
  83. package/lib/response/get-container-scan-recipe-response.d.ts +1 -1
  84. package/lib/response/get-container-scan-result-response.d.ts +1 -1
  85. package/lib/response/get-container-scan-target-response.d.ts +1 -1
  86. package/lib/response/get-host-agent-scan-result-response.d.ts +1 -1
  87. package/lib/response/get-host-cis-benchmark-scan-result-response.d.ts +1 -1
  88. package/lib/response/get-host-endpoint-protection-scan-result-response.d.ts +1 -1
  89. package/lib/response/get-host-port-scan-result-response.d.ts +1 -1
  90. package/lib/response/get-host-scan-recipe-response.d.ts +1 -1
  91. package/lib/response/get-host-scan-target-response.d.ts +1 -1
  92. package/lib/response/get-host-vulnerability-response.d.ts +1 -1
  93. package/lib/response/get-vulnerability-response.d.ts +1 -1
  94. package/lib/response/list-container-scan-recipes-response.d.ts +1 -1
  95. package/lib/response/list-container-scan-results-response.d.ts +1 -1
  96. package/lib/response/list-container-scan-targets-response.d.ts +1 -1
  97. package/lib/response/list-host-agent-scan-results-response.d.ts +1 -1
  98. package/lib/response/list-host-cis-benchmark-scan-results-response.d.ts +1 -1
  99. package/lib/response/list-host-endpoint-protection-scan-results-response.d.ts +1 -1
  100. package/lib/response/list-host-port-scan-results-response.d.ts +1 -1
  101. package/lib/response/list-host-scan-recipes-response.d.ts +1 -1
  102. package/lib/response/list-host-scan-target-errors-response.d.ts +1 -1
  103. package/lib/response/list-host-scan-targets-response.d.ts +1 -1
  104. package/lib/response/list-host-vulnerabilities-response.d.ts +1 -1
  105. package/lib/response/list-host-vulnerability-impacted-hosts-response.d.ts +1 -1
  106. package/lib/response/list-vulnerabilities-response.d.ts +1 -1
  107. package/lib/response/list-vulnerability-impacted-containers-response.d.ts +1 -1
  108. package/lib/response/list-vulnerability-impacted-hosts-response.d.ts +1 -1
  109. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  110. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  111. package/lib/response/list-work-requests-response.d.ts +1 -1
  112. package/package.json +3 -3
@@ -29,7 +29,7 @@ export interface CreateHostScanRecipeDetails {
29
29
  "schedule": model.Schedule;
30
30
  /**
31
31
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
32
- * Example: `{\"bar-key\": \"value\"}`
32
+ * Example: {@code {\"bar-key\": \"value\"}}
33
33
  *
34
34
  */
35
35
  "freeformTags"?: {
@@ -37,7 +37,7 @@ export interface CreateHostScanRecipeDetails {
37
37
  };
38
38
  /**
39
39
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
40
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
40
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
41
41
  *
42
42
  */
43
43
  "definedTags"?: {
@@ -40,7 +40,7 @@ export interface CreateHostScanTargetDetails {
40
40
  "hostScanRecipeId": string;
41
41
  /**
42
42
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
43
- * Example: `{\"bar-key\": \"value\"}`
43
+ * Example: {@code {\"bar-key\": \"value\"}}
44
44
  *
45
45
  */
46
46
  "freeformTags"?: {
@@ -48,7 +48,7 @@ export interface CreateHostScanTargetDetails {
48
48
  };
49
49
  /**
50
50
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
51
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
51
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
52
52
  *
53
53
  */
54
54
  "definedTags"?: {
@@ -41,7 +41,7 @@ export interface HostScanRecipeSummary {
41
41
  "timeUpdated": Date;
42
42
  /**
43
43
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
44
- * Example: `{\"bar-key\": \"value\"}`
44
+ * Example: {@code {\"bar-key\": \"value\"}}
45
45
  *
46
46
  */
47
47
  "freeformTags"?: {
@@ -49,7 +49,7 @@ export interface HostScanRecipeSummary {
49
49
  };
50
50
  /**
51
51
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
52
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
52
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
53
53
  *
54
54
  */
55
55
  "definedTags"?: {
@@ -59,7 +59,7 @@ export interface HostScanRecipeSummary {
59
59
  };
60
60
  /**
61
61
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
62
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
62
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
63
63
  *
64
64
  */
65
65
  "systemTags"?: {
@@ -45,7 +45,7 @@ export interface HostScanRecipe {
45
45
  "schedule": model.Schedule;
46
46
  /**
47
47
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
48
- * Example: `{\"bar-key\": \"value\"}`
48
+ * Example: {@code {\"bar-key\": \"value\"}}
49
49
  *
50
50
  */
51
51
  "freeformTags"?: {
@@ -53,7 +53,7 @@ export interface HostScanRecipe {
53
53
  };
54
54
  /**
55
55
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
56
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
56
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
57
57
  *
58
58
  */
59
59
  "definedTags"?: {
@@ -63,7 +63,7 @@ export interface HostScanRecipe {
63
63
  };
64
64
  /**
65
65
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
66
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
66
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
67
67
  *
68
68
  */
69
69
  "systemTags"?: {
@@ -45,7 +45,7 @@ export interface HostScanTargetErrorSummary {
45
45
  "timeUpdated": Date;
46
46
  /**
47
47
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
48
- * Example: `{\"bar-key\": \"value\"}`
48
+ * Example: {@code {\"bar-key\": \"value\"}}
49
49
  *
50
50
  */
51
51
  "freeformTags"?: {
@@ -53,7 +53,7 @@ export interface HostScanTargetErrorSummary {
53
53
  };
54
54
  /**
55
55
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
56
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
56
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
57
57
  *
58
58
  */
59
59
  "definedTags"?: {
@@ -63,7 +63,7 @@ export interface HostScanTargetErrorSummary {
63
63
  };
64
64
  /**
65
65
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
66
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
66
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
67
67
  *
68
68
  */
69
69
  "systemTags"?: {
@@ -53,7 +53,7 @@ export interface HostScanTargetSummary {
53
53
  "timeUpdated": Date;
54
54
  /**
55
55
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
56
- * Example: `{\"bar-key\": \"value\"}`
56
+ * Example: {@code {\"bar-key\": \"value\"}}
57
57
  *
58
58
  */
59
59
  "freeformTags"?: {
@@ -61,7 +61,7 @@ export interface HostScanTargetSummary {
61
61
  };
62
62
  /**
63
63
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
64
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
64
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
65
65
  *
66
66
  */
67
67
  "definedTags"?: {
@@ -71,7 +71,7 @@ export interface HostScanTargetSummary {
71
71
  };
72
72
  /**
73
73
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
74
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
74
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
75
75
  *
76
76
  */
77
77
  "systemTags"?: {
@@ -57,7 +57,7 @@ export interface HostScanTarget {
57
57
  "timeUpdated": Date;
58
58
  /**
59
59
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
60
- * Example: `{\"bar-key\": \"value\"}`
60
+ * Example: {@code {\"bar-key\": \"value\"}}
61
61
  *
62
62
  */
63
63
  "freeformTags"?: {
@@ -65,7 +65,7 @@ export interface HostScanTarget {
65
65
  };
66
66
  /**
67
67
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
68
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
68
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
69
69
  *
70
70
  */
71
71
  "definedTags"?: {
@@ -75,7 +75,7 @@ export interface HostScanTarget {
75
75
  };
76
76
  /**
77
77
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
78
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
78
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
79
79
  *
80
80
  */
81
81
  "systemTags"?: {
@@ -26,7 +26,7 @@ export interface UpdateContainerScanRecipeDetails {
26
26
  "scanSettings"?: model.ContainerScanSettings;
27
27
  /**
28
28
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
29
- * Example: `{\"bar-key\": \"value\"}`
29
+ * Example: {@code {\"bar-key\": \"value\"}}
30
30
  *
31
31
  */
32
32
  "freeformTags"?: {
@@ -34,7 +34,7 @@ export interface UpdateContainerScanRecipeDetails {
34
34
  };
35
35
  /**
36
36
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
37
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
37
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
38
38
  *
39
39
  */
40
40
  "definedTags"?: {
@@ -30,7 +30,7 @@ export interface UpdateContainerScanTargetDetails {
30
30
  "containerScanRecipeId"?: string;
31
31
  /**
32
32
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
33
- * Example: `{\"bar-key\": \"value\"}`
33
+ * Example: {@code {\"bar-key\": \"value\"}}
34
34
  *
35
35
  */
36
36
  "freeformTags"?: {
@@ -38,7 +38,7 @@ export interface UpdateContainerScanTargetDetails {
38
38
  };
39
39
  /**
40
40
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
41
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
41
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
42
42
  *
43
43
  */
44
44
  "definedTags"?: {
@@ -25,7 +25,7 @@ export interface UpdateHostScanRecipeDetails {
25
25
  "schedule"?: model.Schedule;
26
26
  /**
27
27
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
28
- * Example: `{\"bar-key\": \"value\"}`
28
+ * Example: {@code {\"bar-key\": \"value\"}}
29
29
  *
30
30
  */
31
31
  "freeformTags"?: {
@@ -33,7 +33,7 @@ export interface UpdateHostScanRecipeDetails {
33
33
  };
34
34
  /**
35
35
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
36
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
36
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
37
37
  *
38
38
  */
39
39
  "definedTags"?: {
@@ -36,7 +36,7 @@ export interface UpdateHostScanTargetDetails {
36
36
  "hostScanRecipeId"?: string;
37
37
  /**
38
38
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
39
- * Example: `{\"bar-key\": \"value\"}`
39
+ * Example: {@code {\"bar-key\": \"value\"}}
40
40
  *
41
41
  */
42
42
  "freeformTags"?: {
@@ -44,7 +44,7 @@ export interface UpdateHostScanTargetDetails {
44
44
  };
45
45
  /**
46
46
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
47
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
47
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
48
48
  *
49
49
  */
50
50
  "definedTags"?: {
@@ -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/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartmentRequest.
17
17
  */
18
18
  export interface ChangeContainerScanRecipeCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeContainerScanRecipeCompartmentRequest extends common.Base
26
26
  "changeContainerScanRecipeCompartmentDetails": model.ChangeContainerScanRecipeCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartmentRequest.
17
17
  */
18
18
  export interface ChangeContainerScanResultCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeContainerScanResultCompartmentRequest extends common.Base
26
26
  "changeContainerScanResultCompartmentDetails": model.ChangeContainerScanResultCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeContainerScanTargetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeContainerScanTargetCompartmentRequest extends common.Base
26
26
  "changeContainerScanTargetCompartmentDetails": model.ChangeContainerScanTargetCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHostAgentScanResultCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeHostAgentScanResultCompartmentRequest extends common.Base
26
26
  "changeHostAgentScanResultCompartmentDetails": model.ChangeHostAgentScanResultCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHostCisBenchmarkScanResultCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeHostCisBenchmarkScanResultCompartmentRequest extends comm
26
26
  "changeHostCisBenchmarkScanResultCompartmentDetails": model.ChangeHostCisBenchmarkScanResultCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHostEndpointProtectionScanResultCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeHostEndpointProtectionScanResultCompartmentRequest extend
26
26
  "changeHostEndpointProtectionScanResultCompartmentDetails": model.ChangeHostEndpointProtectionScanResultCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHostPortScanResultCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeHostPortScanResultCompartmentRequest extends common.BaseR
26
26
  "changeHostPortScanResultCompartmentDetails": model.ChangeHostPortScanResultCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHostScanRecipeCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeHostScanRecipeCompartmentRequest extends common.BaseReque
26
26
  "changeHostScanRecipeCompartmentDetails": model.ChangeHostScanRecipeCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHostScanTargetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeHostScanTargetCompartmentRequest extends common.BaseReque
26
26
  "changeHostScanTargetCompartmentDetails": model.ChangeHostScanTargetCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipeRequest.
17
17
  */
18
18
  export interface CreateContainerScanRecipeRequest extends common.BaseRequest {
19
19
  /**
@@ -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/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTargetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTargetRequest.
17
17
  */
18
18
  export interface CreateContainerScanTargetRequest extends common.BaseRequest {
19
19
  /**
@@ -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/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipeRequest.
17
17
  */
18
18
  export interface CreateHostScanRecipeRequest extends common.BaseRequest {
19
19
  /**
@@ -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/vulnerabilityscanning/CreateHostScanTarget.ts.html |here} to see how to use CreateHostScanTargetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/CreateHostScanTarget.ts.html |here} to see how to use CreateHostScanTargetRequest.
17
17
  */
18
18
  export interface CreateHostScanTargetRequest extends common.BaseRequest {
19
19
  /**
@@ -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/vulnerabilityscanning/DeleteContainerScanRecipe.ts.html |here} to see how to use DeleteContainerScanRecipeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/DeleteContainerScanRecipe.ts.html |here} to see how to use DeleteContainerScanRecipeRequest.
16
16
  */
17
17
  export interface DeleteContainerScanRecipeRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteContainerScanRecipeRequest extends common.BaseRequest {
21
21
  "containerScanRecipeId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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/vulnerabilityscanning/DeleteContainerScanResult.ts.html |here} to see how to use DeleteContainerScanResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/DeleteContainerScanResult.ts.html |here} to see how to use DeleteContainerScanResultRequest.
16
16
  */
17
17
  export interface DeleteContainerScanResultRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteContainerScanResultRequest extends common.BaseRequest {
21
21
  "containerScanResultId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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/vulnerabilityscanning/DeleteContainerScanTarget.ts.html |here} to see how to use DeleteContainerScanTargetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/DeleteContainerScanTarget.ts.html |here} to see how to use DeleteContainerScanTargetRequest.
16
16
  */
17
17
  export interface DeleteContainerScanTargetRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteContainerScanTargetRequest extends common.BaseRequest {
21
21
  "containerScanTargetId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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/vulnerabilityscanning/DeleteHostAgentScanResult.ts.html |here} to see how to use DeleteHostAgentScanResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/DeleteHostAgentScanResult.ts.html |here} to see how to use DeleteHostAgentScanResultRequest.
16
16
  */
17
17
  export interface DeleteHostAgentScanResultRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteHostAgentScanResultRequest extends common.BaseRequest {
21
21
  "hostAgentScanResultId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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/vulnerabilityscanning/DeleteHostCisBenchmarkScanResult.ts.html |here} to see how to use DeleteHostCisBenchmarkScanResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/DeleteHostCisBenchmarkScanResult.ts.html |here} to see how to use DeleteHostCisBenchmarkScanResultRequest.
16
16
  */
17
17
  export interface DeleteHostCisBenchmarkScanResultRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteHostCisBenchmarkScanResultRequest extends common.BaseRequ
21
21
  "hostCisBenchmarkScanResultId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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/vulnerabilityscanning/DeleteHostEndpointProtectionScanResult.ts.html |here} to see how to use DeleteHostEndpointProtectionScanResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/DeleteHostEndpointProtectionScanResult.ts.html |here} to see how to use DeleteHostEndpointProtectionScanResultRequest.
16
16
  */
17
17
  export interface DeleteHostEndpointProtectionScanResultRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteHostEndpointProtectionScanResultRequest extends common.Ba
21
21
  "hostEndpointProtectionScanResultId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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/vulnerabilityscanning/DeleteHostPortScanResult.ts.html |here} to see how to use DeleteHostPortScanResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/DeleteHostPortScanResult.ts.html |here} to see how to use DeleteHostPortScanResultRequest.
16
16
  */
17
17
  export interface DeleteHostPortScanResultRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteHostPortScanResultRequest extends common.BaseRequest {
21
21
  "hostPortScanResultId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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/vulnerabilityscanning/DeleteHostScanRecipe.ts.html |here} to see how to use DeleteHostScanRecipeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/vulnerabilityscanning/DeleteHostScanRecipe.ts.html |here} to see how to use DeleteHostScanRecipeRequest.
16
16
  */
17
17
  export interface DeleteHostScanRecipeRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteHostScanRecipeRequest extends common.BaseRequest {
21
21
  "hostScanRecipeId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.