authentication

@JvmName(name = "ukvpplyonjctfbcu")
suspend fun authentication(value: Output<ConnectionAuthenticationArgs>)
@JvmName(name = "lpedylvqvtylmxyi")
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 = "dnnpuosbutbmhwgh")
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.