Edit

driftedProperty resource type

Namespace: microsoft.graph

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 properties that drift from their desired configuration, providing details about the current and desired values to help admins resolve configuration issues.

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"
}