GetOidcOpenidConfigPlainArgs

data class GetOidcOpenidConfigPlainArgs(val name: String, val namespace: String? = null) : ConvertibleToJava<GetOidcOpenidConfigPlainArgs>

A collection of arguments for invoking getOidcOpenidConfig.

Constructors

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

Properties

Link copied to clipboard

The name of the OIDC Provider in Vault.

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.

Functions

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