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.caseManagement
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 a property value change recorded in an auditLog. Returned in the modifiedProperties property.
Properties
| Property | Type | Description |
|---|---|---|
| newValue | microsoft.graph.security.caseManagement.valueProperty | The new value after the change. |
| oldValue | microsoft.graph.security.caseManagement.valueProperty | The previous value before the change. |
| propertyName | String | The name of the property that changed. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.caseManagement.modifiedProperty",
"propertyName": "String",
"oldValue": {
"@odata.type": "#microsoft.graph.security.caseManagement.valueProperty"
},
"newValue": {
"@odata.type": "#microsoft.graph.security.caseManagement.valueProperty"
}
}