ThreatIntelSetStatus

public enum ThreatIntelSetStatus : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case inactive = "INACTIVE"
  • Undocumented

    Declaration

    Swift

    case activating = "ACTIVATING"
  • Undocumented

    Declaration

    Swift

    case active = "ACTIVE"
  • Undocumented

    Declaration

    Swift

    case deactivating = "DEACTIVATING"
  • Undocumented

    Declaration

    Swift

    case error = "ERROR"
  • Undocumented

    Declaration

    Swift

    case deletePending = "DELETE_PENDING"
  • Undocumented

    Declaration

    Swift

    case deleted = "DELETED"
  • Declaration

    Swift

    public var description: String { get }