jwtAllowedClientApplications

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

Parameters

value

A list of Allowed Client Applications in the JWT Claim.


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


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

Parameters

values

A list of Allowed Client Applications in the JWT Claim.