Share via


ThreatIntelligenceIndicatorProperties Class

Definition

Describes threat intelligence entity properties

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

Constructors

ThreatIntelligenceIndicatorProperties()

Creates an new ThreatIntelligenceIndicatorProperties instance.

Properties

AdditionalData

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

Confidence

Confidence of threat intelligence entity

Created

Created by

CreatedByRef

Created by reference of threat intelligence entity

Defanged

Is threat intelligence entity defanged

Description

Description of a threat intelligence entity

DisplayName

Display name of a threat intelligence entity

Extension

Extensions map

ExternalId

External ID of threat intelligence entity

ExternalLastUpdatedTimeUtc

External last updated time in UTC

ExternalReference

External References

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.

GranularMarking

Granular Markings

IndicatorType

Indicator types of threat intelligence entities

KillChainPhase

Kill chain phases

Label

Labels of threat intelligence entity

Language

Language of threat intelligence entity

LastUpdatedTimeUtc

Last updated time in UTC

Modified

Modified by

ObjectMarkingRef

Threat intelligence entity object marking references

ParsedPattern

Parsed patterns

Pattern

Pattern of a threat intelligence entity

PatternType

Pattern type of a threat intelligence entity

PatternVersion

Pattern version of a threat intelligence entity

Revoked

Is threat intelligence entity revoked

Source

Source of a threat intelligence entity

ThreatIntelligenceTag

List of tags

ThreatType

Threat types

ValidFrom

Valid from

ValidUntil

Valid until

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ThreatIntelligenceIndicatorProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ThreatIntelligenceIndicatorProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ThreatIntelligenceIndicatorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to