jwtAllowedClientApplications

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

Parameters

value

A list of Allowed Client Applications in the JWT Claim.


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


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

Parameters

values

A list of Allowed Client Applications in the JWT Claim.