OBJECT
Represents a single failed item for Microsoft 365 restore performed by Rubrik.
type FailedRestoreItemInfo {# The name of the failed item.itemName: String! # The type of the failed item.itemType: String! # The absolute path of the failed item.absolutePath: String! # The error message associated with the failed item.errorMsg: String! }