Interface IncidentEntitiesResponse
public interface IncidentEntitiesResponse
An immutable client-side representation of IncidentEntitiesResponse.
-
Method Summary
Modifier and TypeMethodDescriptionentities()
Gets the entities property: Array of the incident related entities.Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.IncidentEntitiesResponseInner object.metadata()
Gets the metadata property: The metadata from the incident related entities results.
-
Method Details
-
entities
Gets the entities property: Array of the incident related entities.- Returns:
- the entities value.
-
metadata
List<IncidentEntitiesResultsMetadata> metadata()Gets the metadata property: The metadata from the incident related entities results.- Returns:
- the metadata value.
-
innerModel
IncidentEntitiesResponseInner innerModel()Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.IncidentEntitiesResponseInner object.- Returns:
- the inner object.
-