Class MstiDataConnectorDataTypes

java.lang.Object
com.azure.resourcemanager.securityinsights.models.MstiDataConnectorDataTypes

public final class MstiDataConnectorDataTypes extends Object
The available data types for Microsoft Threat Intelligence Platforms data connector.
  • Constructor Details

    • MstiDataConnectorDataTypes

      public MstiDataConnectorDataTypes()
  • Method Details

    • bingSafetyPhishingUrl

      public MstiDataConnectorDataTypesBingSafetyPhishingUrl bingSafetyPhishingUrl()
      Get the bingSafetyPhishingUrl property: Data type for Microsoft Threat Intelligence Platforms data connector.
      Returns:
      the bingSafetyPhishingUrl value.
    • withBingSafetyPhishingUrl

      public MstiDataConnectorDataTypes withBingSafetyPhishingUrl(MstiDataConnectorDataTypesBingSafetyPhishingUrl bingSafetyPhishingUrl)
      Set the bingSafetyPhishingUrl property: Data type for Microsoft Threat Intelligence Platforms data connector.
      Parameters:
      bingSafetyPhishingUrl - the bingSafetyPhishingUrl value to set.
      Returns:
      the MstiDataConnectorDataTypes object itself.
    • microsoftEmergingThreatFeed

      public MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed microsoftEmergingThreatFeed()
      Get the microsoftEmergingThreatFeed property: Data type for Microsoft Threat Intelligence Platforms data connector.
      Returns:
      the microsoftEmergingThreatFeed value.
    • withMicrosoftEmergingThreatFeed

      public MstiDataConnectorDataTypes withMicrosoftEmergingThreatFeed(MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed microsoftEmergingThreatFeed)
      Set the microsoftEmergingThreatFeed property: Data type for Microsoft Threat Intelligence Platforms data connector.
      Parameters:
      microsoftEmergingThreatFeed - the microsoftEmergingThreatFeed value to set.
      Returns:
      the MstiDataConnectorDataTypes object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.