allowedAuthenticationModes

@JvmName(name = "yfhwakswlfswqtdi")
suspend fun allowedAuthenticationModes(value: Output<List<AuthenticationMode>>)
@JvmName(name = "nwqufulwmjhnikne")
suspend fun allowedAuthenticationModes(value: List<AuthenticationMode>?)

Parameters

value

List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane.


@JvmName(name = "sdgfyejosotwyuvt")
suspend fun allowedAuthenticationModes(vararg values: Output<AuthenticationMode>)


@JvmName(name = "vlxmekuuurljamxm")
suspend fun allowedAuthenticationModes(values: List<Output<AuthenticationMode>>)
@JvmName(name = "dotysklijdtksamo")
suspend fun allowedAuthenticationModes(vararg values: AuthenticationMode)

Parameters

values

List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane.