INPUT_OBJECT
CreateSystemBackupDestinationMutationInput
The input object that defines the fields for the createSystemBackupDestination mutation.
link GraphQL Schema definition
- input CreateSystemBackupDestinationMutationInput {
- # The service that a system backup will be exported to.
- SystemBackupDestinationProvider! :
- # Whether or not this is enabled.
- Boolean! :
- # The base path to the directory that the file will be stored in.
- String :
- # The credentials used to authenticate against a system backup destination
- # provider.
- SystemBackupDestinationCredentialInput]! : [
- # A note about this entity.
- NoteMutationInput :
- }