Open Shift Managed Cluster Identity Provider Args
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
Link copied to clipboard
constructor(name: Output<String>? = null, provider: Output<OpenShiftManagedClusterAADIdentityProviderArgs>? = null)