Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.43 KB

File metadata and controls

55 lines (44 loc) · 1.43 KB
title accessReviewError resource type
description Represents an error that occurred within an access review instance lifecycle.
author jyothig123
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/22/2024

accessReviewError resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE accessreviews-disclaimer-v2]

Represents an error that occurred in an access review instance lifecycle. This resource is read-only.

Inherits from genericError.

Properties

Property Type Description
code String Represents the error type. Inherited from genericError. Read-only.
message String Represents the error details. Inherited from genericError. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessReviewError"
}