getSecretModel()

in src/lib/service/custos-service/custos-service-entities/custos-service-entities-secrets.js [31:37]


    getSecretModel({type}) {
        if (type === "SSH") {
            return this._ssh;
        } else if (type === "PASSWORD") {
            return this._password;
        }
    }