createOfficeallySftpAccountInput
Autogenerated input type of createOfficeallySftpAccount
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEUsed 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}