jwtAllowedClientApplications

@JvmName(name = "kljfhrujqypfdpxo")
suspend fun jwtAllowedClientApplications(value: Output<List<String>>)
@JvmName(name = "egkdeyslylpeduqf")
suspend fun jwtAllowedClientApplications(value: List<String>?)

Parameters

value

A list of Allowed Client Applications in the JWT Claim.


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


@JvmName(name = "ntuxbxhrmptiskna")
suspend fun jwtAllowedClientApplications(values: List<Output<String>>)
@JvmName(name = "lupuhxqoljyuifpb")
suspend fun jwtAllowedClientApplications(vararg values: String)

Parameters

values

A list of Allowed Client Applications in the JWT Claim.