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 baselineParameter object.
Parameterization is the practice of abstracting tenant-specific values into parameters that are provided during tenant monitoring. Using parameters in a configurationBaseline allows administrators to create one baseline object that can be used to monitor multiple tenants.
Users are responsible for parameterizing their configurationBaseline objects if they want to use the baseline on multiple tenants. They must also define the necessary parameters themselves. Multiple parameters can be defined in a configurationBaseline. However, if baseline parameters aren't used within the configurationBaseline, those parameters are considered invalid, and users should avoid defining unused parameters.
Properties
| Property | Type | Description |
|---|---|---|
| description | String | User-friendly description of the parameter. |
| displayName | String | Parameter names such as FQDN and Tenant ID. |
| parameterType | baselineParameterType | The type of the baselineParameter. The possible values are: string, integer, boolean, unknownFutureValue. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.baselineParameter",
"description": "String",
"displayName": "String",
"parameterType": "String"
}