Credential

object Credential
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case
class AWS(access_key: String, secret_key: String) extends Credential
final case
class GCP(service_account_key_path: String, project_id: String) extends Credential
final case
class JDBC(url: String, user: String, password: String, driver: String) extends Credential
final case
class REDIS(host_name: String, password: Option[String], port: Int) extends Credential
final case
class SMTP(port: String, host: String, user: String, password: String, transport_protocol: String, starttls_enable: String, smtp_auth: String) extends Credential

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror