Edit

configurationManagement resource type

Namespace: microsoft.graph

Represents an entity that acts as a container for Tenant Configuration Management functionality.

Properties

Property Type Description
id String identifier for the object. Inherited from entity.

Relationships

Relationship Type Description
configurationMonitors configurationMonitor collection A container for configuration monitor resources.
configurationMonitoringResults configurationMonitoringResult collection A container for configuration monitoring results resources.
configurationDrifts configurationDrift collection A container for configuration drift resources.
configurationSnapshotJobs configurationSnapshotJob collection A container for snapshot job resources.
configurationSnapshots configurationBaseline collection A container for configuration snapshot baselines.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.configurationManagement",
  "id": "String (identifier)"
}