Open Shift Managed Cluster Auth Profile Args
data class OpenShiftManagedClusterAuthProfileArgs(val identityProviders: Output<List<OpenShiftManagedClusterIdentityProviderArgs>>? = null) : ConvertibleToJava<OpenShiftManagedClusterAuthProfileArgs>
Defines all possible authentication profiles for the OpenShift cluster.
Constructors
Link copied to clipboard
fun OpenShiftManagedClusterAuthProfileArgs(identityProviders: Output<List<OpenShiftManagedClusterIdentityProviderArgs>>? = null)