TiTaxiiDataConnectorProperties Class
Threat Intelligence TAXII data connector properties.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.securityinsight.models._models_py3.DataConnectorTenantIdTiTaxiiDataConnectorProperties
Constructor
TiTaxiiDataConnectorProperties(*, tenant_id: str, polling_frequency: Union[str, azure.mgmt.securityinsight.models._security_insights_enums.PollingFrequency], data_types: azure.mgmt.securityinsight.models._models_py3.TiTaxiiDataConnectorDataTypes, workspace_id: Optional[str] = None, friendly_name: Optional[str] = None, taxii_server: Optional[str] = None, collection_id: Optional[str] = None, user_name: Optional[str] = None, password: Optional[str] = None, taxii_lookback_period: Optional[datetime.datetime] = None, **kwargs)
Variables
- tenant_id
- str
Required. The tenant id to connect to, and get the data from.
- workspace_id
- str
The workspace id.
- friendly_name
- str
The friendly name for the TAXII server.
- taxii_server
- str
The API root for the TAXII server.
- collection_id
- str
The collection id of the TAXII server.
- user_name
- str
The userName for the TAXII server.
- password
- str
The password for the TAXII server.
- taxii_lookback_period
- datetime
The lookback period for the TAXII server.
- polling_frequency
- str or PollingFrequency
Required. The polling frequency for the TAXII server. Possible values include: "OnceAMinute", "OnceAnHour", "OnceADay".
- data_types
- TiTaxiiDataConnectorDataTypes
Required. The available data types for Threat Intelligence TAXII data connector.
Feedback
Submit and view feedback for