allowedAudiences

@JvmName(name = "gnlygpnasllmmhgi")
suspend fun allowedAudiences(value: Output<List<String>>)
@JvmName(name = "afjcxdfkmgdlcxwr")
suspend fun allowedAudiences(value: List<String>?)

Parameters

value

Specifies a list of Allowed Audiences that will be requested as part of Microsoft Sign-In authentication.


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


@JvmName(name = "oaweqjdqxdcjbilr")
suspend fun allowedAudiences(values: List<Output<String>>)
@JvmName(name = "ftghahkmkesrildn")
suspend fun allowedAudiences(vararg values: String)

Parameters

values

Specifies a list of Allowed Audiences that will be requested as part of Microsoft Sign-In authentication.