jwtAllowedClientApplications

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

Parameters

value

A list of Allowed Client Applications in the JWT Claim.


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


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

Parameters

values

A list of Allowed Client Applications in the JWT Claim.