| title | singleServicePrincipal resource type |
|---|---|
| description | Identifies a service principal in the tenant who is allowed as requestor, approver, or reviewer. |
| author | markwahl-msft |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 10/04/2024 |
Namespace: microsoft.graph
Used in the request, approval, and assignment review settings of an access package assignment policy. The @odata.type value #microsoft.graph.singleServicePrincipal indicates that this subjectSet identifies a specific service principal in the tenant who will be allowed as a requestor, approver, or reviewer.
| Property | Type | Description |
|---|---|---|
| description | String | Description of this service principal. |
| servicePrincipalId | String | ID of the servicePrincipal. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.singleServicePrincipal",
"servicePrincipalId": "String",
"description": "String"
}