Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.security
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Note
The Microsoft Graph API for Microsoft Defender Threat Intelligence requires an active Defender Threat Intelligence Portal license and API add-on license for the tenant.
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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.artifact",
"id": "String (identifier)"
}