OfficeallySftpAccount
Info on SFTP connection to OfficeAlly
Fields
is_enabled
· Boolean
· True if the SFTP connection is turned by user last_imported_from
· String
· The last time we imported from the SFTP Used By
Definition
"""Info on SFTP connection to OfficeAlly"""type OfficeallySftpAccount { """ The OfficeAlly SFTP URL """ ftp_url: String
""" The unique identifier of the connection """ id: ID!
""" True if the SFTP connection is turned by user """ is_enabled: Boolean
""" True if the SFTP connection is working """ is_valid: Boolean
""" The last time we imported from the SFTP """ last_imported_from: String
""" The SFTP OfficeAlly Username """ username: String}