oci-threatintelligence 2.14.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 (104) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +1521 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +109 -0
  9. package/lib/client.js +403 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/data-attribution.d.ts +36 -0
  12. package/lib/model/data-attribution.js +59 -0
  13. package/lib/model/data-attribution.js.map +1 -0
  14. package/lib/model/data-visibility.d.ts +41 -0
  15. package/lib/model/data-visibility.js +42 -0
  16. package/lib/model/data-visibility.js.map +1 -0
  17. package/lib/model/entity-reference.d.ts +22 -0
  18. package/lib/model/entity-reference.js +65 -0
  19. package/lib/model/entity-reference.js.map +1 -0
  20. package/lib/model/index.d.ts +50 -0
  21. package/lib/model/index.js +73 -0
  22. package/lib/model/index.js.map +1 -0
  23. package/lib/model/indicator-attribute.d.ts +34 -0
  24. package/lib/model/indicator-attribute.js +61 -0
  25. package/lib/model/indicator-attribute.js.map +1 -0
  26. package/lib/model/indicator-count-collection.d.ts +26 -0
  27. package/lib/model/indicator-count-collection.js +61 -0
  28. package/lib/model/indicator-count-collection.js.map +1 -0
  29. package/lib/model/indicator-count-dimensions.d.ts +30 -0
  30. package/lib/model/indicator-count-dimensions.js +29 -0
  31. package/lib/model/indicator-count-dimensions.js.map +1 -0
  32. package/lib/model/indicator-count-summary.d.ts +27 -0
  33. package/lib/model/indicator-count-summary.js +57 -0
  34. package/lib/model/indicator-count-summary.js.map +1 -0
  35. package/lib/model/indicator-reference.d.ts +28 -0
  36. package/lib/model/indicator-reference.js +52 -0
  37. package/lib/model/indicator-reference.js.map +1 -0
  38. package/lib/model/indicator-relationship.d.ts +31 -0
  39. package/lib/model/indicator-relationship.js +67 -0
  40. package/lib/model/indicator-relationship.js.map +1 -0
  41. package/lib/model/indicator-source-summary.d.ts +25 -0
  42. package/lib/model/indicator-source-summary.js +29 -0
  43. package/lib/model/indicator-source-summary.js.map +1 -0
  44. package/lib/model/indicator-summary-collection.d.ts +26 -0
  45. package/lib/model/indicator-summary-collection.js +61 -0
  46. package/lib/model/indicator-summary-collection.js.map +1 -0
  47. package/lib/model/indicator-summary.d.ts +58 -0
  48. package/lib/model/indicator-summary.js +61 -0
  49. package/lib/model/indicator-summary.js.map +1 -0
  50. package/lib/model/indicator-type.d.ts +33 -0
  51. package/lib/model/indicator-type.js +44 -0
  52. package/lib/model/indicator-type.js.map +1 -0
  53. package/lib/model/indicator.d.ts +72 -0
  54. package/lib/model/indicator.js +81 -0
  55. package/lib/model/indicator.js.map +1 -0
  56. package/lib/model/lifecycle-state.d.ts +28 -0
  57. package/lib/model/lifecycle-state.js +39 -0
  58. package/lib/model/lifecycle-state.js.map +1 -0
  59. package/lib/model/sort-order.d.ts +23 -0
  60. package/lib/model/sort-order.js +34 -0
  61. package/lib/model/sort-order.js.map +1 -0
  62. package/lib/model/threat-type-summary.d.ts +29 -0
  63. package/lib/model/threat-type-summary.js +29 -0
  64. package/lib/model/threat-type-summary.js.map +1 -0
  65. package/lib/model/threat-type.d.ts +34 -0
  66. package/lib/model/threat-type.js +61 -0
  67. package/lib/model/threat-type.js.map +1 -0
  68. package/lib/model/threat-types-collection.d.ts +26 -0
  69. package/lib/model/threat-types-collection.js +61 -0
  70. package/lib/model/threat-types-collection.js.map +1 -0
  71. package/lib/request/get-indicator-request.d.ts +30 -0
  72. package/lib/request/get-indicator-request.js +15 -0
  73. package/lib/request/get-indicator-request.js.map +1 -0
  74. package/lib/request/index.d.ts +20 -0
  75. package/lib/request/index.js +37 -0
  76. package/lib/request/index.js.map +1 -0
  77. package/lib/request/list-indicator-counts-request.d.ts +31 -0
  78. package/lib/request/list-indicator-counts-request.js +15 -0
  79. package/lib/request/list-indicator-counts-request.js.map +1 -0
  80. package/lib/request/list-indicators-request.d.ts +70 -0
  81. package/lib/request/list-indicators-request.js +24 -0
  82. package/lib/request/list-indicators-request.js.map +1 -0
  83. package/lib/request/list-threat-types-request.d.ts +39 -0
  84. package/lib/request/list-threat-types-request.js +15 -0
  85. package/lib/request/list-threat-types-request.js.map +1 -0
  86. package/lib/response/get-indicator-response.d.ts +25 -0
  87. package/lib/response/get-indicator-response.js +15 -0
  88. package/lib/response/get-indicator-response.js.map +1 -0
  89. package/lib/response/index.d.ts +20 -0
  90. package/lib/response/index.js +15 -0
  91. package/lib/response/index.js.map +1 -0
  92. package/lib/response/list-indicator-counts-response.d.ts +25 -0
  93. package/lib/response/list-indicator-counts-response.js +15 -0
  94. package/lib/response/list-indicator-counts-response.js.map +1 -0
  95. package/lib/response/list-indicators-response.d.ts +32 -0
  96. package/lib/response/list-indicators-response.js +15 -0
  97. package/lib/response/list-indicators-response.js.map +1 -0
  98. package/lib/response/list-threat-types-response.d.ts +32 -0
  99. package/lib/response/list-threat-types-response.js +15 -0
  100. package/lib/response/list-threat-types-response.js.map +1 -0
  101. package/lib/threatintel-waiter.d.ts +29 -0
  102. package/lib/threatintel-waiter.js +65 -0
  103. package/lib/threatintel-waiter.js.map +1 -0
  104. package/package.json +29 -0
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ /**
3
+ * Threat Intelligence API
4
+ * Use the Threat Intelligence API to view indicators of compromise and related items. For more information, see [Overview of Threat Intelligence](/Content/ThreatIntelligence/Concepts/threatintelligenceoverview.htm).
5
+ * OpenAPI spec version: 20210831
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DataAttribution = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DataAttribution;
37
+ (function (DataAttribution) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "source": obj.source ? model.IndicatorSourceSummary.getJsonObj(obj.source) : undefined,
41
+ "visibility": obj.visibility ? model.DataVisibility.getJsonObj(obj.visibility) : undefined
42
+ });
43
+ return jsonObj;
44
+ }
45
+ DataAttribution.getJsonObj = getJsonObj;
46
+ function getDeserializedJsonObj(obj) {
47
+ const jsonObj = Object.assign(Object.assign({}, obj), {
48
+ "source": obj.source
49
+ ? model.IndicatorSourceSummary.getDeserializedJsonObj(obj.source)
50
+ : undefined,
51
+ "visibility": obj.visibility
52
+ ? model.DataVisibility.getDeserializedJsonObj(obj.visibility)
53
+ : undefined
54
+ });
55
+ return jsonObj;
56
+ }
57
+ DataAttribution.getDeserializedJsonObj = getDeserializedJsonObj;
58
+ })(DataAttribution = exports.DataAttribution || (exports.DataAttribution = {}));
59
+ //# sourceMappingURL=data-attribution.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-attribution.js","sourceRoot":"","sources":["../../../../../lib/threatintelligence/lib/model/data-attribution.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,eAAe,CA2B/B;AA3BD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YACtF,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAVe,0BAAU,aAUzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC;gBACjE,CAAC,CAAC,SAAS;YACb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBAC7D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sCAAsB,yBAcrC,CAAA;AACH,CAAC,EA3BgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QA2B/B"}
@@ -0,0 +1,41 @@
1
+ /**
2
+ * Threat Intelligence API
3
+ * Use the Threat Intelligence API to view indicators of compromise and related items. For more information, see [Overview of Threat Intelligence](/Content/ThreatIntelligence/Concepts/threatintelligenceoverview.htm).
4
+ * OpenAPI spec version: 20210831
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The visibility level associated with data and an associated TLP (https://www.cisa.gov/tlp) level.
15
+ */
16
+ export interface DataVisibility {
17
+ /**
18
+ * The name of the visibility level.
19
+ */
20
+ "name": string;
21
+ /**
22
+ * The Traffic Light Protocol (TLP) name of the visibility level.
23
+ */
24
+ "tlpName": DataVisibility.TlpName;
25
+ }
26
+ export declare namespace DataVisibility {
27
+ enum TlpName {
28
+ TlpInternalAudit = "TLP_INTERNAL_AUDIT",
29
+ TlpWhite = "TLP_WHITE",
30
+ TlpGreen = "TLP_GREEN",
31
+ TlpAmber = "TLP_AMBER",
32
+ TlpRed = "TLP_RED",
33
+ /**
34
+ * This value is used if a service returns a value for this enum that is not recognized by this
35
+ * version of the SDK.
36
+ */
37
+ UnknownValue = "UNKNOWN_VALUE"
38
+ }
39
+ function getJsonObj(obj: DataVisibility): object;
40
+ function getDeserializedJsonObj(obj: DataVisibility): object;
41
+ }
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ /**
3
+ * Threat Intelligence API
4
+ * Use the Threat Intelligence API to view indicators of compromise and related items. For more information, see [Overview of Threat Intelligence](/Content/ThreatIntelligence/Concepts/threatintelligenceoverview.htm).
5
+ * OpenAPI spec version: 20210831
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.DataVisibility = void 0;
16
+ var DataVisibility;
17
+ (function (DataVisibility) {
18
+ let TlpName;
19
+ (function (TlpName) {
20
+ TlpName["TlpInternalAudit"] = "TLP_INTERNAL_AUDIT";
21
+ TlpName["TlpWhite"] = "TLP_WHITE";
22
+ TlpName["TlpGreen"] = "TLP_GREEN";
23
+ TlpName["TlpAmber"] = "TLP_AMBER";
24
+ TlpName["TlpRed"] = "TLP_RED";
25
+ /**
26
+ * This value is used if a service returns a value for this enum that is not recognized by this
27
+ * version of the SDK.
28
+ */
29
+ TlpName["UnknownValue"] = "UNKNOWN_VALUE";
30
+ })(TlpName = DataVisibility.TlpName || (DataVisibility.TlpName = {}));
31
+ function getJsonObj(obj) {
32
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
33
+ return jsonObj;
34
+ }
35
+ DataVisibility.getJsonObj = getJsonObj;
36
+ function getDeserializedJsonObj(obj) {
37
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
38
+ return jsonObj;
39
+ }
40
+ DataVisibility.getDeserializedJsonObj = getDeserializedJsonObj;
41
+ })(DataVisibility = exports.DataVisibility || (exports.DataVisibility = {}));
42
+ //# sourceMappingURL=data-visibility.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-visibility.js","sourceRoot":"","sources":["../../../../../lib/threatintelligence/lib/model/data-visibility.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,cAAc,CAwB9B;AAxBD,WAAiB,cAAc;IAC7B,IAAY,OAWX;IAXD,WAAY,OAAO;QACjB,kDAAuC,CAAA;QACvC,iCAAsB,CAAA;QACtB,iCAAsB,CAAA;QACtB,iCAAsB,CAAA;QACtB,6BAAkB,CAAA;QAClB;;;WAGG;QACH,yCAA8B,CAAA;IAChC,CAAC,EAXW,OAAO,GAAP,sBAAO,KAAP,sBAAO,QAWlB;IAED,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAsB,yBAIrC,CAAA;AACH,CAAC,EAxBgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAwB9B"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Threat Intelligence API
3
+ * Use the Threat Intelligence API to view indicators of compromise and related items. For more information, see [Overview of Threat Intelligence](/Content/ThreatIntelligence/Concepts/threatintelligenceoverview.htm).
4
+ * OpenAPI spec version: 20210831
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * a reference to a resource or other entity
15
+ */
16
+ export interface EntityReference {
17
+ "type": string;
18
+ }
19
+ export declare namespace EntityReference {
20
+ function getJsonObj(obj: EntityReference): object;
21
+ function getDeserializedJsonObj(obj: EntityReference): object;
22
+ }
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ /**
3
+ * Threat Intelligence API
4
+ * Use the Threat Intelligence API to view indicators of compromise and related items. For more information, see [Overview of Threat Intelligence](/Content/ThreatIntelligence/Concepts/threatintelligenceoverview.htm).
5
+ * OpenAPI spec version: 20210831
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.EntityReference = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var EntityReference;
37
+ (function (EntityReference) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
40
+ if ("type" in obj && obj.type) {
41
+ switch (obj.type) {
42
+ case "INDICATOR":
43
+ return model.IndicatorReference.getJsonObj(jsonObj, true);
44
+ default:
45
+ throw Error("Unknown value for: " + obj.type);
46
+ }
47
+ }
48
+ return jsonObj;
49
+ }
50
+ EntityReference.getJsonObj = getJsonObj;
51
+ function getDeserializedJsonObj(obj) {
52
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
53
+ if ("type" in obj && obj.type) {
54
+ switch (obj.type) {
55
+ case "INDICATOR":
56
+ return model.IndicatorReference.getDeserializedJsonObj(jsonObj, true);
57
+ default:
58
+ throw Error("Unknown value for: " + obj.type);
59
+ }
60
+ }
61
+ return jsonObj;
62
+ }
63
+ EntityReference.getDeserializedJsonObj = getDeserializedJsonObj;
64
+ })(EntityReference = exports.EntityReference || (exports.EntityReference = {}));
65
+ //# sourceMappingURL=entity-reference.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entity-reference.js","sourceRoot":"","sources":["../../../../../lib/threatintelligence/lib/model/entity-reference.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,eAAe,CAiC/B;AAjCD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YAC7B,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CACL,OAAQ,EAC3C,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,0BAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YAC7B,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CACjB,OAAQ,EAC3C,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,sCAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAiC/B"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ * Threat Intelligence API
3
+ * Use the Threat Intelligence API to view indicators of compromise and related items. For more information, see [Overview of Threat Intelligence](/Content/ThreatIntelligence/Concepts/threatintelligenceoverview.htm).
4
+ * OpenAPI spec version: 20210831
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as DataAttribution from "./data-attribution";
14
+ export import DataAttribution = DataAttribution.DataAttribution;
15
+ import * as DataVisibility from "./data-visibility";
16
+ export import DataVisibility = DataVisibility.DataVisibility;
17
+ import * as EntityReference from "./entity-reference";
18
+ export import EntityReference = EntityReference.EntityReference;
19
+ import * as Indicator from "./indicator";
20
+ export import Indicator = Indicator.Indicator;
21
+ import * as IndicatorAttribute from "./indicator-attribute";
22
+ export import IndicatorAttribute = IndicatorAttribute.IndicatorAttribute;
23
+ import * as IndicatorCountCollection from "./indicator-count-collection";
24
+ export import IndicatorCountCollection = IndicatorCountCollection.IndicatorCountCollection;
25
+ import * as IndicatorCountDimensions from "./indicator-count-dimensions";
26
+ export import IndicatorCountDimensions = IndicatorCountDimensions.IndicatorCountDimensions;
27
+ import * as IndicatorCountSummary from "./indicator-count-summary";
28
+ export import IndicatorCountSummary = IndicatorCountSummary.IndicatorCountSummary;
29
+ import * as IndicatorRelationship from "./indicator-relationship";
30
+ export import IndicatorRelationship = IndicatorRelationship.IndicatorRelationship;
31
+ import * as IndicatorSourceSummary from "./indicator-source-summary";
32
+ export import IndicatorSourceSummary = IndicatorSourceSummary.IndicatorSourceSummary;
33
+ import * as IndicatorSummary from "./indicator-summary";
34
+ export import IndicatorSummary = IndicatorSummary.IndicatorSummary;
35
+ import * as IndicatorSummaryCollection from "./indicator-summary-collection";
36
+ export import IndicatorSummaryCollection = IndicatorSummaryCollection.IndicatorSummaryCollection;
37
+ import * as IndicatorType from "./indicator-type";
38
+ export import IndicatorType = IndicatorType.IndicatorType;
39
+ import * as LifecycleState from "./lifecycle-state";
40
+ export import LifecycleState = LifecycleState.LifecycleState;
41
+ import * as SortOrder from "./sort-order";
42
+ export import SortOrder = SortOrder.SortOrder;
43
+ import * as ThreatType from "./threat-type";
44
+ export import ThreatType = ThreatType.ThreatType;
45
+ import * as ThreatTypeSummary from "./threat-type-summary";
46
+ export import ThreatTypeSummary = ThreatTypeSummary.ThreatTypeSummary;
47
+ import * as ThreatTypesCollection from "./threat-types-collection";
48
+ export import ThreatTypesCollection = ThreatTypesCollection.ThreatTypesCollection;
49
+ import * as IndicatorReference from "./indicator-reference";
50
+ export import IndicatorReference = IndicatorReference.IndicatorReference;
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ /**
3
+ * Threat Intelligence API
4
+ * Use the Threat Intelligence API to view indicators of compromise and related items. For more information, see [Overview of Threat Intelligence](/Content/ThreatIntelligence/Concepts/threatintelligenceoverview.htm).
5
+ * OpenAPI spec version: 20210831
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.IndicatorReference = exports.ThreatTypesCollection = exports.ThreatTypeSummary = exports.ThreatType = exports.SortOrder = exports.LifecycleState = exports.IndicatorType = exports.IndicatorSummaryCollection = exports.IndicatorSummary = exports.IndicatorSourceSummary = exports.IndicatorRelationship = exports.IndicatorCountSummary = exports.IndicatorCountDimensions = exports.IndicatorCountCollection = exports.IndicatorAttribute = exports.Indicator = exports.EntityReference = exports.DataVisibility = exports.DataAttribution = void 0;
35
+ const DataAttribution = __importStar(require("./data-attribution"));
36
+ exports.DataAttribution = DataAttribution.DataAttribution;
37
+ const DataVisibility = __importStar(require("./data-visibility"));
38
+ exports.DataVisibility = DataVisibility.DataVisibility;
39
+ const EntityReference = __importStar(require("./entity-reference"));
40
+ exports.EntityReference = EntityReference.EntityReference;
41
+ const Indicator = __importStar(require("./indicator"));
42
+ exports.Indicator = Indicator.Indicator;
43
+ const IndicatorAttribute = __importStar(require("./indicator-attribute"));
44
+ exports.IndicatorAttribute = IndicatorAttribute.IndicatorAttribute;
45
+ const IndicatorCountCollection = __importStar(require("./indicator-count-collection"));
46
+ exports.IndicatorCountCollection = IndicatorCountCollection.IndicatorCountCollection;
47
+ const IndicatorCountDimensions = __importStar(require("./indicator-count-dimensions"));
48
+ exports.IndicatorCountDimensions = IndicatorCountDimensions.IndicatorCountDimensions;
49
+ const IndicatorCountSummary = __importStar(require("./indicator-count-summary"));
50
+ exports.IndicatorCountSummary = IndicatorCountSummary.IndicatorCountSummary;
51
+ const IndicatorRelationship = __importStar(require("./indicator-relationship"));
52
+ exports.IndicatorRelationship = IndicatorRelationship.IndicatorRelationship;
53
+ const IndicatorSourceSummary = __importStar(require("./indicator-source-summary"));
54
+ exports.IndicatorSourceSummary = IndicatorSourceSummary.IndicatorSourceSummary;
55
+ const IndicatorSummary = __importStar(require("./indicator-summary"));
56
+ exports.IndicatorSummary = IndicatorSummary.IndicatorSummary;
57
+ const IndicatorSummaryCollection = __importStar(require("./indicator-summary-collection"));
58
+ exports.IndicatorSummaryCollection = IndicatorSummaryCollection.IndicatorSummaryCollection;
59
+ const IndicatorType = __importStar(require("./indicator-type"));
60
+ exports.IndicatorType = IndicatorType.IndicatorType;
61
+ const LifecycleState = __importStar(require("./lifecycle-state"));
62
+ exports.LifecycleState = LifecycleState.LifecycleState;
63
+ const SortOrder = __importStar(require("./sort-order"));
64
+ exports.SortOrder = SortOrder.SortOrder;
65
+ const ThreatType = __importStar(require("./threat-type"));
66
+ exports.ThreatType = ThreatType.ThreatType;
67
+ const ThreatTypeSummary = __importStar(require("./threat-type-summary"));
68
+ exports.ThreatTypeSummary = ThreatTypeSummary.ThreatTypeSummary;
69
+ const ThreatTypesCollection = __importStar(require("./threat-types-collection"));
70
+ exports.ThreatTypesCollection = ThreatTypesCollection.ThreatTypesCollection;
71
+ const IndicatorReference = __importStar(require("./indicator-reference"));
72
+ exports.IndicatorReference = IndicatorReference.IndicatorReference;
73
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/threatintelligence/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,uDAAyC;AAC3B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,0EAA4D;AAC9C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,gFAAkE;AACpD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,sEAAwD;AAC1C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,2FAA6E;AAC/D,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAElF,0EAA4D;AAC9C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Threat Intelligence API
3
+ * Use the Threat Intelligence API to view indicators of compromise and related items. For more information, see [Overview of Threat Intelligence](/Content/ThreatIntelligence/Concepts/threatintelligenceoverview.htm).
4
+ * OpenAPI spec version: 20210831
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * An attribute name and list of values.
16
+ */
17
+ export interface IndicatorAttribute {
18
+ /**
19
+ * The name of the attribute
20
+ */
21
+ "name": string;
22
+ /**
23
+ * The value of the attribute.
24
+ */
25
+ "value": string;
26
+ /**
27
+ * The array of attribution data that support this attribute.
28
+ */
29
+ "attribution": Array<model.DataAttribution>;
30
+ }
31
+ export declare namespace IndicatorAttribute {
32
+ function getJsonObj(obj: IndicatorAttribute): object;
33
+ function getDeserializedJsonObj(obj: IndicatorAttribute): object;
34
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Threat Intelligence API
4
+ * Use the Threat Intelligence API to view indicators of compromise and related items. For more information, see [Overview of Threat Intelligence](/Content/ThreatIntelligence/Concepts/threatintelligenceoverview.htm).
5
+ * OpenAPI spec version: 20210831
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.IndicatorAttribute = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var IndicatorAttribute;
37
+ (function (IndicatorAttribute) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "attribution": obj.attribution
41
+ ? obj.attribution.map(item => {
42
+ return model.DataAttribution.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ IndicatorAttribute.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "attribution": obj.attribution
52
+ ? obj.attribution.map(item => {
53
+ return model.DataAttribution.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ IndicatorAttribute.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(IndicatorAttribute = exports.IndicatorAttribute || (exports.IndicatorAttribute = {}));
61
+ //# sourceMappingURL=indicator-attribute.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indicator-attribute.js","sourceRoot":"","sources":["../../../../../lib/threatintelligence/lib/model/indicator-attribute.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Threat Intelligence API
3
+ * Use the Threat Intelligence API to view indicators of compromise and related items. For more information, see [Overview of Threat Intelligence](/Content/ThreatIntelligence/Concepts/threatintelligenceoverview.htm).
4
+ * OpenAPI spec version: 20210831
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * A list of indicator counts by indicator type.
16
+ */
17
+ export interface IndicatorCountCollection {
18
+ /**
19
+ * The list of aggregated indicator counts.
20
+ */
21
+ "items": Array<model.IndicatorCountSummary>;
22
+ }
23
+ export declare namespace IndicatorCountCollection {
24
+ function getJsonObj(obj: IndicatorCountCollection): object;
25
+ function getDeserializedJsonObj(obj: IndicatorCountCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Threat Intelligence API
4
+ * Use the Threat Intelligence API to view indicators of compromise and related items. For more information, see [Overview of Threat Intelligence](/Content/ThreatIntelligence/Concepts/threatintelligenceoverview.htm).
5
+ * OpenAPI spec version: 20210831
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.IndicatorCountCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var IndicatorCountCollection;
37
+ (function (IndicatorCountCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.IndicatorCountSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ IndicatorCountCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.IndicatorCountSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ IndicatorCountCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(IndicatorCountCollection = exports.IndicatorCountCollection || (exports.IndicatorCountCollection = {}));
61
+ //# sourceMappingURL=indicator-count-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indicator-count-collection.js","sourceRoot":"","sources":["../../../../../lib/threatintelligence/lib/model/indicator-count-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,wBAAwB,CA6BxC;AA7BD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA6BxC"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Threat Intelligence API
3
+ * Use the Threat Intelligence API to view indicators of compromise and related items. For more information, see [Overview of Threat Intelligence](/Content/ThreatIntelligence/Concepts/threatintelligenceoverview.htm).
4
+ * OpenAPI spec version: 20210831
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Dimensions characterizing the group
16
+ */
17
+ export interface IndicatorCountDimensions {
18
+ /**
19
+ * Compartment Identifier
20
+ */
21
+ "compartmentId"?: string;
22
+ /**
23
+ * The indicator type that corresponds to the count.
24
+ */
25
+ "type"?: model.IndicatorType;
26
+ }
27
+ export declare namespace IndicatorCountDimensions {
28
+ function getJsonObj(obj: IndicatorCountDimensions): object;
29
+ function getDeserializedJsonObj(obj: IndicatorCountDimensions): object;
30
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Threat Intelligence API
4
+ * Use the Threat Intelligence API to view indicators of compromise and related items. For more information, see [Overview of Threat Intelligence](/Content/ThreatIntelligence/Concepts/threatintelligenceoverview.htm).
5
+ * OpenAPI spec version: 20210831
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.IndicatorCountDimensions = void 0;
16
+ var IndicatorCountDimensions;
17
+ (function (IndicatorCountDimensions) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ IndicatorCountDimensions.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ IndicatorCountDimensions.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(IndicatorCountDimensions = exports.IndicatorCountDimensions || (exports.IndicatorCountDimensions = {}));
29
+ //# sourceMappingURL=indicator-count-dimensions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indicator-count-dimensions.js","sourceRoot":"","sources":["../../../../../lib/threatintelligence/lib/model/indicator-count-dimensions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}