public final class OpenShiftManagedClusterAadIdentityProvider extends OpenShiftManagedClusterBaseIdentityProvider
| Constructor and Description |
|---|
OpenShiftManagedClusterAadIdentityProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
clientId()
Get the clientId property: The clientId password associated with the provider.
|
String |
customerAdminGroupId()
Get the customerAdminGroupId property: The groupId to be granted cluster admin role.
|
String |
secret()
Get the secret property: The secret password associated with the provider.
|
String |
tenantId()
Get the tenantId property: The tenantId associated with the provider.
|
void |
validate()
Validates the instance.
|
OpenShiftManagedClusterAadIdentityProvider |
withClientId(String clientId)
Set the clientId property: The clientId password associated with the provider.
|
OpenShiftManagedClusterAadIdentityProvider |
withCustomerAdminGroupId(String customerAdminGroupId)
Set the customerAdminGroupId property: The groupId to be granted cluster admin role.
|
OpenShiftManagedClusterAadIdentityProvider |
withSecret(String secret)
Set the secret property: The secret password associated with the provider.
|
OpenShiftManagedClusterAadIdentityProvider |
withTenantId(String tenantId)
Set the tenantId property: The tenantId associated with the provider.
|
public OpenShiftManagedClusterAadIdentityProvider()
public String clientId()
public OpenShiftManagedClusterAadIdentityProvider withClientId(String clientId)
clientId - the clientId value to set.public String secret()
public OpenShiftManagedClusterAadIdentityProvider withSecret(String secret)
secret - the secret value to set.public String tenantId()
public OpenShiftManagedClusterAadIdentityProvider withTenantId(String tenantId)
tenantId - the tenantId value to set.public String customerAdminGroupId()
public OpenShiftManagedClusterAadIdentityProvider withCustomerAdminGroupId(String customerAdminGroupId)
customerAdminGroupId - the customerAdminGroupId value to set.public void validate()
validate in class OpenShiftManagedClusterBaseIdentityProviderIllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.