authentication

@JvmName(name = "qkmbmvrekghxkgmt")
suspend fun authentication(value: Output<ConnectionAuthenticationArgs>)
@JvmName(name = "rmxfrxftuihmuday")
suspend fun authentication(value: ConnectionAuthenticationArgs?)

Parameters

value

The authentication info. An authentication block as defined below.

Note: If a Managed Identity is used, this will need to be configured on the App Service.


@JvmName(name = "inpilmriqqoadxou")
suspend fun authentication(argument: suspend ConnectionAuthenticationArgsBuilder.() -> Unit)

Parameters

argument

The authentication info. An authentication block as defined below.

Note: If a Managed Identity is used, this will need to be configured on the App Service.