| title | impactedMailboxAsset resource type |
|---|---|
| description | Represents a mailbox 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 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents a mailbox that was identified in an alert triggered by a custom detection rule.
Inherits from microsoft.graph.security.impactedAsset.
| Property | Type | Description |
|---|---|---|
| identifier | microsoft.graph.security.mailboxAssetIdentifier | Unique identifier for the impacted mailbox asset. The possible values are: accountUpn, fileOwnerUpn, initiatingProcessAccountUpn, lastModifyingAccountUpn, targetAccountUpn, senderFromAddress, senderDisplayName, recipientEmailAddress, senderMailFromAddress, unknownFutureValue. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.impactedMailboxAsset",
"identifier": "String"
}