Open Shift Managed Cluster Identity Provider Response
data class OpenShiftManagedClusterIdentityProviderResponse(val name: String? = null, val provider: OpenShiftManagedClusterAADIdentityProviderResponse? = null)
Defines the configuration of the identity providers to be used in the OpenShift cluster.
Constructors
Link copied to clipboard
constructor(name: String? = null, provider: OpenShiftManagedClusterAADIdentityProviderResponse? = null)