authenticationType

@JvmName(name = "xnuyiepdmgqgorrc")
suspend fun authenticationType(value: Output<Either<String, AuthenticationType>>)
@JvmName(name = "lqfdiukpwikcotwc")
suspend fun authenticationType(value: Either<String, AuthenticationType>?)
@JvmName(name = "jxrrrtmxfhpehcgg")
fun authenticationType(value: String)
@JvmName(name = "qfcqohafgjkmxmhr")
fun authenticationType(value: AuthenticationType)

Parameters

value

Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.