Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.ExpansionEntityQueriesProperties
Package
Description
Package containing the inner data models for SecurityInsights.
-
Uses of ExpansionEntityQueriesProperties in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionExpansionEntityQueriesProperties.withDataSources
(List<String> dataSources) Set the dataSources property: List of the data sources that are required to run the query.ExpansionEntityQueriesProperties.withDisplayName
(String displayName) Set the displayName property: The query display name.ExpansionEntityQueriesProperties.withInputEntityType
(EntityType inputEntityType) Set the inputEntityType property: The type of the query's source entity.ExpansionEntityQueriesProperties.withInputFields
(List<String> inputFields) Set the inputFields property: List of the fields of the source entity that are required to run the query.ExpansionEntityQueriesProperties.withOutputEntityTypes
(List<EntityType> outputEntityTypes) Set the outputEntityTypes property: List of the desired output types to be constructed from the result.ExpansionEntityQueriesProperties.withQueryTemplate
(String queryTemplate) Set the queryTemplate property: The template query string to be parsed and formatted.