get Entities Get Timeline
suspend fun getEntitiesGetTimeline(argument: GetEntitiesGetTimelinePlainArgs): GetEntitiesGetTimelineResult
Timeline for an entity. Azure REST API version: 2023-06-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, resourceGroupName: String, startTime: String, workspaceName: String): GetEntitiesGetTimelineResult
Return
The entity timeline result operation response.
See also
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.
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 getEntitiesGetTimeline(argument: suspend GetEntitiesGetTimelinePlainArgsBuilder.() -> Unit): GetEntitiesGetTimelineResult
Return
The entity timeline result operation response.
See also
Parameters
argument
Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetEntitiesGetTimelinePlainArgs.