Class OpenShiftManagedClusterAuthProfile
java.lang.Object
com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAuthProfile
Defines all possible authentication profiles for the OpenShift cluster.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet type of authentication profile to use.withIdentityProviders
(List<OpenShiftManagedClusterIdentityProvider> identityProviders) Set type of authentication profile to use.
-
Constructor Details
-
OpenShiftManagedClusterAuthProfile
public OpenShiftManagedClusterAuthProfile()
-
-
Method Details
-
identityProviders
Get type of authentication profile to use.- Returns:
- the identityProviders value
-
withIdentityProviders
public OpenShiftManagedClusterAuthProfile withIdentityProviders(List<OpenShiftManagedClusterIdentityProvider> identityProviders) Set type of authentication profile to use.- Parameters:
identityProviders
- the identityProviders value to set- Returns:
- the OpenShiftManagedClusterAuthProfile object itself.
-