eventPropagationResult resource type
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 status of a retention event creation request and additional information about the scoped locations.
Properties
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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.eventPropagationResult",
"serviceName": "String",
"location": "String",
"status": "String",
"statusInformation": "String"
}