allowedAudiences

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

Parameters

value

Allowed audience values to consider when validating JSON Web Tokens issued by Azure Active Directory. Note that the ClientID value is always considered an allowed audience, regardless of this setting.


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


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

Parameters

values

Allowed audience values to consider when validating JSON Web Tokens issued by Azure Active Directory. Note that the ClientID value is always considered an allowed audience, regardless of this setting.