| title | provisioningServicePrincipal resource type |
|---|---|
| description | Represents the service principal used for provisioning. |
| ms.localizationpriority | medium |
| author | ArvindHarinder1 |
| ms.subservice | entra-monitoring-health |
| doc_type | resourcePageType |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
Represents the service principal used for provisioning.
| Property | Type | Description |
|---|---|---|
| id | String | Uniquely identifies the servicePrincipal used for provisioning. |
| name | String | Customer-defined name for the servicePrincipal. |
The following JSON representation shows the resource type.
{
"id": "String",
"name": "String"
}