Share via


BookmarkProperties Class

Definition

Describes bookmark properties

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

Constructors

BookmarkProperties()

Creates an new BookmarkProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BookmarkProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BookmarkProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IBookmarkProperties.

FromJsonString(String)

Creates a new instance of BookmarkProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BookmarkProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to