Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 2.72 KB

File metadata and controls

42 lines (33 loc) · 2.72 KB
title impactedUserAsset resource type
description Represents a user account that was identified in an alert triggered by a custom detection rule.
author mmekler
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 03/06/2024

impactedUserAsset resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents a user account that was identified in an alert triggered by a custom detection rule.

Inherits from microsoft.graph.security.impactedAsset.

Properties

Property Type Description
identifier microsoft.graph.security.userAssetIdentifier Unique identifier for the impacted user asset. The possible values are: accountObjectId, accountSid, accountUpn, accountName, accountDomain, accountId, requestAccountSid, requestAccountName, requestAccountDomain, recipientObjectId, processAccountObjectId, initiatingAccountSid, initiatingProcessAccountUpn, initiatingAccountName, initiatingAccountDomain, servicePrincipalId, servicePrincipalName, targetAccountUpn, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.impactedUserAsset",
  "identifier": "String"
}