updateOfficeallySftpAccountInput
Autogenerated input type of updateOfficeallySftpAccount
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEis_enabled
· Boolean · Whether the SFTP connection is enabled 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}