ProviderAuthLoginRadiusArgs

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

Constructors

Link copied to clipboard
constructor(mount: Output<String>? = null, namespace: Output<String>? = null, password: Output<String>, 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>

The Radius password for username.

Link copied to clipboard
val username: Output<String>

The Radius 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(): ProviderAuthLoginRadiusArgs