allowedAudiences

@JvmName(name = "pjpjllbysrfduyhc")
suspend fun allowedAudiences(value: Output<List<String>>)
@JvmName(name = "ekcjnqowlpaahnwk")
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: This is configured on the Authentication Provider side and is Read Only here.


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


@JvmName(name = "poepdntgyxjgvnbu")
suspend fun allowedAudiences(values: List<Output<String>>)
@JvmName(name = "rrbqpkmqamkxbikb")
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: This is configured on the Authentication Provider side and is Read Only here.