allowedAuthenticationModes

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


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