| Modifier and Type | Method and Description |
|---|---|
ManagedClusterAADProfile |
ManagedClusterAADProfile.withAdminGroupObjectIDs(List<String> adminGroupObjectIDs)
Set aAD group object IDs that will have admin role of the cluster.
|
ManagedClusterAADProfile |
ManagedClusterAADProfile.withClientAppID(String clientAppID)
Set the client AAD application ID.
|
ManagedClusterAADProfile |
ManagedClusterAADProfile.withEnableAzureRBAC(Boolean enableAzureRBAC)
Set whether to enable Azure RBAC for Kubernetes authorization.
|
ManagedClusterAADProfile |
ManagedClusterAADProfile.withManaged(Boolean managed)
Set whether to enable managed AAD.
|
ManagedClusterAADProfile |
ManagedClusterAADProfile.withServerAppID(String serverAppID)
Set the server AAD application ID.
|
ManagedClusterAADProfile |
ManagedClusterAADProfile.withServerAppSecret(String serverAppSecret)
Set the server AAD application secret.
|
ManagedClusterAADProfile |
ManagedClusterAADProfile.withTenantID(String tenantID)
Set the AAD tenant ID to use for authentication.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/