你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ThreatIntelligenceIndicatorModelForRequestBody Class

Definition

Threat intelligence indicator entity used in request body.

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

Constructors

ThreatIntelligenceIndicatorModelForRequestBody()

Creates an new ThreatIntelligenceIndicatorModelForRequestBody 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

Etag

Etag of the azure resource

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

Kind

The kind of the entity.

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ThreatIntelligenceIndicatorModelForRequestBody.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ThreatIntelligenceIndicatorModelForRequestBody into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to