ProviderAuthLoginCertArgs

data class ProviderAuthLoginCertArgs(val certFile: Output<String>, val keyFile: Output<String>, val mount: Output<String>? = null, val name: Output<String>? = null, val namespace: Output<String>? = null, val useRootNamespace: Output<Boolean>? = null) : ConvertibleToJava<ProviderAuthLoginCertArgs>

Constructors

Link copied to clipboard
constructor(certFile: Output<String>, keyFile: Output<String>, mount: Output<String>? = null, name: Output<String>? = null, namespace: Output<String>? = null, useRootNamespace: Output<Boolean>? = null)

Properties

Link copied to clipboard
val certFile: Output<String>

Path to a file containing the client certificate.

Link copied to clipboard
val keyFile: Output<String>

Path to a file containing the private key that the certificate was issued for.

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

The path where the authentication engine is mounted.

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

Name of the certificate's role

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

The authentication engine's namespace. Conflicts with use_root_namespace

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