Class OpenShiftManagedClusterIdentityProvider
java.lang.Object
com.microsoft.azure.management.containerservice.OpenShiftManagedClusterIdentityProvider
Defines the configuration of the identity providers to be used in the
OpenShift cluster.
-
Constructor Details
-
OpenShiftManagedClusterIdentityProvider
public OpenShiftManagedClusterIdentityProvider()
-
-
Method Details
-
name
Get name of the provider.- Returns:
- the name value
-
withName
Set name of the provider.- Parameters:
name
- the name value to set- Returns:
- the OpenShiftManagedClusterIdentityProvider object itself.
-
provider
Get configuration of the provider.- Returns:
- the provider value
-
withProvider
public OpenShiftManagedClusterIdentityProvider withProvider(OpenShiftManagedClusterBaseIdentityProvider provider) Set configuration of the provider.- Parameters:
provider
- the provider value to set- Returns:
- the OpenShiftManagedClusterIdentityProvider object itself.
-