Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.72 KB

File metadata and controls

60 lines (45 loc) · 1.72 KB
title description author ms.localizationpriority ms.subservice doc_type
artifact resource type
Represents an abstract entity found online by Microsoft security services.
joerattazzi-microsoft
medium
security
resourcePageType

artifact resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

[!INCLUDE threatintelligence-api-disclaimer]

Represents an abstract entity found online by Microsoft security services.

Current types of artifacts include:

Instances of artifact identified in the following Microsoft Security API groups should handle the possible implementations. Microsoft Security APIs that currently support the artifact type:

Properties

Property Type Description
id String Unique identifier for the artifact.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.security.artifact",
  "id": "String (identifier)"
}