jwtAllowedClientApplications

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

Parameters

value

A list of Allowed Client Applications in the JWT Claim.


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


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

Parameters

values

A list of Allowed Client Applications in the JWT Claim.