Class TIDataConnectorProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.DataConnectorTenantId
com.azure.resourcemanager.securityinsights.fluent.models.TIDataConnectorProperties
TI (Threat Intelligence) data connector properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the dataTypes property: The available data types for the connector.Get the tipLookbackPeriod property: The lookback period for the feed to be imported.void
validate()
Validates the instance.withDataTypes
(TIDataConnectorDataTypes dataTypes) Set the dataTypes property: The available data types for the connector.withTenantId
(String tenantId) Set the tenantId property: The tenant id to connect to, and get the data from.withTipLookbackPeriod
(OffsetDateTime tipLookbackPeriod) Set the tipLookbackPeriod property: The lookback period for the feed to be imported.Methods inherited from class com.azure.resourcemanager.securityinsights.models.DataConnectorTenantId
tenantId
-
Constructor Details
-
TIDataConnectorProperties
public TIDataConnectorProperties()
-
-
Method Details
-
tipLookbackPeriod
Get the tipLookbackPeriod property: The lookback period for the feed to be imported.- Returns:
- the tipLookbackPeriod value.
-
withTipLookbackPeriod
Set the tipLookbackPeriod property: The lookback period for the feed to be imported.- Parameters:
tipLookbackPeriod
- the tipLookbackPeriod value to set.- Returns:
- the TIDataConnectorProperties object itself.
-
dataTypes
Get the dataTypes property: The available data types for the connector.- Returns:
- the dataTypes value.
-
withDataTypes
Set the dataTypes property: The available data types for the connector.- Parameters:
dataTypes
- the dataTypes value to set.- Returns:
- the TIDataConnectorProperties object itself.
-
withTenantId
Set the tenantId property: The tenant id to connect to, and get the data from.- Overrides:
withTenantId
in classDataConnectorTenantId
- Parameters:
tenantId
- the tenantId value to set.- Returns:
- the DataConnectorTenantId object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classDataConnectorTenantId
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-