jwtAllowedClientApplications

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

Parameters

value

A list of Allowed Client Applications in the JWT Claim.


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


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

Parameters

values

A list of Allowed Client Applications in the JWT Claim.