allowedAuthenticationModes

@JvmName(name = "sssaqevtjflssnbx")
suspend fun allowedAuthenticationModes(value: Output<List<AuthenticationMode>>)
@JvmName(name = "ftpfeuoxkxtqupgj")
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 = "qdyqjytmmxwyftpm")
suspend fun allowedAuthenticationModes(vararg values: Output<AuthenticationMode>)


@JvmName(name = "ughnlfpydjqwomxb")
suspend fun allowedAuthenticationModes(values: List<Output<AuthenticationMode>>)
@JvmName(name = "fwsyjpmryuoddhdi")
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.