jwtAllowedClientApplications

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

Parameters

value

A list of Allowed Client Applications in the JWT Claim.


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


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

Parameters

values

A list of Allowed Client Applications in the JWT Claim.