authenticationType

@JvmName(name = "jinrdpcleplfijrc")
suspend fun authenticationType(value: Output<Either<String, AuthenticationType>>)
@JvmName(name = "bhxhkkrtdwdbbmwy")
suspend fun authenticationType(value: Either<String, AuthenticationType>?)
@JvmName(name = "ralyvlmgcxflmrfv")
fun authenticationType(value: String)
@JvmName(name = "ofwrdufamnhcwgrr")
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.