Share via


BookmarkTimelineItem Class

Definition

Represents bookmark timeline item.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.BookmarkTimelineItemTypeConverter))]
public class BookmarkTimelineItem : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IBookmarkTimelineItem, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.BookmarkTimelineItemTypeConverter))>]
type BookmarkTimelineItem = class
    interface IBookmarkTimelineItem
    interface IJsonSerializable
    interface IEntityTimelineItem
    interface IValidates
Public Class BookmarkTimelineItem
Implements IBookmarkTimelineItem, IValidates
Inheritance
BookmarkTimelineItem
Attributes
Implements

Constructors

BookmarkTimelineItem()

Creates an new BookmarkTimelineItem instance.

Properties

AzureResourceId

The bookmark azure resource id.

CreatedByEmail

The email of the user.

CreatedByName

The name of the user.

CreatedByObjectId

The object id of the user.

DisplayName

The bookmark display name.

EndTimeUtc

The bookmark end time.

EventTime

The bookmark event time.

Kind

The entity query kind type.

Label

List of labels relevant to this bookmark

Note

The notes of the bookmark

StartTimeUtc

The bookmark start time.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BookmarkTimelineItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BookmarkTimelineItem.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BookmarkTimelineItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to