Class EntityAnalyticsProperties

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

public final class EntityAnalyticsProperties extends Object
EntityAnalytics property bag.
  • Constructor Details

    • EntityAnalyticsProperties

      public EntityAnalyticsProperties()
  • Method Details

    • entityProviders

      public List<EntityProviders> entityProviders()
      Get the entityProviders property: The relevant entity providers that are synced.
      Returns:
      the entityProviders value.
    • withEntityProviders

      public EntityAnalyticsProperties withEntityProviders(List<EntityProviders> entityProviders)
      Set the entityProviders property: The relevant entity providers that are synced.
      Parameters:
      entityProviders - the entityProviders value to set.
      Returns:
      the EntityAnalyticsProperties object itself.
    • validate

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