@truenas/api-client
    Preparing search index...

    Interface SetupSSHConnectionSemiautomatic

    interface SetupSSHConnectionSemiautomatic {
        connection_name: string;
        private_key:
            | v25_10_0.KeychainCredentialSetupSSHConnectionKeyExisting
            | v25_10_0.KeychainCredentialSetupSSHConnectionKeyNew;
        semi_automatic_setup: v25_10_0.KeychainCredentialSetupSSHConnectionSemiAutomaticSetup;
        setup_type?: "SEMI-AUTOMATIC";
    }
    Index
    connection_name: string
    setup_type?: "SEMI-AUTOMATIC"