Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.
Represents the delivery action and location of an analzed email.
Properties
| Property | Type | Description |
|---|---|---|
| action | microsoft.graph.security.deliveryAction | The delivery action of the email. The possible values are: unknown, deliveredToJunk, delivered, blocked, replaced, unknownFutureValue. |
| location | microsoft.graph.security.deliveryLocation | The delivery location of the email. The possible values are: unknown, inbox_folder, junkFolder, deletedFolder, quarantine, onprem_external, failed, dropped, others, unknownFutureValue. |
| latestThreats | String | Latest known threat on the email. |
| originalThreats | String | Threats identified at the time of delivery. |
deliveryAction values
| Member |
|---|
| unknown |
| deliveredToJunk |
| delivered |
| blocked |
| replaced |
| unknownFutureValue |
deliveryLocation values
| Member |
|---|
| unknown |
| inbox_folder |
| junkFolder |
| deletedFolder |
| quarantine |
| onprem_external |
| failed |
| dropped |
| others |
| unknownFutureValue |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.analyzedEmailDeliveryDetail",
"action": "String",
"location": "String",
"originalThreats": "String",
"latestThreats": "String"
}