ThreatIntelSetFormat
public enum ThreatIntelSetFormat : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case txt = "TXT"
-
Undocumented
Declaration
Swift
case stix = "STIX"
-
Undocumented
Declaration
Swift
case otxCsv = "OTX_CSV"
-
Undocumented
Declaration
Swift
case alienVault = "ALIEN_VAULT"
-
Undocumented
Declaration
Swift
case proofPoint = "PROOF_POINT"
-
Undocumented
Declaration
Swift
case fireEye = "FIRE_EYE"
-
Declaration
Swift
public var description: String { get }