Class OpenShiftManagedClusterAuthProfile
java.lang.Object
com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterAuthProfile
Defines all possible authentication profiles for the OpenShift cluster.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the identityProviders property: Type of authentication profile to use.voidvalidate()Validates the instance.withIdentityProviders(List<OpenShiftManagedClusterIdentityProvider> identityProviders) Set the identityProviders property: Type of authentication profile to use.
-
Constructor Details
-
OpenShiftManagedClusterAuthProfile
public OpenShiftManagedClusterAuthProfile()
-
-
Method Details
-
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.
-