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
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 a baseline that contains details of at least one resource and one property associated with the resource that the admin wants to monitor via the configurationMonitor object.
Inherits from entity.
Methods
| Method | Return type | Description |
|---|---|---|
| Get | configurationBaseline | Read the properties and relationships of a configurationBaseline object that is attached to a specific monitor. |
| Create snapshot | configurationSnapshotJob | Create a configurationSnapshotJob asynchronously. |
Properties
| Property | Type | Description |
|---|---|---|
| description | String | User-friendly description of the baseline given by the user. |
| displayName | String | User-friendly name given by the user to the baseline. |
| id | String | The unique identifier for the configurationBaseline object. Inherited from entity. |
| parameters | baselineParameter collection | Collection of parameters attached to the baseline. |
| resources | baselineResource collection | Collection of resources and their properties that are added to the baseline. At least one property of one resource must be present in the baseline. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.configurationBaseline",
"description": "String",
"displayName": "String",
"id": "String (identifier)",
"parameters": [{"@odata.type": "microsoft.graph.baselineParameter"}],
"resources": [{"@odata.type": "microsoft.graph.baselineResource"}]
}