createOfficeallySftpAccountInput
Autogenerated input type of createOfficeallySftpAccount
Fields
Used By
Definition
"""Autogenerated input type of createOfficeallySftpAccount"""input createOfficeallySftpAccountInput { """ The OfficeAlly SFTP URL """ ftp_url: String
""" The SFTP password (maximum 25 characters) """ password: String
""" The SFTP username (maximum 50 characters) """ username: String}