public final class OpenShiftManagedClusterIdentityProvider extends Object
| Constructor and Description |
|---|
OpenShiftManagedClusterIdentityProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: Name of the provider.
|
OpenShiftManagedClusterBaseIdentityProvider |
provider()
Get the provider property: Configuration of the provider.
|
void |
validate()
Validates the instance.
|
OpenShiftManagedClusterIdentityProvider |
withName(String name)
Set the name property: Name of the provider.
|
OpenShiftManagedClusterIdentityProvider |
withProvider(OpenShiftManagedClusterBaseIdentityProvider provider)
Set the provider property: Configuration of the provider.
|
public OpenShiftManagedClusterIdentityProvider()
public String name()
public OpenShiftManagedClusterIdentityProvider withName(String name)
name - the name value to set.public OpenShiftManagedClusterBaseIdentityProvider provider()
public OpenShiftManagedClusterIdentityProvider withProvider(OpenShiftManagedClusterBaseIdentityProvider provider)
provider - the provider value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.