| title | accessReviewInstanceDecisionItemServicePrincipalResource resource type |
|---|---|
| description | Represents service principals whose access to a resource is represented through an accessReviewInstanceDecisionItem object. |
| author | jyothig123 |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents service principals whose access to a resource is represented through an accessReviewInstanceDecisionItem object. accessReviewInstanceDecisionItemServicePrincipalResource is an open type that allows for other properties to be passed in.
Inherits from accessReviewInstanceDecisionItemResource.
| Property | Type | Description |
|---|---|---|
| appId | String | The globally unique identifier of the application to which access has been granted. |
| displayName | String | Display name of the resource. Inherited from accessReviewInstanceDecisionItemResource. |
| id | String | Identifier of the decision item resource. Inherited from accessReviewInstanceDecisionItemResource. |
| type | String | Type of resource. Type will always be ServicePrincipal. Inherited from accessReviewInstanceDecisionItemResource. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessreviewinstancedecisionitemserviceprincipalresource",
"appId": "String",
"displayName": "String",
"id": "String (identifier)",
"type": "String"
}