Skip to content

updateOfficeallySftpAccountInput

Autogenerated input type of updateOfficeallySftpAccount

Fields

deprecated DO NOT USE
ftp_url · String · The OfficeAlly SFTP URL
id · ID · The unique identifier of the OfficeAlly SFTP account
is_enabled · Boolean · Whether the SFTP connection is enabled
password · String · The SFTP password (maximum 25 characters)
username · String · The SFTP username (maximum 50 characters)

Used By

Definition

"""
Autogenerated input type of updateOfficeallySftpAccount
"""
input updateOfficeallySftpAccountInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The OfficeAlly SFTP URL
"""
ftp_url: String
"""
The unique identifier of the OfficeAlly SFTP account
"""
id: ID
"""
Whether the SFTP connection is enabled
"""
is_enabled: Boolean
"""
The SFTP password (maximum 25 characters)
"""
password: String
"""
The SFTP username (maximum 50 characters)
"""
username: String
}