UpdateExportSftpConfigInput
Input for updateExportSftpConfig. Only provided fields are updated.
input UpdateExportSftpConfigInput {
id: ID!
host: String
port: Int
username: String
password: String
path: String
columns: [String!]
timezone: String
enabled: Boolean
}
Fields
UpdateExportSftpConfigInput.id ● ID! non-null scalar
Config ID to update.
UpdateExportSftpConfigInput.host ● String scalar
SFTP server hostname.
UpdateExportSftpConfigInput.port ● Int scalar
SFTP server port.
UpdateExportSftpConfigInput.username ● String scalar
SFTP username.
UpdateExportSftpConfigInput.password ● String scalar
SFTP password. Stored encrypted; never returned.
UpdateExportSftpConfigInput.path ● String scalar
Target directory on the SFTP server.
UpdateExportSftpConfigInput.columns ● [String!] list scalar
Columns to include in the CSV.
UpdateExportSftpConfigInput.timezone ● String scalar
IANA timezone for date columns.
UpdateExportSftpConfigInput.enabled ● Boolean scalar
Whether the scheduled export is active.
Member Of
updateExportSftpConfig mutation