Edit

Share via


configurationDrift 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 the information and properties of a configurationDrift object. This resource allows admins to get granular details about all active drifts across all existing monitors.

Inherits from entity.

Methods

Method Return type Description
List configurationDrift collection Get a list of the configurationDrift objects and their properties.
Get configurationDrift Get the properties and relationships of a configurationDrift object.

Properties

Property Type Description
baselineResourceDisplayName String Resource instance for which the drift is detected.
driftedProperties driftedProperty collection Properties within one or more resource instances in which drift is detected.
firstReportedDateTime DateTimeOffset The date and time at which drift is first detected. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
id String Globally unique identifier (GUID) of the drift. System-generated. Inherited from entity.
monitorId String Globally unique identifier (GUID) of the monitor. System-generated.
resourceInstanceIdentifier openComplexDictionaryType An identifier that allows users to understand exactly where the drift is.
resourceType String Resource for which the drift is detected.
status driftStatus Status of the drift. The possible values are: active, fixed, unknownFutureValue.
tenantId String Globally unique identifier (GUID) of the tenant for which the monitor runs. Fetched automatically by the system.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.configurationDrift",
  "baselineResourceDisplayName": "String",
  "driftedProperties": [{"@odata.type": "microsoft.graph.driftedProperty"}],
  "firstReportedDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "monitorId": "String",
  "resourceInstanceIdentifier": {"@odata.type": "microsoft.graph.openComplexDictionaryType"},
  "resourceType": "String",
  "status": "String",
  "tenantId": "String"
}