Get Bookmark Result
data class GetBookmarkResult(val azureApiVersion: String, 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(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
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
Describes an incident that relates to bookmark
Link copied to clipboard
The end time for the query
Link copied to clipboard
The query result of the bookmark.
Link copied to clipboard
The start time for the query
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Describes a user that updated the bookmark