allowedAuthenticationModes

@JvmName(name = "ovtlxbrjufnnhbrj")
suspend fun allowedAuthenticationModes(value: Output<List<String>>)
@JvmName(name = "ulwvjcjxhnlmwpmd")
suspend fun allowedAuthenticationModes(value: List<String>?)

Parameters

value

Specifies the allowed authentication mode for the Batch account. Possible values include AAD, SharedKey or TaskAuthenticationToken.


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


@JvmName(name = "jyptvhfhxqpcebpf")
suspend fun allowedAuthenticationModes(values: List<Output<String>>)
@JvmName(name = "pahcxbfgutmjuyld")
suspend fun allowedAuthenticationModes(vararg values: String)

Parameters

values

Specifies the allowed authentication mode for the Batch account. Possible values include AAD, SharedKey or TaskAuthenticationToken.