GetNomadAccessTokenPlainArgs

data class GetNomadAccessTokenPlainArgs(val backend: String, val namespace: String? = null, val role: String) : ConvertibleToJava<GetNomadAccessTokenPlainArgs>

A collection of arguments for invoking getNomadAccessToken.

Constructors

Link copied to clipboard
constructor(backend: String, namespace: String? = null, role: String)

Properties

Link copied to clipboard

The path to the Nomad secret backend to read credentials from, with no leading or trailing /s.

Link copied to clipboard
val namespace: String? = null

The namespace of the target resource. The value should not contain leading or trailing forward slashes. The namespace is always relative to the provider's configured namespace. Available only for Vault Enterprise.

Link copied to clipboard

The name of the Nomad secret backend role to generate a token for, with no leading or trailing /s.

Functions

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