Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.security
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 , unknownFutureValue . |
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"
}