Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.6 KB

File metadata and controls

47 lines (38 loc) · 1.6 KB
title accessReviewInstanceDecisionItemServicePrincipalTarget resource type
description Represents the target of a review as a service principal target.
author jyothig123
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/22/2024

accessReviewInstanceDecisionItemServicePrincipalTarget resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE accessreviews-disclaimer-v2]

Represents a service principal under review in an accessReviewInstance.

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"
}