ThreatIntelligenceIndicatorExternalReferenceArgs

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

Constructors

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

Properties

Link copied to clipboard
val description: Output<String>? = null

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

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

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

Link copied to clipboard
val id: Output<String>? = null

The ID of the Sentinel Threat Intelligence Indicator.

Link copied to clipboard
val sourceName: Output<String>? = null

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

Link copied to clipboard
val url: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ThreatIntelligenceIndicatorExternalReferenceArgs