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 the information and properties of a baselineResource object. The baseline is a complex object 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. The baseline resources are a collection of resources and their properties added to the baseline. At least one property of one resource must be included in the baseline.
Properties
| Property | Type | Description |
|---|---|---|
| displayName | String | Unique name of the resource. |
| properties | openComplexDictionaryType | Properties of a resource supported by Tenant Configuration Management. |
| resourceType | String | Name of the resource type. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.baselineResource",
"displayName": "String",
"properties": {"@odata.type": "microsoft.graph.openComplexDictionaryType"},
"resourceType": "String"
}