Share via


IEntityGetInsightsParameters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityGetInsightsParametersTypeConverter))]
public interface IEntityGetInsightsParameters : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityGetInsightsParametersTypeConverter))>]
type IEntityGetInsightsParameters = interface
    interface IJsonSerializable
Public Interface IEntityGetInsightsParameters
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AddDefaultExtendedTimeRange

Indicates if query time range should be extended with default time range of the query. Default value is false

EndTime

The end timeline date, so the results returned are before this date.

InsightQueryId

List of Insights Query Id. If empty, default value is all insights of this entity

StartTime

The start timeline date, so the results returned are after this date.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to