TiTaxiiDataConnector interface
Data connector to pull Threat intelligence data from TAXII 2.0/2.1 server
- 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. |
kind | Polymorphic discriminator, which specifies the different types this object can be |
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. |
tenant |
The tenant id to connect to, and get the data from. |
user |
The userName for the TAXII server. |
workspace |
The workspace id. |
Inherited Properties
etag | Etag of the azure resource |
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
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
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "ThreatIntelligenceTaxii"
Property Value
"ThreatIntelligenceTaxii"
password
The password for the TAXII server.
password?: string
Property Value
string
pollingFrequency
The polling frequency for the TAXII server.
pollingFrequency?: string
Property Value
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
tenantId
The tenant id to connect to, and get the data from.
tenantId?: 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
etag
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From DataConnector.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From DataConnector.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From DataConnector.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From DataConnector.type
Azure SDK for JavaScript