OBJECT
FailedRestoreItemsInfoReply
Description
Represents information on Microsoft 365 restore failed items performed by Rubrik.
link GraphQL Schema definition
- type FailedRestoreItemsInfoReply {
- # Indicates whether the failed items export can be triggered.
- : Boolean!
- # Click the link to download a CSV file containing
- # the Microsoft 365 failed items.
- : URL!
- # Provides a reason why failed items export is not enabled.
- : RestoreFailedItemsExportDisabledReason!
- # A collection of up to 20 failed items.
- : [FailedRestoreItemInfo!]!
- # Total count of failed items encountered.
- : Int!
- }