PremiumMdtiDataConnectorProperties interface
Microsoft Defender for Threat Intelligence Premium data connector properties.
- Extends
Properties
| data |
The available data types for the connector. |
| lookback |
The lookback period for the feed to be imported. The date-time to begin importing the feed from, for example: 2024-01-01T00:00:00.000Z. |
| required |
The flag to indicate whether the tenant has the premium SKU required to access this connector. |
Inherited Properties
| tenant |
The tenant id to connect to, and get the data from. |
Property Details
dataTypes
The available data types for the connector.
dataTypes: PremiumMdtiDataConnectorDataTypes
Property Value
lookbackPeriod
The lookback period for the feed to be imported. The date-time to begin importing the feed from, for example: 2024-01-01T00:00:00.000Z.
lookbackPeriod: Date
Property Value
Date
requiredSKUsPresent
The flag to indicate whether the tenant has the premium SKU required to access this connector.
requiredSKUsPresent?: boolean
Property Value
boolean
Inherited Property Details
tenantId
The tenant id to connect to, and get the data from.
tenantId: string
Property Value
string
Inherited From DataConnectorTenantId.tenantId