TiTaxiiDataConnectorProperties interface

Threat Intelligence TAXII data connector properties.

Extends

Properties

collectionId

The collection id of the TAXII server.

dataTypes

The available data types for Threat Intelligence TAXII data connector.

friendlyName

The friendly name for the TAXII server.

password

The password for the TAXII server.

pollingFrequency

The polling frequency for the TAXII server.

taxiiLookbackPeriod

The lookback period for the TAXII server.

taxiiServer

The API root for the TAXII server.

userName

The userName for the TAXII server.

workspaceId

The workspace id.

Inherited Properties

tenantId

The tenant id to connect to, and get the data from.

Property Details

collectionId

The collection id of the TAXII server.

collectionId?: string

Property Value

string

dataTypes

The available data types for Threat Intelligence TAXII data connector.

dataTypes: TiTaxiiDataConnectorDataTypes

Property Value

friendlyName

The friendly name for the TAXII server.

friendlyName?: string

Property Value

string

password

The password for the TAXII server.

password?: string

Property Value

string

pollingFrequency

The polling frequency for the TAXII server.

pollingFrequency: null | string

Property Value

null | string

taxiiLookbackPeriod

The lookback period for the TAXII server.

taxiiLookbackPeriod?: Date

Property Value

Date

taxiiServer

The API root for the TAXII server.

taxiiServer?: string

Property Value

string

userName

The userName for the TAXII server.

userName?: string

Property Value

string

workspaceId

The workspace id.

workspaceId?: string

Property Value

string

Inherited Property Details

tenantId

The tenant id to connect to, and get the data from.

tenantId: string

Property Value

string

Inherited From DataConnectorTenantId.tenantId