ENUM
SystemBackupDestinationProviderCredential
The name of a credential used to authenticate against configured destinations to export system backups to.
link GraphQL Schema definition
- enum SystemBackupDestinationProviderCredential {
- # Your account name.
- # Your account key.
- # The container name.
- # Your AWS S3 account key.
- # Your AWS S3 account secret.
- # Your AWS S3 region.
- # The AWS S3 API version.
- # Your AWS S3 bucket.
- # Your DigitalOcean Spaces account key.
- # Your DigitalOcean Spaces account secret.
- # Your DigitalOcean Spaces region.
- # The DigitalOcean Spaces API version.
- # The DigitalOcean Spaces endpoint.
- # Your DigitalOcean Spaces bucket.
- # Your Scaleway Object Storage account key.
- # Your Scaleway Object Storage account secret.
- # Your Scaleway Object Storage region.
- # The Scaleway Object Storage API version.
- # The Scaleway Object Storage endpoint.
- # Your Scaleway Object Storage bucket.
- # Your Dropbox account authorization token.
- # Your Google project ID.
- # The contents of your key file.
- # Your Google Cloud Storage bucket.
- # The host of the SFTP server.
- # The port of the SFTP server.
- # Your SFTP username.
- # Your SFTP password.
- }
link Require by
- Querynull
- SystemBackupDestinationA configured destination to export system backups to.
- SystemBackupDestinationCredentialA credential used to authenticate against configured destinations to export system backups to.
- SystemBackupDestinationCredentialInputCredentials for the system backup destination provider.