TIObject Class

Represents a threat intelligence object in Azure Security Insights.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: AttackPattern, Identity, Indicator, Relationship, ThreatActor

Constructor

TIObject(*args: Any, **kwargs: Any)

Variables

Name Description
id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

system_data

Azure Resource Manager metadata containing createdBy and modifiedBy information.

properties

The properties of the TI object.

kind

The kind of the TI object. Required. Known values are: "AttackPattern", "Identity", "Indicator", "Relationship", and "ThreatActor".

Attributes

kind

"AttackPattern", "Identity", "Indicator", "Relationship", and "ThreatActor".

kind: str

properties

The properties of the TI object.

properties: _models.TIObjectCommonProperties | None