Skip to content

createOfficeallySftpAccountInput

Autogenerated input type of createOfficeallySftpAccount

Fields

deprecated DO NOT USE
ftp_url · String · The OfficeAlly SFTP URL
password · String · The SFTP password (maximum 25 characters)
username · String · The SFTP username (maximum 50 characters)

Used By

Definition

"""
Autogenerated input type of createOfficeallySftpAccount
"""
input createOfficeallySftpAccountInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The OfficeAlly SFTP URL
"""
ftp_url: String
"""
The SFTP password (maximum 25 characters)
"""
password: String
"""
The SFTP username (maximum 50 characters)
"""
username: String
}