ProviderAuthLoginUserpassArgs

data class ProviderAuthLoginUserpassArgs(val mount: Output<String>? = null, val namespace: Output<String>? = null, val password: Output<String>? = null, val passwordFile: Output<String>? = null, val useRootNamespace: Output<Boolean>? = null, val username: Output<String>) : ConvertibleToJava<ProviderAuthLoginUserpassArgs>

Constructors

Link copied to clipboard
constructor(mount: Output<String>? = null, namespace: Output<String>? = null, password: Output<String>? = null, passwordFile: Output<String>? = null, useRootNamespace: Output<Boolean>? = null, username: Output<String>)

Properties

Link copied to clipboard
val mount: Output<String>? = null

The path where the authentication engine is mounted.

Link copied to clipboard
val namespace: Output<String>? = null

The authentication engine's namespace. Conflicts with use_root_namespace

Link copied to clipboard
val password: Output<String>? = null

Login with password

Link copied to clipboard
val passwordFile: Output<String>? = null

Login with password from a file

Link copied to clipboard
val username: Output<String>

Login with username

Link copied to clipboard
val useRootNamespace: Output<Boolean>? = null

Authenticate to the root Vault namespace. Conflicts with namespace

Functions

Link copied to clipboard
open override fun toJava(): ProviderAuthLoginUserpassArgs