IThreatIntelligenceParsedPattern.PatternTypeValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pattern type keys
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Pattern type keys", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IThreatIntelligenceParsedPatternTypeValue) }, Read=true, ReadOnly=false, Required=false, SerializedName="patternTypeValues", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IThreatIntelligenceParsedPatternTypeValue> PatternTypeValue { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Pattern type keys", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IThreatIntelligenceParsedPatternTypeValue) }, Read=true, ReadOnly=false, Required=false, SerializedName="patternTypeValues", Update=true)>]
member this.PatternTypeValue : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IThreatIntelligenceParsedPatternTypeValue> with get, set
Public Property PatternTypeValue As List(Of IThreatIntelligenceParsedPatternTypeValue)
Property Value
- Attributes