ProviderAuthLoginOidcArgs

data class ProviderAuthLoginOidcArgs(val callbackAddress: Output<String>? = null, val callbackListenerAddress: Output<String>? = null, val mount: Output<String>? = null, val namespace: Output<String>? = null, val role: Output<String>, val useRootNamespace: Output<Boolean>? = null) : ConvertibleToJava<ProviderAuthLoginOidcArgs>

Constructors

Link copied to clipboard
constructor(callbackAddress: Output<String>? = null, callbackListenerAddress: Output<String>? = null, mount: Output<String>? = null, namespace: Output<String>? = null, role: Output<String>, useRootNamespace: Output<Boolean>? = null)

Properties

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

The callback address. Must be a valid URI without the path.

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

The callback listener's address. Must be a valid URI without the path.

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 role: Output<String>

Name of the login role.

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(): ProviderAuthLoginOidcArgs