Auth Backend Args
data class AuthBackendArgs(val description: Output<String>? = null, val disableRemount: Output<Boolean>? = 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 githubContent copied to clipboard
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
Extra configuration block. Structure is documented below. The tune block is used to tune the auth backend: