get Entity Insights
Execute Insights for an entity. Azure REST API version: 2023-06-01-preview.
Return
The Get Insights result operation response.
Parameters
argument
null
suspend fun getEntityInsights(addDefaultExtendedTimeRange: Boolean? = null, endTime: String, entityId: String, insightQueryIds: List<String>? = null, resourceGroupName: String, startTime: String, workspaceName: String): GetEntityInsightsResult
Return
The Get Insights result operation response.
See also
Parameters
add Default Extended Time Range
Indicates if query time range should be extended with default time range of the query. Default value is false
end Time
The end timeline date, so the results returned are before this date.
entity Id
entity ID
insight Query Ids
List of Insights Query Id. If empty, default value is all insights of this entity
resource Group Name
The name of the resource group. The name is case insensitive.
start Time
The start timeline date, so the results returned are after this date.
workspace Name
The name of the workspace.
suspend fun getEntityInsights(argument: suspend GetEntityInsightsPlainArgsBuilder.() -> Unit): GetEntityInsightsResult
Return
The Get Insights result operation response.
See also
Parameters
argument
Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetEntityInsightsPlainArgs.