ThreatIntelligenceIndicatorGranularMarking

data class ThreatIntelligenceIndicatorGranularMarking(val language: String? = null, val markingRef: String? = null, val selectors: List<String>? = null)

Constructors

constructor(language: String? = null, markingRef: String? = null, selectors: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val language: String? = null

The language of granular marking of the Threat Intelligence Indicator.

Link copied to clipboard
val markingRef: String? = null

The reference of the granular marking of the Threat Intelligence Indicator.

Link copied to clipboard
val selectors: List<String>? = null

A list of selectors of the granular marking of the Threat Intelligence Indicator.