Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 2.26 KB

File metadata and controls

54 lines (44 loc) · 2.26 KB
title accessReviewInstanceDecisionItemAzureRoleResource resource type
description Represents Azure resource roles for which access is represented through an accessReviewInstanceDecisionItem object.
author jyothig123
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/22/2024

accessReviewInstanceDecisionItemAzureRoleResource resource type

Namespace: microsoft.graph

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

Represents Azure resource roles for which access is represented through an accessReviewInstanceDecisionItem object. accessReviewInstanceDecisionItemAzureRoleResource is an open type that allows for other properties to be passed in.

Inherits from accessReviewInstanceDecisionItemResource.

Properties

Property Type Description
displayName String Display name of the Azure role. Inherited from accessReviewInstanceDecisionItemResource.
id String Identifier of the decision item resource. Inherited from accessReviewInstanceDecisionItemResource.
type String Type of resource. This value is always AzureRole. Inherited from accessReviewInstanceDecisionItemResource.
scope accessReviewInstanceDecisionItemResource Details of the scope this role is associated with.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource",
  "id": "String (identifier)",
  "displayName": "String",
  "type": "String",
  "scope": {
    "@odata.type": "microsoft.graph.accessReviewInstanceDecisionItemResource"
  }
}