TiTaxiiDataConnectorProperties interface
Threat Intelligence TAXII data connector properties.
- Extends
Properties
collection |
The collection id of the TAXII server. |
data |
The available data types for Threat Intelligence TAXII data connector. |
friendly |
The friendly name for the TAXII server. |
password | The password for the TAXII server. |
polling |
The polling frequency for the TAXII server. |
taxii |
The lookback period for the TAXII server. |
taxii |
The API root for the TAXII server. |
user |
The userName for the TAXII server. |
workspace |
The workspace id. |
Inherited Properties
tenant |
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
Azure SDK for JavaScript