Class UebaProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.UebaProperties
Ueba property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the dataSources property: The relevant data sources that enriched by ueba.void
validate()
Validates the instance.withDataSources
(List<UebaDataSources> dataSources) Set the dataSources property: The relevant data sources that enriched by ueba.
-
Constructor Details
-
UebaProperties
public UebaProperties()
-
-
Method Details
-
dataSources
Get the dataSources property: The relevant data sources that enriched by ueba.- Returns:
- the dataSources value.
-
withDataSources
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.
-