GetBookmarkResult

data class GetBookmarkResult(val created: String? = null, val createdBy: UserInfoResponse? = null, val displayName: String, val etag: String? = null, val eventTime: String? = null, val id: String, val incidentInfo: IncidentInfoResponse? = null, val labels: List<String>? = null, val name: String, val notes: String? = null, val query: String, val queryEndTime: String? = null, val queryResult: String? = null, val queryStartTime: String? = null, val systemData: SystemDataResponse, val type: String, val updated: String? = null, val updatedBy: UserInfoResponse? = null)

Represents a bookmark in Azure Security Insights.

Constructors

Link copied to clipboard
constructor(created: String? = null, createdBy: UserInfoResponse? = null, displayName: String, etag: String? = null, eventTime: String? = null, id: String, incidentInfo: IncidentInfoResponse? = null, labels: List<String>? = null, name: String, notes: String? = null, query: String, queryEndTime: String? = null, queryResult: String? = null, queryStartTime: String? = null, systemData: SystemDataResponse, type: String, updated: String? = null, updatedBy: UserInfoResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val created: String? = null

The time the bookmark was created

Link copied to clipboard

Describes a user that created the bookmark

Link copied to clipboard

The display name of the bookmark

Link copied to clipboard
val etag: String? = null

Etag of the azure resource

Link copied to clipboard
val eventTime: String? = null

The bookmark event time

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

Describes an incident that relates to bookmark

Link copied to clipboard
val labels: List<String>? = null

List of labels relevant to this bookmark

Link copied to clipboard

The name of the resource

Link copied to clipboard
val notes: String? = null

The notes of the bookmark

Link copied to clipboard

The query of the bookmark.

Link copied to clipboard
val queryEndTime: String? = null

The end time for the query

Link copied to clipboard
val queryResult: String? = null

The query result of the bookmark.

Link copied to clipboard
val queryStartTime: String? = null

The start time for the query

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val updated: String? = null

The last time the bookmark was updated

Link copied to clipboard

Describes a user that updated the bookmark