OBJECT
ExportUrlSpecs
Description
Specs required for Export URL.
link GraphQL Schema definition
- type ExportUrlSpecs {
- # Recovery action type.
- : O365RestoreActionType!
- # Name of the blob.
- : String!
- # SAS URI of the blob.
- : String!
- # Polaris account of the user.
- : String!
- }