updateOfficeallySftpAccountInput
Autogenerated input type of updateOfficeallySftpAccount
Fields
is_enabled
· Boolean · Whether the SFTP connection is enabled Used By
Definition
"""Autogenerated input type of updateOfficeallySftpAccount"""input updateOfficeallySftpAccountInput { """ 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}