public final class OpenShiftManagedClusterAuthProfile extends Object
| Constructor and Description |
|---|
OpenShiftManagedClusterAuthProfile() |
| Modifier and Type | Method and Description |
|---|---|
List<OpenShiftManagedClusterIdentityProvider> |
identityProviders()
Get the identityProviders property: Type of authentication profile to use.
|
void |
validate()
Validates the instance.
|
OpenShiftManagedClusterAuthProfile |
withIdentityProviders(List<OpenShiftManagedClusterIdentityProvider> identityProviders)
Set the identityProviders property: Type of authentication profile to use.
|
public List<OpenShiftManagedClusterIdentityProvider> identityProviders()
public OpenShiftManagedClusterAuthProfile withIdentityProviders(List<OpenShiftManagedClusterIdentityProvider> identityProviders)
identityProviders - the identityProviders value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.