Edit

accessReviewInstanceDecisionItemServicePrincipalResource resource type

Namespace: microsoft.graph

In an accessReviewInstanceDecisionItem, the resource property can contain an accessReviewInstanceDecisionItemServicePrincipalResource object for a service principal resource. This open type allows 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 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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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