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

constructor(name: Output<String>? = null, provider: Output<OpenShiftManagedClusterAADIdentityProviderArgs>? = null)

Properties

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

Name of the provider.

Link copied to clipboard

Configuration of the provider.

Functions

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