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
Represents the properties of the stages of a subject rights request.
Properties
| Property | Type | Description |
|---|---|---|
| error | publicError | Describes the error, if any, for the current stage. |
| stage | subjectRightsRequestStage | The stage of the subject rights request. |
| status | subjectRightsRequestStageStatus | Status of the current stage. The possible values are: notStarted, current, completed, failed, unknownFutureValue. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.subjectRightsRequestStageDetail",
"error": {
"@odata.type": "microsoft.graph.publicError"
},
"stage": "microsoft.graph.subjectRightsRequestStage",
"status": "microsoft.graph.subjectRightsRequestStageStatus"
}