| title | accessReviewInstanceDecisionItemServicePrincipalTarget resource type |
|---|---|
| description | Represents the target of a review as a service principal target. |
| author | jyothig123 |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
[!INCLUDE accessreviews-disclaimer-v2]
Represents a service principal under review in an accessReviewInstance.
Inherits from accessReviewInstanceDecisionItemTarget.
| Property | Type | Description |
|---|---|---|
| servicePrincipalId | String | The identifier of the service principal whose access is being reviewed. |
| servicePrincipalDisplayName | String | The display name of the service principal whose access is being reviewed. |
| appId | String | The appId for the service principal entity being reviewed. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalTarget",
"servicePrincipalId": "String",
"servicePrincipalDisplayName": "String",
"appId": "String"
}