Azure Active Directory Args
data class AzureActiveDirectoryArgs(val clientApplication: Output<String>? = null, val clusterApplication: Output<String>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<AzureActiveDirectoryArgs>
The settings to enable AAD authentication on the cluster.