Class ThreatIntelligenceAppendTags

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

public final class ThreatIntelligenceAppendTags extends Object
Array of tags to be appended to the threat intelligence indicator.
  • Constructor Details

    • ThreatIntelligenceAppendTags

      public ThreatIntelligenceAppendTags()
  • Method Details

    • threatIntelligenceTags

      public List<String> threatIntelligenceTags()
      Get the threatIntelligenceTags property: List of tags to be appended.
      Returns:
      the threatIntelligenceTags value.
    • withThreatIntelligenceTags

      public ThreatIntelligenceAppendTags withThreatIntelligenceTags(List<String> threatIntelligenceTags)
      Set the threatIntelligenceTags property: List of tags to be appended.
      Parameters:
      threatIntelligenceTags - the threatIntelligenceTags value to set.
      Returns:
      the ThreatIntelligenceAppendTags object itself.
    • validate

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