Skip to content

Latest commit

 

History

History
55 lines (46 loc) · 2.34 KB

File metadata and controls

55 lines (46 loc) · 2.34 KB
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

accessReviewInstanceDecisionItemServicePrincipalResource resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer] [!INCLUDE accessreviews-disclaimer-v2]

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.
appRoleDisplayName String The display name of the app role.
appRoleId String The identifier of the app role.
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",
  "appRoleId": "String",
  "appRoleDisplayName": "String"
}