ManagedClusterAADProfile

Azure Active Directory configuration for integration with AKS.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
managed boolean Whether to enable managed AAD.
enableAzureRBAC boolean Whether to enable Azure RBAC for Kubernetes authorization.
adminGroupObjectIDs array The list of AAD group object IDs that will have admin role of the cluster.
clientAppID string (DEPRECATED) The client AAD application ID. Used for legacy/non-managed AAD.
serverAppID string (DEPRECATED) The server AAD application ID. Used for legacy/non-managed AAD.
serverAppSecret string (DEPRECATED) The server AAD application secret. Used for legacy/non-managed AAD.
tenantID string The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
View JSON Schema on GitHub