provisioningServicePrincipal resource type
Namespace: microsoft.graph
Represents the service principal used for provisioning.
Properties
Property | Type | Description |
---|---|---|
id | String | Uniquely identifies the servicePrincipal used for provisioning. |
name | String | Customer-defined name for the servicePrincipal. |
JSON representation
The following JSON representation shows the resource type.
{
"id": "String",
"name": "String"
}