GetAuthBackendsPlainArgs

data class GetAuthBackendsPlainArgs(val namespace: String? = null, val type: String? = null) : ConvertibleToJava<GetAuthBackendsPlainArgs>

A collection of arguments for invoking getAuthBackends.

Constructors

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

Properties

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
val type: String? = null

The name of the auth method type. Allows filtering of backends returned by type.

Functions

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