authenticationMethod

@JvmName(name = "srreiyckkwmaelad")
suspend fun authenticationMethod(value: Output<Either<String, AuthenticationMethod>>)
@JvmName(name = "sckiahxbyfgqaejk")
suspend fun authenticationMethod(value: Either<String, AuthenticationMethod>?)
@JvmName(name = "jhxjsmgdeilvywlf")
fun authenticationMethod(value: String)
@JvmName(name = "ejmktpcchuhpnxaf")
fun authenticationMethod(value: AuthenticationMethod)

Parameters

value

Which authentication method Cassandra should use to authenticate clients. 'None' turns off authentication, so should not be used except in emergencies. 'Cassandra' is the default password based authentication. The default is 'Cassandra'.