Share via


HuntingBookmarkProperties Class

Definition

Describes bookmark properties

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

Constructors

HuntingBookmarkProperties()

Creates an new HuntingBookmarkProperties instance.

Properties

AdditionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

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 time of the event

FriendlyName

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.

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.

QueryResult

The query result of the bookmark.

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 HuntingBookmarkProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HuntingBookmarkProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HuntingBookmarkProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to