ThreatIntelligenceIndicatorExternalReference

data class ThreatIntelligenceIndicatorExternalReference(val description: String? = null, val hashes: Map<String, String>? = null, val id: String? = null, val sourceName: String? = null, val url: String? = null)

Constructors

constructor(description: String? = null, hashes: Map<String, String>? = null, id: String? = null, sourceName: String? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the external reference of the Threat Intelligence Indicator.

Link copied to clipboard
val hashes: Map<String, String>? = null

The list of hashes of the external reference of the Threat Intelligence Indicator.

Link copied to clipboard
val id: String? = null

The ID of the Sentinel Threat Intelligence Indicator.

Link copied to clipboard
val sourceName: String? = null

The source name of the external reference of the Threat Intelligence Indicator.

Link copied to clipboard
val url: String? = null

The url of the external reference of the Threat Intelligence Indicator.