allowedClientIds

@JvmName(name = "qbhraqjbwjtohxfx")
suspend fun allowedClientIds(value: Output<List<String>>)
@JvmName(name = "miqiqlpyrxarpsql")
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 = "gtpxsslkfbbpctws")
suspend fun allowedClientIds(vararg values: Output<String>)


@JvmName(name = "ljclmaoprhatvxrc")
suspend fun allowedClientIds(values: List<Output<String>>)
@JvmName(name = "khljuscxnvudxhbf")
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.