Class OpenShiftManagedClusterAuthProfile
- java.lang.Object
-
- com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterAuthProfile
-
public final class OpenShiftManagedClusterAuthProfile extends Object
Defines all possible authentication profiles for the OpenShift cluster.
-
-
Constructor Summary
Constructors Constructor Description OpenShiftManagedClusterAuthProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OpenShiftManagedClusterIdentityProvider>identityProviders()Get the identityProviders property: Type of authentication profile to use.voidvalidate()Validates the instance.OpenShiftManagedClusterAuthProfilewithIdentityProviders(List<OpenShiftManagedClusterIdentityProvider> identityProviders)Set the identityProviders property: Type of authentication profile to use.
-
-
-
Method Detail
-
identityProviders
public List<OpenShiftManagedClusterIdentityProvider> identityProviders()
Get the identityProviders property: Type of authentication profile to use.- Returns:
- the identityProviders value.
-
withIdentityProviders
public OpenShiftManagedClusterAuthProfile withIdentityProviders(List<OpenShiftManagedClusterIdentityProvider> identityProviders)
Set the identityProviders property: Type of authentication profile to use.- Parameters:
identityProviders- the identityProviders value to set.- Returns:
- the OpenShiftManagedClusterAuthProfile object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-