Uses of Class
com.azure.resourcemanager.securityinsights.models.UebaDataSources
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of UebaDataSources in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionUebaProperties.dataSources()
Get the dataSources property: The relevant data sources that enriched by ueba.Modifier and TypeMethodDescriptionUebaProperties.withDataSources
(List<UebaDataSources> dataSources) Set the dataSources property: The relevant data sources that enriched by ueba. -
Uses of UebaDataSources in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final UebaDataSources
UebaDataSources.AUDIT_LOGS
Static value AuditLogs for UebaDataSources.static final UebaDataSources
UebaDataSources.AZURE_ACTIVITY
Static value AzureActivity for UebaDataSources.static final UebaDataSources
UebaDataSources.SECURITY_EVENT
Static value SecurityEvent for UebaDataSources.static final UebaDataSources
UebaDataSources.SIGNIN_LOGS
Static value SigninLogs for UebaDataSources.Modifier and TypeMethodDescriptionstatic UebaDataSources
UebaDataSources.fromString
(String name) Creates or finds a UebaDataSources from its string representation.Modifier and TypeMethodDescriptionUeba.dataSources()
Get the dataSources property: The relevant data sources that enriched by ueba.static Collection<UebaDataSources>
UebaDataSources.values()
Gets known UebaDataSources values.Modifier and TypeMethodDescriptionUeba.withDataSources
(List<UebaDataSources> dataSources) Set the dataSources property: The relevant data sources that enriched by ueba.