| title | eventPropagationResult resource type |
|---|---|
| description | Represents the success status of a created event and additional information about the scoped locations. |
| author | sseth |
| ms.localizationpriority | medium |
| ms.subservice | compliance |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents the status of a retention event creation request and additional information about the scoped locations.
| Property | Type | Description |
|---|---|---|
| status | microsoft.graph.security.eventPropagationStatus | Indicates the status of the event creation request. The possible values are: none, inProcessing, failed, success. |
| statusInformation | String | Additional information about the status of the event creation request. |
| serviceName | String | The name of the workload associated with the event. |
| location | String | The name of the specific location in the workload associated with the event. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.eventPropagationResult",
"serviceName": "String",
"location": "String",
"status": "String",
"statusInformation": "String"
}