GetIdentityProviderConfigPlainArgs

data class GetIdentityProviderConfigPlainArgs(val clusterName: String, val identityProviderConfigName: String, val type: IdentityProviderConfigType) : ConvertibleToJava<GetIdentityProviderConfigPlainArgs>

Constructors

Link copied to clipboard
constructor(clusterName: String, identityProviderConfigName: String, type: IdentityProviderConfigType)

Properties

Link copied to clipboard

The name of the identity provider configuration.

Link copied to clipboard

The name of the OIDC provider configuration.

Link copied to clipboard

The type of the identity provider configuration.

Functions

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