Auth Config Args
data class AuthConfigArgs(val activeDirectoryAuth: Output<Any>? = null, val passwordAuth: Output<Any>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<AuthConfigArgs>
Authentication configuration of a cluster.