RangerAdminSpecResponseDatabase

data class RangerAdminSpecResponseDatabase(val host: String, val name: String, val passwordSecretRef: String? = null, val username: String? = null)

Constructors

Link copied to clipboard
constructor(host: String, name: String, passwordSecretRef: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The database URL

Link copied to clipboard

The database name

Link copied to clipboard

Reference for the database password

Link copied to clipboard
val username: String? = null

The name of the database user