authentication

@JvmName(name = "gcjxlagxqwuswkpr")
suspend fun authentication(value: Output<AppConnectionAuthenticationArgs>)
@JvmName(name = "dwfojuvtynmoipnh")
suspend fun authentication(value: AppConnectionAuthenticationArgs?)

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 = "gidupskxahbvjdlo")
suspend fun authentication(argument: suspend AppConnectionAuthenticationArgsBuilder.() -> 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.