Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
In an accessReviewInstance, the errors property contains errors that occurred in the 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",
"code": "String",
"message": "String"
}