getEntitiesGetTimeline

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

endTime

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

entityId

entity ID

kinds

Array of timeline Item kinds.

numberOfBucket

The number of bucket for timeline queries aggregation.

operationalInsightsResourceProvider

The namespace of workspaces resource provider- Microsoft.OperationalInsights.

resourceGroupName

The name of the resource group within the user's subscription. The name is case insensitive.

startTime

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

workspaceName

The name of the workspace.

See also


Return

The entity timeline result operation response.

Parameters

argument

Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetEntitiesGetTimelinePlainArgs.

See also