| title | retentionEventStatus resource type |
|---|---|
| description | For event-based retention, provides the status of the propagation of the event to the specified locations after the event has been created. |
| author | sseth |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
For event-based retention, this attribute provides the status of event propagation to the targeted locations after the event has been created.
| Property | Type | Description |
|---|---|---|
| error | microsoft.graph.publicError | The error if the status isn't successful. |
| status | microsoft.graph.security.eventStatusType | The status of the distribution. The possible values are: pending, error, success, notAvaliable. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.retentionEventStatus",
"error": {
"@odata.type": "microsoft.graph.publicError"
},
"status": "String"
}