OpenShiftManagedClusterIdentityProviderArgs

data class OpenShiftManagedClusterIdentityProviderArgs(val name: Output<String>? = null, val provider: Output<OpenShiftManagedClusterAADIdentityProviderArgs>? = null) : ConvertibleToJava<OpenShiftManagedClusterIdentityProviderArgs>

Defines the configuration of the identity providers to be used in the OpenShift cluster.

Constructors

Functions

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

Properties

Link copied to clipboard
val name: Output<String>? = null

Name of the provider.

Link copied to clipboard

Configuration of the provider.