allowedClientIds

@JvmName(name = "xuvicwjtcsbbuskk")
suspend fun allowedClientIds(value: Output<List<String>>)
@JvmName(name = "wblgnlnfbctoamgw")
suspend fun allowedClientIds(value: List<String>?)

Parameters

value

Array of role client ID allowed to use this key for signing. If empty, no roles are allowed. If ["*"], all roles are allowed.


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


@JvmName(name = "wimnycduaevtsbjo")
suspend fun allowedClientIds(values: List<Output<String>>)
@JvmName(name = "bntothyhdqyklwse")
suspend fun allowedClientIds(vararg values: String)

Parameters

values

Array of role client ID allowed to use this key for signing. If empty, no roles are allowed. If ["*"], all roles are allowed.