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
Represents properties of the monitored resource that drift from their desired configuration, providing details about the current and desired values to help admins resolve configuration issues. Defined in a configurationDrift object.
Properties
| Property | Type | Description |
|---|---|---|
| currentValue | Json | The current value of the property. |
| desiredValue | Json | The desired value of the property as specified by admins in the baseline of the monitor body. |
| propertyName | String | The name of the property. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.driftedProperty",
"currentValue": {"@odata.type": "microsoft.graph.Json"},
"desiredValue": {"@odata.type": "microsoft.graph.Json"},
"propertyName": "String"
}