get Entities Get Timeline
suspend fun getEntitiesGetTimeline(argument: GetEntitiesGetTimelinePlainArgs): GetEntitiesGetTimelineResult
Timeline for an entity. API Version: 2019-01-01-preview.
Return
The entity timeline result operation response.
Parameters
argument
null
suspend fun getEntitiesGetTimeline(endTime: String, entityId: String, kinds: List<Either<String, EntityTimelineKind>>? = null, numberOfBucket: Int? = null, operationalInsightsResourceProvider: String, resourceGroupName: String, startTime: String, workspaceName: String): GetEntitiesGetTimelineResult
Return
The entity timeline result operation response.
Parameters
end Time
The end timeline date, so the results returned are before this date.
entity Id
entity ID
kinds
Array of timeline Item kinds.
number Of Bucket
The number of bucket for timeline queries aggregation.
operational Insights Resource Provider
The namespace of workspaces resource provider- Microsoft.OperationalInsights.
resource Group Name
The name of the resource group within the user's subscription. 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.
See also
suspend fun getEntitiesGetTimeline(argument: suspend GetEntitiesGetTimelinePlainArgsBuilder.() -> Unit): GetEntitiesGetTimelineResult
Return
The entity timeline result operation response.
Parameters
argument
Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetEntitiesGetTimelinePlainArgs.