Interface AebSftpConfig

interface AebSftpConfig {
    active?: boolean;
    config?: {
        client-ident-code?: string;
        client-name?: string;
        client-system-id?: string;
        endpoint?: string;
        organizationalUnit?: string;
        password?: string;
        profile?: string;
        user-name?: string;
    };
    vendor?: "aeb";
}

Properties

active?: boolean
config?: {
    client-ident-code?: string;
    client-name?: string;
    client-system-id?: string;
    endpoint?: string;
    organizationalUnit?: string;
    password?: string;
    profile?: string;
    user-name?: string;
}

Type declaration

  • Optional client-ident-code?: string
  • Optional client-name?: string
  • Optional client-system-id?: string
  • Optional endpoint?: string
  • Optional organizationalUnit?: string
  • Optional password?: string
  • Optional profile?: string
  • Optional user-name?: string
vendor?: "aeb"