Auth Backend Args
data class AuthBackendArgs(val description: Output<String>? = null, val disableRemount: Output<Boolean>? = null, val identityTokenKey: Output<String>? = null, val local: Output<Boolean>? = null, val namespace: Output<String>? = null, val path: Output<String>? = null, val tune: Output<AuthBackendTuneArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<AuthBackendArgs>
Import
Auth methods can be imported using the path
, e.g.
$ pulumi import vault:index/authBackend:AuthBackend example github
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, disableRemount: Output<Boolean>? = null, identityTokenKey: Output<String>? = null, local: Output<Boolean>? = null, namespace: Output<String>? = null, path: Output<String>? = null, tune: Output<AuthBackendTuneArgs>? = null, type: Output<String>? = null)
Properties
Link copied to clipboard
A description of the auth method.
Link copied to clipboard
If set, opts out of mount migration on path updates. See here for more info on Mount Migration
Link copied to clipboard
The key to use for signing identity tokens.
Link copied to clipboard
Extra configuration block. Structure is documented below. The tune
block is used to tune the auth backend: