allowedAudiences

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

Parameters

value

Specifies a list of Allowed audience values to consider when validating JWTs issued by Azure Active Directory.

Note: The client_id value is always considered an allowed audience, so should not be included.


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


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

Parameters

values

Specifies a list of Allowed audience values to consider when validating JWTs issued by Azure Active Directory.

Note: The client_id value is always considered an allowed audience, so should not be included.