accessReviewInstanceDecisionItemServicePrincipalResource resource type

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.

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.

Properties

Property Type Description
appId String The globally unique identifier of the application to which access is 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 is always ServicePrincipal. Inherited from accessReviewInstanceDecisionItemResource.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessreviewinstancedecisionitemserviceprincipalresource",
  "id": "String (identifier)",
  "displayName": "String",
  "type": "String",
  "appId": "String"
}