public class OpenShiftManagedClusterAADIdentityProvider extends OpenShiftManagedClusterBaseIdentityProvider
| Constructor and Description |
|---|
OpenShiftManagedClusterAADIdentityProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
clientId()
Get the clientId password associated with the provider.
|
String |
customerAdminGroupId()
Get the groupId to be granted cluster admin role.
|
String |
secret()
Get the secret password associated with the provider.
|
String |
tenantId()
Get the tenantId associated with the provider.
|
OpenShiftManagedClusterAADIdentityProvider |
withClientId(String clientId)
Set the clientId password associated with the provider.
|
OpenShiftManagedClusterAADIdentityProvider |
withCustomerAdminGroupId(String customerAdminGroupId)
Set the groupId to be granted cluster admin role.
|
OpenShiftManagedClusterAADIdentityProvider |
withSecret(String secret)
Set the secret password associated with the provider.
|
OpenShiftManagedClusterAADIdentityProvider |
withTenantId(String tenantId)
Set the tenantId associated with the provider.
|
public OpenShiftManagedClusterAADIdentityProvider()
public String clientId()
public OpenShiftManagedClusterAADIdentityProvider withClientId(String clientId)
clientId - the clientId value to setpublic String secret()
public OpenShiftManagedClusterAADIdentityProvider withSecret(String secret)
secret - the secret value to setpublic String tenantId()
public OpenShiftManagedClusterAADIdentityProvider withTenantId(String tenantId)
tenantId - the tenantId value to setpublic String customerAdminGroupId()
public OpenShiftManagedClusterAADIdentityProvider withCustomerAdminGroupId(String customerAdminGroupId)
customerAdminGroupId - the customerAdminGroupId 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.
*/