Share via


IBookmarkProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.BookmarkPropertiesTypeConverter))]
public interface IBookmarkProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.BookmarkPropertiesTypeConverter))>]
type IBookmarkProperties = interface
    interface IJsonSerializable
Public Interface IBookmarkProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Created

The time the bookmark was created

CreatedByEmail

The email of the user.

CreatedByName

The name of the user.

CreatedByObjectId

The object id of the user.

DisplayName

The display name of the bookmark

EventTime

The bookmark event time

IncidentInfoIncidentId

Incident Id

IncidentInfoRelationName

Relation Name

IncidentInfoSeverity

The severity of the incident

IncidentInfoTitle

The title of the incident

Label

List of labels relevant to this bookmark

Note

The notes of the bookmark

Query

The query of the bookmark.

QueryEndTime

The end time for the query

QueryResult

The query result of the bookmark.

QueryStartTime

The start time for the query

Updated

The last time the bookmark was updated

UpdatedByEmail

The email of the user.

UpdatedByName

The name of the user.

UpdatedByObjectId

The object id of the user.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to