allowedAuthenticationModes

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


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