ENUM
SystemBackupDestinationProvider
A provider that a system backup can be exported to.
link GraphQL Schema definition
- enum SystemBackupDestinationProvider {
- # Azure Blob Storage
- # Amazon S3
- # DigitalOcean Spaces
- # Scaleway Object Storage
- # Dropbox
- # Google Cloud Storage
- # SFTP
- }
link Require by
- CreateSystemBackupDestinationMutationInputThe input object that defines the fields for the createSystemBackupDestination mutation.
- Querynull
- SystemBackupDestinationA configured destination to export system backups to.
- SystemBackupDestinationCredentialA credential used to authenticate against configured destinations to export system backups to.
- SystemBackupExportA log of a system backup export attempt.