OpenShiftManagedClusterAuthProfileArgs

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
constructor(identityProviders: Output<List<OpenShiftManagedClusterIdentityProviderArgs>>? = null)

Properties

Link copied to clipboard

Type of authentication profile to use.

Functions

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