public class OpenShiftManagedClusterAuthProfile extends Object
| Constructor and Description |
|---|
OpenShiftManagedClusterAuthProfile() |
| Modifier and Type | Method and Description |
|---|---|
List<OpenShiftManagedClusterIdentityProvider> |
identityProviders()
Get type of authentication profile to use.
|
OpenShiftManagedClusterAuthProfile |
withIdentityProviders(List<OpenShiftManagedClusterIdentityProvider> identityProviders)
Set type of authentication profile to use.
|
public List<OpenShiftManagedClusterIdentityProvider> identityProviders()
public OpenShiftManagedClusterAuthProfile withIdentityProviders(List<OpenShiftManagedClusterIdentityProvider> identityProviders)
identityProviders - the identityProviders value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/