AuthBackend

class AuthBackend : KotlinCustomResource

Import

Auth methods can be imported using the path, e.g.

$ pulumi import vault:index/authBackend:AuthBackend example github

Properties

Link copied to clipboard
val accessor: Output<String>

The accessor for this auth method

Link copied to clipboard
val description: Output<String>?

A description of the auth method.

Link copied to clipboard
val disableRemount: Output<Boolean>?

If set, opts out of mount migration on path updates. See here for more info on Mount Migration

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val identityTokenKey: Output<String>?

The key to use for signing identity tokens.

Link copied to clipboard
val local: Output<Boolean>?

Specifies if the auth method is local only.

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

The namespace to provision the resource in. 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
val path: Output<String>

The path to mount the auth method — this defaults to the name of the type.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tune: Output<AuthBackendTune>

Extra configuration block. Structure is documented below. The tune block is used to tune the auth backend:

Link copied to clipboard
val type: Output<String>

The name of the auth method type.

Link copied to clipboard
val urn: Output<String>