GetBackendConfigEstAuthenticator

data class GetBackendConfigEstAuthenticator(val cert: Map<String, String>? = null, val userpass: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(cert: Map<String, String>? = null, userpass: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cert: Map<String, String>? = null

"The accessor and cert_role properties for cert auth backends".

Link copied to clipboard
val userpass: Map<String, String>? = null

"The accessor property for user pass auth backends".