Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Note
This is the recommended API for access reviews. The previous version of the access reviews API is deprecated.
In an accessReviewInstanceDecisionItem, the target property can contain an accessReviewInstanceDecisionItemServicePrincipalTarget object for a service principal under review.
Inherits from accessReviewInstanceDecisionItemTarget.
Properties
| 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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalTarget",
"servicePrincipalId": "String",
"servicePrincipalDisplayName": "String",
"appId": "String"
}