TIDataConnectorProperties Class

TI (Threat Intelligence) data connector properties.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.securityinsight.models._models_py3.DataConnectorTenantId
TIDataConnectorProperties

Constructor

TIDataConnectorProperties(*, tenant_id: str, data_types: azure.mgmt.securityinsight.models._models_py3.TIDataConnectorDataTypes, tip_lookback_period: Optional[datetime.datetime] = None, **kwargs)

Variables

tenant_id
str

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

tip_lookback_period
datetime

The lookback period for the feed to be imported.

data_types
TIDataConnectorDataTypes

Required. The available data types for the connector.