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