java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.UebaProperties

public final class UebaProperties extends Object
Ueba property bag.
  • Constructor Details

    • UebaProperties

      public UebaProperties()
  • Method Details

    • dataSources

      public List<UebaDataSources> dataSources()
      Get the dataSources property: The relevant data sources that enriched by ueba.
      Returns:
      the dataSources value.
    • withDataSources

      public UebaProperties withDataSources(List<UebaDataSources> dataSources)
      Set the dataSources property: The relevant data sources that enriched by ueba.
      Parameters:
      dataSources - the dataSources value to set.
      Returns:
      the UebaProperties object itself.
    • validate

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