GetThreatIntelSetResult

data class GetThreatIntelSetResult(val id: String? = null, val location: String? = null, val name: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, location: String? = null, name: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The unique ID of the threatIntelSet .

Link copied to clipboard
val location: String? = null

The URI of the file that contains the ThreatIntelSet.

Link copied to clipboard
val name: String? = null

A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.

Link copied to clipboard
val tags: List<Tag>? = null

The tags to be added to a new threat list resource. Each tag consists of a key and an optional value, both of which you define. For more information, see Tag .