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

SecurityInsightsThreatIntelligenceIndicatorData 类

定义

威胁智能指示器实体。

public class SecurityInsightsThreatIntelligenceIndicatorData : Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorBaseData
type SecurityInsightsThreatIntelligenceIndicatorData = class
    inherit SecurityInsightsThreatIntelligenceIndicatorBaseData
Public Class SecurityInsightsThreatIntelligenceIndicatorData
Inherits SecurityInsightsThreatIntelligenceIndicatorBaseData
继承
SecurityInsightsThreatIntelligenceIndicatorData

构造函数

SecurityInsightsThreatIntelligenceIndicatorData()

初始化 SecurityInsightsThreatIntelligenceIndicatorData 的新实例。

属性

AdditionalData

一个自定义字段包,这些字段应是实体的一部分,并将呈现给用户。

若要将 对象分配给此属性的值,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)

若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)

示例:

  • BinaryData.FromObjectAsJson (“foo”) 创建“foo”的有效负载。
  • BinaryData.FromString (“\”foo\“”) 创建“foo”的有效负载。
  • BinaryData.FromObjectAsJson (new { key = “value” }) 创建 { “key”: “value” } 的有效负载。
  • BinaryData.FromString (“{\”key\“: \”value\“}”) 创建有效负载 { “key”: “value” }。

Confidence

威胁智能实体的置信度。

CreatedByRef

通过威胁情报实体的引用创建。

CreatedOn

创建者。

Description

威胁情报实体的说明。

DisplayName

威胁情报实体的显示名称。

ETag

Azure 资源的 Etag。

(继承自 SecurityInsightsThreatIntelligenceIndicatorBaseData)
Extensions

扩展映射

若要将 对象分配给此属性的值,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)

若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)

示例:

  • BinaryData.FromObjectAsJson (“foo”) 创建“foo”的有效负载。
  • BinaryData.FromString (“\”foo\“”) 创建“foo”的有效负载。
  • BinaryData.FromObjectAsJson (new { key = “value” }) 创建 { “key”: “value” } 的有效负载。
  • BinaryData.FromString (“{\”key\“: \”value\“}”) 创建有效负载 { “key”: “value” }。

ExternalId

威胁智能实体的外部 ID。

ExternalLastUpdatedOn

UTC 的上次外部更新时间。

ExternalReferences

外部引用。

FriendlyName

图形项显示名称,它是图形项实例的简短可读说明。 此属性是可选的,可能是系统生成的。

GranularMarkings

精细标记。

Id

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(继承自 ResourceData)
IndicatorTypes

威胁智能实体的指示器类型。

IsDefanged

威胁情报实体已解除管制。

IsRevoked

威胁智能实体是否已撤销。

KillChainPhases

终止链阶段。

Labels

威胁情报实体的标签。

Language

威胁智能实体的语言。

LastUpdatedOn

上次更新时间(UTC)。

Modified

修改者。

Name

资源的名称。

(继承自 ResourceData)
ObjectMarkingRefs

威胁情报实体对象标记引用。

ParsedPattern

分析的模式。

Pattern

威胁智能实体的模式。

PatternType

威胁智能实体的模式类型。

PatternVersion

威胁智能实体的模式版本。

ResourceType

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。

(继承自 ResourceData)
Source

威胁情报实体的来源。

SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

(继承自 ResourceData)
ThreatIntelligenceTags

标记列表。

ThreatTypes

威胁类型。

ValidFrom

有效自。

ValidUntil

有效期至 。

适用于