Interface SFTPEvent

Base model of an event (e.g. webhook or email)

interface SFTPEvent {
    caseFileMapping?: CaseFileMapping;
    checkpoint?: string;
    sftp-dns-name?: string;
    sftp-login-name?: string;
    sftp-password?: string;
    sftp-path?: string;
    sftp-port?: string;
    suppressMultipleExecutions?: boolean;
    type?: sftp;
}

Hierarchy (view full)

Properties

caseFileMapping?: CaseFileMapping

How to map the data

checkpoint?: string
sftp-dns-name?: string
sftp-login-name?: string
sftp-password?: string
sftp-path?: string
sftp-port?: string
suppressMultipleExecutions?: boolean
type?: sftp