allowedAuthenticationModes

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


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