Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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"
}