หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Namespace: microsoft.graph
Describes the status of the provisioning summary event.
Properties
| Property | Type | Description |
|---|---|---|
| errorInformation | provisioningErrorInfo | If status isn't success/ skipped details for the error are contained in this. |
| status | provisioningResult | The possible values are: success, warning, failure, skipped, unknownFutureValue. |
JSON representation
The following JSON representation shows the resource type.
{
"status": "String",
"errorInformation": {
"@odata.type": "microsoft.graph.provisioningErrorInfo"
}
}