authMode

@JvmName(name = "qmefbphppqjhjest")
suspend fun authMode(value: Output<Either<String, EndpointAuthMode>>)
@JvmName(name = "yjvwknreqnkuimjc")
suspend fun authMode(value: Either<String, EndpointAuthMode>)
@JvmName(name = "jujmaouvodicajur")
fun authMode(value: String)
@JvmName(name = "ojpacijgqcltkows")
fun authMode(value: EndpointAuthMode)

Parameters

value

Required Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.