Share via


ThreatIntelligenceParsedPatternTypeValue Class

Definition

Describes threat kill chain phase entity

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

Constructors

ThreatIntelligenceParsedPatternTypeValue()

Creates an new ThreatIntelligenceParsedPatternTypeValue instance.

Properties

Value

Value of parsed pattern

ValueType

Type of the value

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ThreatIntelligenceParsedPatternTypeValue.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ThreatIntelligenceParsedPatternTypeValue.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ThreatIntelligenceParsedPatternTypeValue into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to