Identity interface

Represents an identity in Azure Security Insights.

Extends

Properties

kind

The kind of the TI object

Inherited Properties

createdBy

The UserInfo of the user/entity which originally created this TI object.

data

The core STIX object that this TI object represents.

firstIngestedTimeUtc

The timestamp for the first time this object was ingested.

id

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

ingestionRulesVersion

The ID of the rules version that was active when this TI object was last ingested.

lastIngestedTimeUtc

The timestamp for the last time this object was ingested.

lastModifiedBy

The UserInfo of the user/entity which last modified this TI object.

lastUpdatedDateTimeUtc

The timestamp for the last time this TI object was updated.

lastUpdateMethod

The name of the method/application that initiated the last write to this TI object.

name

The name of the resource

relationshipHints

A dictionary used to help follow relationships from this object to other STIX objects. The keys are field names from the STIX object (in the 'data' field), and the values are lists of sources that can be prepended to the object ID in order to efficiently locate the target TI object.

source

The source name for this TI object.

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

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

Property Details

kind

The kind of the TI object

kind: "Identity"

Property Value

"Identity"

Inherited Property Details

createdBy

The UserInfo of the user/entity which originally created this TI object.

createdBy?: UserInfo

Property Value

Inherited From TIObject.createdBy

data

The core STIX object that this TI object represents.

data?: Record<string, any>

Property Value

Record<string, any>

Inherited From TIObject.data

firstIngestedTimeUtc

The timestamp for the first time this object was ingested.

firstIngestedTimeUtc?: Date

Property Value

Date

Inherited From TIObject.firstIngestedTimeUtc

id

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

id?: string

Property Value

string

Inherited From TIObject.id

ingestionRulesVersion

The ID of the rules version that was active when this TI object was last ingested.

ingestionRulesVersion?: string

Property Value

string

Inherited From TIObject.ingestionRulesVersion

lastIngestedTimeUtc

The timestamp for the last time this object was ingested.

lastIngestedTimeUtc?: Date

Property Value

Date

Inherited From TIObject.lastIngestedTimeUtc

lastModifiedBy

The UserInfo of the user/entity which last modified this TI object.

lastModifiedBy?: UserInfo

Property Value

Inherited From TIObject.lastModifiedBy

lastUpdatedDateTimeUtc

The timestamp for the last time this TI object was updated.

lastUpdatedDateTimeUtc?: Date

Property Value

Date

Inherited From TIObject.lastUpdatedDateTimeUtc

lastUpdateMethod

The name of the method/application that initiated the last write to this TI object.

lastUpdateMethod?: string

Property Value

string

Inherited From TIObject.lastUpdateMethod

name

The name of the resource

name?: string

Property Value

string

Inherited From TIObject.name

relationshipHints

A dictionary used to help follow relationships from this object to other STIX objects. The keys are field names from the STIX object (in the 'data' field), and the values are lists of sources that can be prepended to the object ID in order to efficiently locate the target TI object.

relationshipHints?: RelationshipHint[]

Property Value

Inherited From TIObject.relationshipHints

source

The source name for this TI object.

source?: string

Property Value

string

Inherited From TIObject.source

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From TIObject.systemData

type

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

type?: string

Property Value

string

Inherited From TIObject.type