Interface EntityGetInsightsResponse
public interface EntityGetInsightsResponse
An immutable client-side representation of EntityGetInsightsResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.securityinsights.fluent.models.EntityGetInsightsResponseInner object.metadata()
Gets the metadata property: The metadata from the get insights operation results.value()
Gets the value property: The insights result values.
-
Method Details
-
metadata
GetInsightsResultsMetadata metadata()Gets the metadata property: The metadata from the get insights operation results.- Returns:
- the metadata value.
-
value
List<EntityInsightItem> value()Gets the value property: The insights result values.- Returns:
- the value value.
-
innerModel
EntityGetInsightsResponseInner innerModel()Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.EntityGetInsightsResponseInner object.- Returns:
- the inner object.
-